bonfire-document
Document Topic
Create reference documentation for $ARGUMENTS.
Outcome
Complete reference documentation that helps developers understand a system, feature, or pattern in the codebase. The doc should enable someone unfamiliar with the code to:
- Understand what it does and why it exists
- Find the relevant files quickly
- Understand how it works at a conceptual level
- Avoid common pitfalls
Acceptance Criteria
The doc file must contain these sections:
More from vieko/bonfire
bonfire
Session context persistence for AI coding. Pick up exactly where you left off.
98bonfire-review
Review work for blindspots, gaps, and improvements
4bonfire-start
Start a new session - reads context, sets up Tasks
4bonfire-context
Read project session context from .bonfire/index.md to understand ongoing work, previous decisions, blockers, and history. Use when the user asks about project context, previous sessions, what was worked on before, architectural decisions, blockers, or when they reference "last time", "previously", "the session", or "what we decided".
4bonfire-spec
Create an implementation spec for a feature or task
4bonfire-end
End session - update context, run health check, and archive completed work
4