Build on nanostack
A framework for creating your own engineering workflows on top of AI coding agents.
Your custom skill set
/audience → /campaign → /measure
↕ artifacts + hooks
nanostack core
artifacts · hooks · conductor · guard · scope-drift · conflict-precedents
↕ tool calls
AI coding agent
Claude Code · Cursor · Codex · Gemini CLI · Amp · Cline · OpenCode · Antigravity
Three layers:
- Agent layer — the LLM and its tools. You do not control this.
- Framework layer — nanostack core. Artifacts, hooks, orchestration. You extend this.
- Skill layer — your domain-specific workflow. You build this.
How phases connect
/thinkthink.json
→
/nanoplan.json
→
build
→
/reviewreview.json
→
/qaqa.json
→
/securitysecurity.json
→
/shipship.json
Each phase produces an artifact. The next phase reads it.
Works for any domain
/think→/nano→build→/review→/qa→/security→/ship
The default sprint. Scope, plan, build, review, audit, test, ship.
Core
The building blocks.
Architecture
Skills, artifacts, scripts, hooks, coordination.
Artifact pipeline
Save, search, verify, truncate, scan.
Hooks
Runtime enforcement via PreToolUse/PostToolUse.
Extend
Build your own skills and workflows.
deploy/ └── SKILL.md ← this is the entire skill
One file. Five minutes. Full pipeline integration.
Create your first skill →Default sprint
/think→/nano→build→/review→/qa→/security→/ship
Your sprint
/think→/nano→build→/review→/qa→/security→/ship→/deploy→/monitor
↑ your custom phases
Create a skill
A folder with a SKILL.md. Five minutes.
Custom phases
Register phases. Artifacts, hooks and guard apply automatically.
Stack defaults
Override the default tech stack.
Advanced
Orchestration, conflict resolution, domain workflows.
Conductor
Parallel sprints across agents. Atomic file locking. No daemon.
Conflict rules
When skills disagree. 10 built-in precedents. Security wins by default.
Domain examples
Full SKILL.md examples for marketing, data, design, and DevOps workflows.