This directory contains example 8D reports demonstrating the different templates available in 8d-tools. These examples show how to structure and complete 8D problem-solving reports for various types of incidents and issues.
- File:
default-template-example.md - Scenario: Manufacturing quality issue with adhesive bond failures
- Template:
default(comprehensive 8D template)
This example demonstrates:
- Complete 8D methodology with all disciplines (D0-D8)
- Detailed problem analysis and root cause investigation
- Comprehensive team formation and charter
- Thorough corrective and preventive actions
- Proper documentation of lessons learned and celebration
Key features shown:
- 5W2H analysis for problem identification
- Multiple solution evaluation and selection
- Detailed implementation planning with timelines
- Comprehensive preventive measures
- Links to related reports
- File:
simple-template-example.md - Scenario: IT incident with database connection failure
- Template:
simple(streamlined template)
This example demonstrates:
- Streamlined 8D process for quick resolution
- Focused problem statement and description
- Essential team coordination
- Rapid containment and corrective actions
- Efficient documentation for faster incidents
Key features shown:
- Concise problem description
- Immediate containment actions
- Root cause identification with escape points
- Implementation tracking table
- Preventive measures and monitoring
These examples were generated using the 8d-tools CLI commands:
# Default template example (comprehensive)
8d new "Product Quality Issue - Manufacturing Defect" -t default
# Simple template example (streamlined)
8d new "Server Downtime Incident - Database Connection Failure" -t simple -l "1:Supersedes:Superseded by"| Aspect | Default Template | Simple Template |
|---|---|---|
| Complexity | Comprehensive, detailed | Streamlined, focused |
| Use Case | Complex problems, formal investigations | Quick incidents, routine issues |
| Time to Complete | 2-4 hours | 30-60 minutes |
| Detail Level | High - extensive documentation | Medium - essential information |
| Team Size | 5-8 members typical | 3-5 members typical |
| Documentation | Full 8D methodology | Core 8D principles |
- Problem has significant business impact
- Root cause is complex or unknown
- Multiple departments are involved
- Formal documentation is required
- Regulatory compliance is needed
- Long-term prevention is critical
- Problem is well-understood
- Quick resolution is needed
- Limited resources available
- Incident is routine or recurring
- Documentation needs are minimal
- Team is experienced with 8D
- Header section with title, date, status, and links
- Problem identification and clear description
- Team formation with roles and responsibilities
- Root cause analysis and verification
- Corrective actions with implementation plans
- Preventive measures to avoid recurrence
- Review and closure with lessons learned
- D0: Plan and prepare - Prerequisites and initial assessment
- 5W2H analysis - Systematic problem investigation
- Team charter - Formal team goals and operating principles
- Multiple solution evaluation - Pros/cons analysis
- Detailed implementation tracking - Comprehensive project management
- Celebration section - Team recognition and knowledge sharing
- Streamlined sections - Combined related activities
- Focused documentation - Essential information only
- Quick implementation - Simplified tracking
- Efficient format - Faster completion
- Study the structure - See how each section is organized and completed
- Adapt the content - Modify examples for your specific use cases
- Follow the format - Use consistent formatting and section headers
- Learn the methodology - Understand the 8D problem-solving approach
- Practice with real issues - Apply templates to actual problems
To create new 8D reports based on these examples:
# Initialize 8D directory structure
8d init
# Create a comprehensive report (default template)
8d new "Your Problem Title"
# Create a streamlined report (simple template)
8d new "Your Incident Title" -t simple
# Create linked reports
8d new "Follow-up Issue" -l "1:Related to:Related to"
# List available templates
8d template list- Clear problem statements - Specific, measurable, time-bound
- Quantified impact - Numbers, costs, affected users
- Evidence-based analysis - Data, logs, measurements
- Actionable solutions - Specific, assigned, time-bound
- Verification methods - How to confirm effectiveness
- Preventive thinking - System improvements, not just fixes
- Team recognition - Acknowledge contributions and learning
For more information about 8d-tools, visit: https://github.com/zanozbot/8d-tools