What problem does it solve?
It solves the problem of turning a vague idea into a disciplined, reviewable engineering plan without losing track of artifacts, checkpoints, or downstream implementation details.
Core Features & Use Cases
- One-step proposal packaging: Creates the full planning artifact set (proposal, specs/design, and tasks) so implementation can start immediately.
- Deterministic artifact dependency flow: Iteratively generates required artifacts in the correct order until all
applyRequires outputs are complete.
- Optional GitLab issue tracking closeout: Creates parent + child issues (when GitLab tooling is available and tracking state doesn’t already exist) and writes a canonical
.gitlab.yaml handoff contract.
- Optional worktree isolation metadata: When enabled, creates an isolated git worktree and records
.worktree.yaml so later phases operate in the right location.
Quick Start
Tell the AI to propose a change called "add user auth", and it will generate the full proposal/specs/design/tasks package ready for review and handoff.