From idea to shipped code in 4 commands
A full sprint in 4 commands. The agent pushes back, scopes down and ships what matters.
I need Stripe payments. Users should subscribe to a monthly plan.
How many users do you have? If pre-launch, validate willingness to pay first.
200 active users. Some asked about a pro plan.
Scope: REDUCE.
Checkout + webhook. Let's go.
nanostack is an open-source engineering framework for AI coding agents. Out of the box, it runs a full sprint: scope, plan, build, review, test, audit, ship. Every phase produces an artifact that the next one reads. Create your own skills, add phases, run parallel sprints across agents.
The architecture
Skills that talk to each other
Each step saves what it found as an artifact — a JSON file with findings, decisions and context. The next step reads it. If the agent modified files that weren't in the plan, that's scope drift, and /review catches it.
Memory across sprints
Every sprint makes the next one faster. /compound saves what broke, what worked and how to prevent it. Solutions evolve: validated ones rank higher, each application adds to the evidence trail. /nano and /review search past solutions automatically, ranked by proven value.
Know where your tokens go
token-report.sh reads your Claude Code session logs and shows cost per session, per subagent, with cache-aware pricing and anomaly detection for runaway agents. See token usage →
Build on top
Create custom skills, add phases to the sprint, or change the default stack. nanostack is a framework, not a fixed pipeline. Create a skill →
The sprint
A sprint is the full sequence: think, plan, build, review, test, audit, ship. Each phase produces a result that the next phase reads. At the end you have reviewed, audited, tested code ready to merge.
Under 15 minutes from idea to merged PR.
This is the default sprint. Add your own phases or create custom skills to change it.
/review, /qa and /security support --quick, --standard, --thorough. Quick requires 9/10 confidence. Thorough flags at 3/10. All commands →
Guard
Security by oktsec
When an AI agent runs code in your project, it can make destructive mistakes. Guard catches them before they execute, suggests a safer alternative, and the agent retries automatically.
Command: git push --force origin main
Fails if remote has changed since last fetch.
7 of 33. Plus 9 warn rules. Full list →
Install
Sets up nanostack in your AI coding agent. Then run /nano-run to configure your project.
Does not modify your code.
Works with Claude Code · Cursor · Codex · Gemini CLI · Amp · Cline · OpenCode · Antigravity.
/nano-update
Requires: macOS, Linux, or Windows (Git Bash / WSL). No npm dependencies. Requires git and jq.
Your turn.
Start with the default sprint. Build from there.