ワンクリックで
up-next
Execute the next runnable build phase
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Execute the next runnable build phase
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
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.