mit einem Klick
up-next
Execute the next runnable build phase
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Menü
Execute the next runnable build phase
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Basierend auf der SOC-Berufsklassifikation
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
| 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.