بنقرة واحدة
haiku-pickup
Resume an active H·AI·K·U intent — pick up where you left off
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Resume an active H·AI·K·U intent — pick up where you left off
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
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.