.unpack/skills/up-next/SKILL.md
Execute the next runnable build phase
npx skillsauth add apresmoi/unpack up-nextInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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.
tools
Show project progress, phases, blockers, and the next runnable phase
research
Export current project state as a portable markdown snapshot for external research
tools
Initialize a new project from the Unpack template
tools
Scan an example repo and extract its coding patterns into a standards file