Create a structured analysis for: $ARGUMENTS
Steps:
- •Call
rulebook_analysis_createwith the topic to scaffolddocs/analysis/<slug>/ - •Check existing knowledge:
rulebook_knowledge_listandrulebook_memory_searchfor prior context - •Investigate the topic — read relevant files, search codebase, fetch docs as needed
- •Fill
findings.mdwith 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_addfor patterns/anti-patterns - •Save analysis summary to memory:
rulebook_memory_savewith typeobservationand tags["analysis", "<slug>"] - •Offer to materialize implementation tasks from the execution plan via
rulebook_task_create