Loading...
Loading...
Use after /plan to apply the planned changes. Reads .handoff/plan.md and writes/updates code exactly as specified, runs sync commands listed in the plan, and runs the read-only compile check (config's typecheck) as a safety net. Does NOT run tests or lint — those belong to /verify. Honors per-item risk tags from plan to decide check granularity. Pair with /plan and /verify. Part of the agent-handoff bundle (4 skills) — install /setup-handoff, /plan, /execute, /verify together.
npx skill4agent add willowryu/agent-handoff executeplan.md.handoff/config.md❌ No config found. Runfirst./setup-handoff
.handoff/plan.md❌ No plan found. Runfirst./plan
## Phases[🔄][x][ ]task.mdconfig.mdresponse_languageenplan.md.handoff/task.mdplan.md## Parallelizationtask.md## Parallelizationmediumhigh## Parallelizationtypecheckconfig.mdtypecheck(none — ...)## Compile check✅ task.md updated. All planned changes applied. Compile check ✅.
Next step: /verify (strongly recommended in a fresh chat)typecheckconfig.mdeslint --fix⚠️ Blocker: <description>. Plan needs revision — run `/plan` again.