with one click
haiku-pickup
Resume an active H·AI·K·U intent — pick up where you left off
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Resume an active H·AI·K·U intent — pick up where you left off
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Quick mode for small tasks — single-stage intent with auto-advance
Start a new H·AI·K·U intent — describe what you want to accomplish and the system creates a structured lifecycle for it
Full autonomous workflow — elaborate, plan, build, review, and deliver in one command
Open the SPA review pane for an intent so the user can browse units, feedback, stage artifacts, and outputs. Non-blocking on the workflow — leaves feedback that the engine picks up on the next tick. Use whenever the user wants to "see," "open," "show," or "look at" the current intent or a specific stage.
Reverse-engineer an existing feature into H·AI·K·U intent artifacts
Zero-ceremony single-unit execution — run one task directly through a stage's hat loop without intent or workflow scaffolding
| name | haiku-pickup |
| description | Resume an active H·AI·K·U intent — pick up where you left off |
Advance the lifecycle — Call haiku_run_next { pickup: true }. The pickup: true flag tells the engine to fetch origin and materialize the active stage branch locally so the in-flight unit work is recoverable. The workflow engine also resolves the intent automatically:
haiku/<slug>/main or haiku/<slug>/<stage> branch → uses that slug.haiku_run_next { intent: "<slug>", pickup: true }.Follow the instructions — The tool returns the next action and detailed instructions. Execute them.
/haiku:haiku-starthaiku_run_next tool handles all workflow engine logic AND intent resolution — no intent-list call needed in the common case.git switch <branch> only if you want to inspect in-flight unit work directly; the engine drives the workflow from intent main and doesn't need you on the stage branch.