Closing sequence forcing function — use at the END of any dev-flow workflow (L, H, Fix, S) to guarantee no step in the closing sequence gets silently compressed or skipped. On invocation, creates size-appropriate sub-tasks via TaskCreate so each step is individually trackable. MANDATORY for L-size (invoked at L-5) and H-size (invoked at step 9); optional for Fix/S. Use when: finishing L-size project, closing hotfix, "time to merge", "wrap this up", "跑完收尾", "收掉這個專案", "L-5 開始". Not for: mid-phase work, starting new work (→ dev-flow), authoring a plan doc (→ references/plan-template.md).
$npx -y skills add cookys/autopilot --skill finish-flowInstalls into the current project.
Run `npx skills use "https://github.com/cookys/autopilot" --skill "cookys/autopilot/finish-flow"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/cookys/autopilot" that are relevant to the current task. Run `npx skills add "https://github.com/cookys/autopilot"` and select the relevant skills, then follow their instructions.