mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-11 02:33:51 +08:00
主要变更: - 模板重命名:采用优先级前缀(01-通用, 02-专用, 03-领域特定) - 目录调整:bug-diagnosis从development移至analysis - 引用更新:5个命令文件中21处模板引用更新为新路径 - 路径统一:所有引用统一使用完整路径格式 模板变更详情: - analysis/:8个模板(01-trace-code-execution, 01-diagnose-bug-root-cause等) - development/:5个模板(02-implement-feature, 02-refactor-codebase等) - planning/:5个模板(01-plan-architecture-design, 02-breakdown-task-steps等) - memory/:1个模板(02-document-module-structure) 命令文件更新: - cli/mode/bug-diagnosis.md(6处引用) - cli/mode/code-analysis.md(6处引用) - cli/mode/plan.md(6处引用) - task/execute.md(1处引用) - workflow/tools/test-task-generate.md(2处引用) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
31 lines
1.2 KiB
Plaintext
31 lines
1.2 KiB
Plaintext
Create detailed task breakdown and implementation planning.
|
|
|
|
## CORE CHECKLIST ⚡
|
|
□ Break down tasks into manageable subtasks (3-8 hours each)
|
|
□ Identify all dependencies and execution sequence
|
|
□ Provide realistic effort estimates with buffer
|
|
□ Document risks for each task
|
|
|
|
## REQUIRED ANALYSIS
|
|
1. Break down complex tasks into manageable subtasks
|
|
2. Identify dependencies and execution sequence requirements
|
|
3. Estimate effort and resource requirements for each task
|
|
4. Map task relationships and critical path analysis
|
|
5. Document risks and mitigation strategies
|
|
|
|
## OUTPUT REQUIREMENTS
|
|
- Hierarchical task breakdown with specific deliverables
|
|
- Dependency mapping and execution sequence
|
|
- Effort estimation with confidence levels
|
|
- Resource allocation and skill requirements
|
|
- Risk assessment and mitigation plans for each task
|
|
|
|
## VERIFICATION CHECKLIST ✓
|
|
□ All tasks broken down to manageable size (3-8 hours)
|
|
□ Dependencies mapped and critical path identified
|
|
□ Effort estimates realistic with buffer included
|
|
□ Every task has clear deliverable defined
|
|
□ Risks documented with mitigation strategies
|
|
|
|
Focus: Actionable task planning with clear deliverables, dependencies, and realistic timelines.
|