Starter Todo
Best for: new users
- Full sprint on a tiny app
- Plain artifacts
- Safe local changes
Phases: /think → /nano → build → /review → /security → /qa → /ship
Covered by opt-in examples E2E
Start with a tiny app, then inspect the custom workflow stack. Each example is small enough to run locally and specific enough to show what Nanostack checks.
Runtime examples run in the opt-in E2E workflow, not every PR.
Best for: new users
Phases: /think → /nano → build → /review → /security → /qa → /ship
Covered by opt-in examples E2E
Best for: CLI builders
Phases: /think → /nano → build → /review → /security → /qa → /ship
Covered by opt-in examples E2E
Best for: backend and API users
Phases: /think → /nano → build → /review → /security → /qa → /ship
Covered by opt-in examples E2E
Best for: frontend users
Phases: /think → /nano → build → /review → /security → /qa → /ship
Covered by opt-in examples E2E
Best for: framework evaluators
Phases: license-audit → privacy-check → release-readiness
49 static contract checks + 51 runtime assertions in opt-in E2E
Advanced example. Not a starter app and not a compliance certification.
Tiny app. Default sprint. Local artifacts only.
npx create-nanostackDetects your agent and installs the skills.
/nano-runRun inside your agent to configure the project.
think.json — wedge, user, premise.
plan.json — files, risks, checks.
review.json — scope drift and structural findings.
security.json — OWASP/STRIDE findings and grade.
qa.json — checks against the running app.
ship.json — PR, CI state, sprint journal.
Artifacts are saved under .nanostack/ and resolved through bin/resolve.sh.
The full starter-todo README in the repo shows the exact prompts and outputs for each phase, plus the resulting artifacts. The value is in the artifact trail, not a long chat log.
Open starter-todo README →