这个仓库中的 skills
Close a completed .plan/ and persist valuable information into the project's own documentation. Discovers repo structure, extracts decisions/gotchas/parked items, proposes routing, gets human confirmation, writes updates, and removes .plan/. Use when a phased plan is fully complete.
Unattended execution of the next plan item(s). Reads project context and .plan/ files, executes work autonomously without human confirmation, verifies the build, updates all plan files, and exits. Designed to be invoked repeatedly by autopilot.sh wrapper.
Human-attended execution of the next plan phase. Reads .plan/ files to orient, proposes scope for confirmation, executes items, verifies the build, and updates all plan files. Use when resuming work on a multi-session project with the human present.
Turn a project specification into a phased build plan with session management. Creates a .plan/ directory with PLAN.md, MEMORY.md, DRIFT.md, and SESSION-LOG.md. Use when starting a new project that needs to be built across multiple sessions.