agentsclimarketplace

Brief

Skill Dragoon0x/dragoon-skills/skills/brief

design intelligence for ai coding agents. one unified cli, 36 commands across recon, review, build, plan, ship, test, reflect, power. zero npm deps.

Install
npx -y skills add Dragoon0x/dragoon-skills --skill brief

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing 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.

What its author says it does

Copied from the file, not written here

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>"`.

SKILL.md

1.2 KB, 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).

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.