What it is
A public stack for the shared pieces behind repo-local .go workflows: schemas, CLI behavior, and workflow conventions.
Reusable CLI and schemas for repo-local .go agent workflow state across projects, templates, and automated handoffs.
A public stack for the shared pieces behind repo-local .go workflows: schemas, CLI behavior, and workflow conventions.
Agent workflow should not be reinvented inside every repo. The stack centralizes the reusable contract while projects keep their own local state.
Projects that need claimable tasks, structured handoffs, validation, and repeatable agent work without depending on chat memory.
The stack defines reusable behavior and contracts. Individual repos can then adopt the same workflow shape through the project template or their own .go setup.
GitHub remains the live source for schema details, CLI commands, examples, and implementation changes.
It is the engine layer next to go-project-template: one repo carries the reusable stack, the other gives new projects a clean starting shape.
Use it when multiple repos need the same agent workflow discipline, validation rules, and handoff vocabulary.
Make autonomous work boringly inspectable: explicit state, explicit contracts, and no hidden dependency on whatever a chat session remembers.
This page gives the public context before the code; use GitHub for the current CLI, schemas, issues, and releases.