gsd-path
A disk-backed, gated project pipeline for AI coding agents. Turns raw ideas into shipped code through strictly gated phases — with all handoffs written to .project/.
Use it when you want multi-session coding projects with zero context loss, parallel worktrees, and strict gate enforcement.
› 0 · Inspect → 1 · Define (INTENT.md) → 2 · Research
› 3 · Decide (SYNTHESIS.md) → 4 · Plan (PLAN.md)
› 5 · Build (Parallel worktrees) → 6 · Ship (Archive)
Gated phases from inspect to ship, writing durable handoffs into .project/ with parallel wave execution.
gsd-path direction
GSD Path is in active development as the disk-backed, gated pipeline for long-running AI coding projects and multi-milestone programs.
Durable disk handoffs
All state transitions, decisions, and plans live in .project/ on disk so sessions can resume anytime.
Strictly gated router
Router advances only when required architectural decisions and verification criteria are satisfied.
Parallel worktree execution
Build phases dispatch coders into isolated git worktrees with streaming dependency fulfillment.
The operating loop for gsd-path.
- 01Define scope, requirements, and milestones in INTENT.md and CHARTER.md.
- 02Synthesize research evidence into formal ADRs and SYNTHESIS.md.
- 03Dispatch parallel coding agents in isolated worktrees to build and ship.