1.1 KiB
1.1 KiB
description
| description |
|---|
| Create comprehensive execution plans using consultant agent for deep analysis and specification design. |
Create a comprehensive execution plan using the consultant agent with the following prompt:
Execution Plan Prompt
Planning Focus
- Architecture: How to integrate with existing systems
- Implementation: Step-by-step breakdown of work
- Validation: How to verify correctness at each step
- Testing: Comprehensive test strategy
- Risk Mitigation: Edge cases, rollback plan
Plan Quality
Ensure the execution plan is:
- Detailed: Specific files, functions, and code patterns
- Ordered: Clear dependencies and sequencing
- Testable: Each step has validation criteria
- Practical: Implementable with current codebase
- Risk-Aware: Identifies potential issues and mitigations
End of consultant prompt.
Implementation Note
Use the Task tool with subagent_type='consultant:consultant'. The agent will gather codebase context, append it to the prompt above, invoke the consultant CLI, and report the detailed plan.