What problem does it solve?
It solves the problem of fragile, manual handoff between GSD planning and Superpowers implementation when you only need to complete a small ad-hoc task, not a full multi-stage phase workflow.
Core Features & Use Cases
- One-command quick pipeline: Initializes a quick task with gsd-sdk, generates a focused PLAN.md via gsd-planner, and immediately hands the plan to superpowers:executing-plans for implementation.
- Flag-driven guidance: Supports lightweight discussion (--discuss), pre-planning research (--research), plan validation (--validate), or all of the above with --full.
- State tracking for quick tasks: Updates STATE.md with a Quick Tasks Completed entry marked pending so tracking stays consistent across the handoff.
Quick Start
Run /super-gsd:sg-quick "Add a new endpoint to the API and include basic tests" to get a plan and execute it in one loop with atomic commit and STATE.md tracking.