with one click
up-next
Execute the next runnable build phase
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Execute the next runnable build phase
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| name | up-next |
| description | Execute the next runnable build phase |
Pick up and execute the next phase in the development plan.
Follow the BUILD loop defined in AGENTS.md:
Read first (mandatory before any work):
.unpack/docs/index.md.unpack/docs/_meta/workflow.md.unpack/docs/_meta/project-memory.md (if it exists).unpack/docs/practices/* (loaded standards for this project).unpack/docs/phases/Select the next runnable phase:
done or abandoneddepends_on phases are doneIf the phase has open questions: ask the user, set status to blocked, record the questions.
Execute the phase:
.unpack/docs/practices/* for code style, naming, structureRun the test plan specified in the phase file. If tests fail, fix and re-run.
Update everything:
.unpack/docs/index.md: phase status table, current focus.unpack/docs/_meta/project-memory.md: append new decisionsSteering check: if during implementation you discover scope/architecture/constraint changes:
kind: steering phase.unpack/docs/index.mdReport what was done, what passed, and what's next.
Initialize a new project from the Unpack template
Apply a follow-up conversation to patch or steer existing docs
Scan an existing project and create docs + alignment phases
Show project progress, phases, blockers, and the next runnable phase
Initialize a new project from the Unpack template
Check consistency between specs, phases, decisions, and traceability markers