Nanostack is installed. You describe what you want. The framework runs the full sprint: scope, plan, build, review, audit, ship.
First time? Run /nano-run to configure your project before your first sprint.
you
A pomodoro timer. Single HTML file. 25 min work, 5 min break, auto-cycle. Circular progress bar, sound on switch. Dark mode.
you
/think --autopilot
key moment
After you describe what you want, run /think --autopilot. The agent scopes the project, plans, builds, reviews, audits, tests and ships — without interruption.
/think
Builder mode. Scope: hold. Single file, no dependencies. No external tools needed.
/nano
Plan: 1 file (pomodoro.html), 3 sections: timer logic, SVG ring, audio.
build
180 lines of HTML/CSS/JS. SVG circular progress, Web Audio API beep.
Autopilot: build complete. Running /review...
/review
Quick mode. 1 auto-fix (removed unused variable). 0 blocking.
Autopilot: review clean. Running /security...
/security
Grade A. Static HTML, zero attack surface.
Autopilot: security grade A. Running /qa...
/qa
7 tests passed. Timer countdown, pause/resume, state transitions, SVG ring update, beep on user gesture, reset, auto-cycle work/break.
Autopilot: qa passed. Running /ship...
/ship
Committed. No remote configured.
Sprint complete. Open pomodoro.html in your browser.
Ideas for the next feature:
/feature Add long break every 4 pomodoros
/feature Add task name input for each session
/feature Add session history with daily stats
Ideas for the next feature:
/feature Add long break every 4 pomodoros
/feature Add task name input for each session
/feature Add session history with daily stats
Result
Filespomodoro.html (180 lines)Artifacts6 phase artifacts + sprint journalTime~3 minutes
Try this yourself:
npx create-nanostack