spawn-planning-agents
Installation
SKILL.md
Spawn Planning Agents
Use specialized agents to gather context needed for creating detailed implementation plans.
Planning Research Needs
When planning implementations, you need:
- Existing code patterns - How is similar functionality implemented?
- Integration points - What files will need to change?
- Test patterns - How should tests be written?
- Documentation - What prior decisions or research exists?
Agent Selection for Planning
Find what exists:
codebase-locator- Find files related to the feature areathoughts-locator- Find existing plans, research, or tickets