بنقرة واحدة
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.