Autoplan
Run /brief, /plan-eng, and /plan-design in one shot to bootstrap a complete sprint plan. All three documents land in .dragoon/plans/ pre-filled with codebase facts. Use when the user wants to spin up a full plan quickly. Defaults to dry-run; pass --apply to write all three files. Run as `node ~/.claude/skills/dragoon/skills/autoplan/scripts/autoplan.js "<idea>"`.From its SKILL.md
npx -y skills add Dragoon0x/dragoon-skills --skill autoplanAssembled 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 autoplan "add user invites"` and 2 more.
SKILL.md
1.0 KB, 177 tokens by cl100k_base, as published. Nobody here has run it
/autoplan
Chains the three planning skills in one command. The fastest way to go from "we should build X" to a complete sprint plan.
When to use
- Spinning up a new initiative
- The user says "plan everything", "give me the full plan", "let's plan this end to end"
- Saves three sequential commands
What it produces
Three files in .dragoon/plans/:
brief-{slug}-{date}.mdplan-eng-{slug}-{date}.mdplan-design-{slug}-{date}.md
Run it
dragoon autoplan "add user invites"
dragoon autoplan "add user invites" --apply
# skip parts you don't need
dragoon autoplan "small tweak" --apply --skip plan-design
What ships with it: 1 file
4.2 KB alongside SKILL.md, 1 of them executable
scripts/
- autoplan.jsruns4.2 KB