Workspine
A repo-native delivery spine that keeps AI-assisted work consistent across sessions, agents, and cold starts.
Workspine
Install
Directly validated runtimes
How a delivery cycle works
What it enforces mechanically
Workflows (14 total)
Roles (10 canonical)
Runtime invocation
# Workspine Workspine keeps AI-assisted software work from falling apart between sessions. Plans, phase artifacts, verification reports, and handoff checkpoints all live in `.planning/` inside your repo. When you switch runtimes or come back after a week, the repo still knows what was planned, what ran, what passed verification, and where you stopped. It started as a fork of [Get Shit Done](https://github.com/lexChristopherson/get-shit-done) by Lex Christopherson. Since the fork, Workspine took a narrower path: 14 workflow surfaces, generated runtime adapters, evidence-gated closure, and 10 canonical roles instead of GSD's broader multi-runtime surface (81 commands, 78 workflows as of April 2026). ## Install ```bash npx -y gsdd-cli init ``` That creates `.planning/`, generates `.agents/skills/gsdd-*` workflow entrypoints, and installs `.planning/bin/gsdd.mjs` as a repo-local helper runtime. An interactive wizard walks through tool selection and optional governance. ## Directly…
By @patricksys - License: MIT
Raw markdown