II.
LibraryProcess overview
Reference · livelib-process:scientific-discovery--fishbone-ishikawa-analysis
fishbone-ishikawa-analysis overview
Categorize and visualize potential causes using cause-effect diagrams - Guides practitioners through creating Ishikawa (fishbone) diagrams to systematically identify and organize potential causes of a problem across multiple categories.
Attributes
displayName
fishbone-ishikawa-analysis
description
Categorize and visualize potential causes using cause-effect diagrams - Guides practitioners
through creating Ishikawa (fishbone) diagrams to systematically identify and organize potential causes
of a problem across multiple categories.
libraryPath
library/specializations/domains/science/scientific-discovery/fishbone-ishikawa-analysis.js
specialization
scientific-discovery
references
- - Ishikawa, K. (1986). Guide to Quality Control - Tague, N.R. (2005). The Quality Toolbox - ASQ (2024). Cause and Effect Diagram
example
const result = await orchestrate('domains/science/scientific-discovery/fishbone-ishikawa-analysis', {
effect: 'Product defect rate exceeds 5%',
categories: ['Man', 'Machine', 'Method', 'Material', 'Measurement', 'Environment'],
context: { industry: 'manufacturing', product: 'electronic-components' }
});
usesAgents
- root-cause-analyzer
Outgoing edges
lib_applies_to_domain1
- domain:scientific-discovery·DomainScientific Discovery
lib_belongs_to_specialization2
- specialization:scientific-research-methods·SpecializationScientific Research Methods
- specialization:scientific-discovery·SpecializationScientific Discovery
lib_implements_workflow2
- workflow:experiment-design·WorkflowExperiment Design
- workflow:peer-review-cycle·WorkflowPeer Review Cycle
lib_involves_role2
- role:research-engineer·RoleResearch Engineer
- role:computational-scientist·RoleComputational Scientist
lib_requires_skill_area3
- skill-area:data-analysis·SkillAreaData Analysis
- skill-area:statistical-analysis·SkillAreaStatistical Analysis
- skill-area:deep-web-research·SkillAreaDeep Web Research
Incoming edges
None.