What problem does it solve?
This Skill eliminates the need to run three separate planning commands sequentially to bootstrap a full sprint plan, cutting down setup time for new development initiatives and reducing repetitive manual work.
Core Features & Use Cases
- Chained Planning Workflow: Combines the /brief, /plan-eng, and /plan-design commands into a single call to generate a complete sprint plan end-to-end.
- Codebase-Aware Pre-Fills: All generated plan documents are pre-populated with facts from your project's dragoon.json manifest, so they align with your stack and project context automatically.
- Flexible Execution Controls: Supports skipping individual planning steps you don't need, defaults to dry-run mode to preview outputs before writing files, and offers JSON output for tooling integration.
- Use Case: When kicking off a new initiative like adding user authentication, use this Skill to generate all required planning documents in seconds instead of running three separate commands one after another.
Quick Start
Invoke the autoplan skill with your new feature idea to generate a complete set of sprint plan documents, and add the --apply flag if you want to save the generated files to your project.