aif-implement
Installation
SKILL.md
Implement - Execute Task Plan
Execute tasks from the plan, track progress, and enable session continuation.
Workflow
Step 0 (pre): Detect Handoff Mode
Determine Handoff mode. If the caller passed HANDOFF_MODE and HANDOFF_SKIP_REVIEW as explicit text in the prompt, use those values. Otherwise, use the Bash tool:
Bash: printenv HANDOFF_MODE || true
Bash: printenv HANDOFF_SKIP_REVIEW || true
Then check HANDOFF_MODE: