Documentation Index
Fetch the complete documentation index at: https://smithers.sh/llms.txt
Use this file to discover all available pages before exploring further.
research-plan-implement is a full pipeline for changes that need context before code. It asks one agent to research, another to plan, then passes the enriched prompt into the same validation loop used by implement.
Inputs
| Input | Type | Default |
|---|---|---|
prompt | string | "Implement the requested change." |
tdd | boolean | false |
How It Runs
- Research gathers repo context, prior art, and relevant implementation details.
- Planning turns the request and research into concrete steps.
- Implementation receives the original prompt plus research and plan context.
- Validation and review decide whether another implementation pass is needed.