bonfire-spec
Create Implementation Spec
Create an implementation spec for $ARGUMENTS.
Outcome
A complete implementation spec written to the configured specs location that captures:
- What to build and why
- Key decisions with rationale
- Concrete implementation steps
- Edge cases and error handling
- Testing approach and scope boundaries
Acceptance Criteria
More from vieko/bonfire
bonfire
Session context persistence for AI coding. Pick up exactly where you left off.
98bonfire-document
Create documentation about a topic in the codebase
4bonfire-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-end
End session - update context, run health check, and archive completed work
4