Brief
Generate a structured product brief markdown from a one-line idea, pre-filled with codebase facts (stack, type system, palette, components count) from dragoon.json. Use when the user is starting a new feature, project, or initiative and wants to think through it before coding. Output goes to .dragoon/plans/brief-{slug}-{date}.md. Defaults to dry-run preview; pass --apply to write. Run as `node ~/.claude/skills/dragoon/skills/brief/scripts/brief.js "<idea>"`.From its SKILL.md
npx -y skills add Dragoon0x/dragoon-skills --skill briefAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 4 stars4 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
- runs commandsInstructs the agent to run 3 commands, including `dragoon brief "add user invites"` and 2 more.
SKILL.md
1.2 KB, 186 tokens by cl100k_base, as published. Nobody here has run it
/brief
Generates a product brief template with codebase context auto-loaded.
When to use
- Starting a new feature, initiative, or project
- The user says "let's think through X first", "before we build", "draft a brief for"
- Front of the sprint
Output
Writes to .dragoon/plans/brief-{slug}-{YYYYMMDD}.md. Sections:
- one-line idea
- why now
- who is this for
- what does success look like
- the smallest version that proves the idea
- what could go wrong
- codebase context (auto-loaded from dragoon.json)
Run it
dragoon brief "add user invites"
dragoon brief "add user invites" --apply
After /brief, run /plan-eng and /plan-design (or /autoplan to do all three at once).
What ships with it: 1 file
247 B alongside SKILL.md, 1 of them executable
scripts/
- brief.jsruns247 B