agent·templates

31 templates · 4 groups

A companion toolkit for coding agents: spec-driven workflows that turn an idea into a deployed change.

Install the workflows into Antigravity, Cursor, and Claude Code. Each named command carries the project from constitution through specification, planning, implementation, review, and deployment.

01

Agent Templates

A companion toolkit by lionbenjamin: spec-driven agent workflows you install into Antigravity, Cursor, and Claude Code. Same idea as pstack — named workflows a coding agent runs — but organized as a spec-first SDLC, from a written constitution through spec, plan, code, and deploy.

/constitute /specify /plan /implement /deploy /retro

Install every workflow with ./install-workflows.sh, which copies them into ~/.claude/commands/, ~/.cursor/commands/, and the Antigravity dirs. Every step reads a shared technical constitution and a lessons-learned memory file, so the spec, the plan, the code, and the review stay consistent across sessions — spec-driven rigor with an auditable trail instead of one-shot vibe coding. Source and full docs: lionbenjamin/agent-templates.