| name | analysis |
| description | Create structured analyses with numbered findings, execution plans, and task materialization |
| model | opus |
| context | fork |
| agent | researcher |
Create a structured analysis for: $ARGUMENTS
Steps:
- Call
rulebook_analysis_create with the topic to scaffold docs/analysis/<slug>/
- Check existing knowledge:
rulebook_knowledge_list and rulebook_learn_list for prior context
- Investigate the topic — read relevant files, search codebase, fetch docs as needed
- Fill
findings.md with numbered findings (F-001..F-NNN), each with: title, evidence (file:line), impact, confidence
- Design phased execution plan in
execution-plan.md
- Consolidate the executive summary in
README.md
- Capture each key finding to the knowledge base:
rulebook_knowledge_add for patterns/anti-patterns
- Capture analysis learnings:
rulebook_knowledge_add / rulebook_learn_capture tagged analysis:<slug>
- Offer to materialize implementation tasks from the execution plan via
rulebook_task_create