research-to-plan
Installation
SKILL.md
Research-to-Plan Orchestration
Invoke this skill when:
- User wants to build a new feature from an idea
- User says "research and plan", "design and plan", "brainstorm this"
- Starting any non-trivial implementation that needs both research and planning
- User wants a RAG-grounded design (not assumptions)
Do NOT use for:
- Simple bug fixes or single-file changes
- Tasks where the approach is already clear and documented
- Pure research with no implementation intent
Overview
This skill orchestrates a full pipeline from idea to validated implementation plan using an agent team with strict task dependencies. Every phase blocks until its prerequisites are complete, and every design decision is grounded in indexed documentation — not assumptions.
Pipeline: Brainstorm → Crawl Docs → Research → Augment Design → Write Plan → Validate Plan