mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-14 02:42:04 +08:00
- Introduced a comprehensive set of parallel execution command templates for various architectural and functional scenarios. - Added prompts for analyzing system architecture, implementation patterns, performance, code quality, security, and project structure. - Created templates for planning tasks, component implementation, migration strategies, and code reviews. - Established a unified guideline for Gemini CLI usage, including command syntax, file patterns, and template best practices. - Initialized VSCode settings file for project configuration.1
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. |