Full project lifecycle for Claude Code. Wraps GSD with testing enforcement, CI scaffolding, GitHub Flow, deployment, and Notion docs.
- Testing pyramid — unit, integration, and scenario tests enforced on every phase
- CI scaffolding — GitHub Actions workflows generated from stack-specific templates (Go, Node, Python, Rust)
- GitHub Flow — branch protection, per-phase branches, PR-based merges
- Deployment — auto-detected per project type (Vercel, npm, PyPI, crates.io, GitHub Releases, Docker)
- Notion docs — 8-page documentation tree auto-updated after every phase
| Command | What it does |
|---|---|
/ax:init |
Project setup: GSD init + CI + testing + deployment + Notion + branch protection |
/ax:phase N |
Run a single phase: plan → execute → test → verify → document |
/ax:run |
Autopilot: run all remaining phases, then finish the milestone |
/ax:finish [version] |
Complete milestone: audit → gaps → deploy → tag → final docs |
/ax:status |
Quick overview: progress + test health + CI status + doc freshness |
Requires: GSD installed globally (npx get-shit-done-cc --claude --global)
npx github:shootdaj/ax --globalThat's it. This installs /ax:* commands globally to ~/.claude/.
npx github:shootdaj/ax@main --globalnpx github:shootdaj/ax --global --uninstallnpx github:shootdaj/ax --localInstalls to ./.claude/ in the current project only.
Open Claude Code in any project and run /ax:init. Works for both new and existing projects — AX auto-detects which mode to use.
CI templates and test scaffolding for:
- Go
- Node.js (npm, yarn, pnpm, bun)
- Python
- Rust