Standalone CLI

gsd-pi

A local-first autonomous coding agent that owns orchestration, context hygiene, worktrees, verification, and recovery.

Use it when you want a terminal-native agent to run milestones, dispatch clean tasks, verify work, and keep git history honest.

Install gsd-pi
Active development@opengsd/gsd-pi
gsd-pi

$ gsd auto milestone-07

dispatch: 4 tasks, clean contexts

worktree: codex/milestone-07

verification: lint, typecheck, tests

clean
Context
3/3
Checks
armed
Recovery

A local command center for milestone execution, scoped context, worktrees, checks, cost, and recovery state.

Roadmap

gsd-pi direction

The active roadmap covers safer auto mode, clearer recovery, lower friction, and the platform surface for autonomous work.

Read the gsd-pi roadmap
Package
@opengsd/gsd-pi
Surface
Standalone CLI
Best for
Autonomous local runs

Autonomous execution

Runs milestones through dispatch, worktree management, verification, and recovery checkpoints.

Cleaner context

Clears and scopes context between tasks so each agent starts with the right files.

Operational guardrails

Tracks costs, branches, commits, stuck loops, crashes, and verification evidence.

How it works

The operating loop for gsd-pi.

  1. 01Create or attach a local project workspace.
  2. 02Run a milestone through auto mode.
  3. 03Review verification evidence, commits, and recovery notes before shipping.