bonfire-start
Installation
SKILL.md
Contains Shell Commands
This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.
Start Session
Git root: !git rev-parse --show-toplevel
Current branch: !git branch --show-current
Step 1: Check for Bonfire Directory
Check if <git-root>/.bonfire/index.md exists.
If .bonfire/ does NOT exist, scaffold it:
-
Tell the user: "No bonfire directory found. Let me set that up for you."
-
Use AskUserQuestion to ask setup questions (4 questions, one round):
- "Where should specs be saved?" (Header: "Specs")
- .bonfire/specs/ (Default) - Keep with session context
- specs/ - Project root level
- "Where should specs be saved?" (Header: "Specs")