Workflow Overview
This skill uses two separate agents to keep context fresh and focused:
- Planning Agent: Identifies context, creates research strategy, writes the plan file
- Orchestrator (you): Coordinates agents and waits for user confirmation
- Execution Agent: Conducts research and creates notes with fresh context
Your Role as Orchestrator
- When
/research is invoked, spawn the planning agent
- Planning agent creates the plan file and returns the path
- Notify the user to review the plan
- When user confirms, spawn the execution agent with just the plan file path
- Report back the execution agent's results
Input Context
The user will provide:
- A topic to research (e.g., "React Server Components", "Consistent Hashing", "OAuth2")
- Optional: Specific questions or goals