Gather information before planning
Gather comprehensive research on your topic by exploring the codebase and web. It analyzes existing patterns, finds expert recommendations, and creates a research document before planning implementation.
/plugin marketplace add ChrisTowles/blog/plugin install tt@towles-toolAsk the user for their topic/goal.
Use Task agents (subagent_type=Explore) to:
Use WebSearch to find:
Loop: if findings raise new questions, search again until you have a clear picture of the ideal approach.
DO NOT write code yet.
Write findings to docs/tasks/{YYYY-MM-DD}-{topic}/research.md with:
Then update .current-plan in repo root with the task folder path.
Use AskUserQuestion before moving to planning (02_plan).s