@pimzino/claude-code-spec-workflow
Version:
Automated workflows for Claude Code. Includes spec-driven development (Requirements → Design → Tasks → Implementation) with intelligent orchestration, optional steering documents and streamlined bug fix workflow (Report → Analyze → Fix → Verify). We have
69 lines (46 loc) • 1.49 kB
Markdown
# Bug Analysis
## Root Cause Analysis
### Investigation Summary
[Overview of the investigation process and findings]
### Root Cause
[The underlying cause of the bug]
### Contributing Factors
[Any secondary factors that led to or exacerbated the issue]
## Technical Details
### Affected Code Locations
[List specific files, functions, or code sections involved]
- **File**: `path/to/file.ext`
- **Function/Method**: `functionName()`
- **Lines**: `123-145`
- **Issue**: [Description of the problem in this location]
### Data Flow Analysis
[How data moves through the system and where it breaks]
### Dependencies
[External libraries, services, or components involved]
## Impact Analysis
### Direct Impact
[Immediate effects of the bug]
### Indirect Impact
[Secondary effects or potential cascading issues]
### Risk Assessment
[Risks if the bug is not fixed]
## Solution Approach
### Fix Strategy
[High-level approach to solving the problem]
### Alternative Solutions
[Other possible approaches considered]
### Risks and Trade-offs
[Potential risks of the chosen solution]
## Implementation Plan
### Changes Required
[Specific modifications needed]
1. **Change 1**: [Description]
- File: `path/to/file`
- Modification: [What needs to be changed]
2. **Change 2**: [Description]
- File: `path/to/file`
- Modification: [What needs to be changed]
### Testing Strategy
[How to verify the fix works]
### Rollback Plan
[How to revert if the fix causes issues]