mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-12 02:37:45 +08:00
- Introduced new analysis templates for architecture, implementation patterns, performance, quality, and security. - Created detailed development templates for component creation, debugging, feature implementation, refactoring, testing, and migration planning. - Established structured documentation guidelines for root, domain, module, and sub-module levels to enhance clarity and organization. - Implemented a hierarchy analysis template to optimize project structure and documentation depth. - Updated codex-unified documentation to reflect new command structures, template usage, and best practices for autonomous development workflows.
16 lines
635 B
Plaintext
16 lines
635 B
Plaintext
Create detailed task breakdown and implementation planning:
|
|
|
|
## 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 and resource allocation
|
|
- Risk assessment and mitigation plans
|
|
|
|
Focus on actionable task planning with clear deliverables and timelines. |