What it is
A small public starter repo for projects that need repo-local agent workflow state without pulling in a whole application stack.
Minimal template repository for starting repo-local agent workflow projects with .go state, JSONL-friendly records, and safe defaults.
A small public starter repo for projects that need repo-local agent workflow state without pulling in a whole application stack.
New repos should start with the boring pieces already in place: clear structure, workflow state, validation hooks, and copyable conventions.
Bootstrapping experiments, public tools, and agent-operated repos that need a consistent .go workspace from day one.
The template keeps project instructions and workflow state in the repository so agents can inspect, claim, verify, and hand off work locally.
The repository is the live source for files, examples, and the exact template shape. This page is the human entrypoint first.
It pairs with go-workflow-stack: the template gives a project its local shape, while the stack provides reusable schemas and CLI behavior.
Use it when the next project should be repeatable instead of another one-off folder with undocumented agent habits.
Small, legible, and copyable: the template should make good agent workflow hygiene feel like the default path.
This page intentionally routes through context first; use GitHub for the current files, issues, and implementation details.