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.

Coming soonAgent Pipeline@opengsd/gsd-path
Status
$Coming soon, in active developmentComing soon
gsd-path
.project/ (Durable Disk Store)gated pipeline

› 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.

Roadmap

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.

View product direction
Status
Coming soon
Surface
Disk-backed CLI
Supported Hosts
Codex, Claude, Cursor, Zed

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.

How it works

The operating loop for gsd-path.

  1. 01Define scope, requirements, and milestones in INTENT.md and CHARTER.md.
  2. 02Synthesize research evidence into formal ADRs and SYNTHESIS.md.
  3. 03Dispatch parallel coding agents in isolated worktrees to build and ship.