recover-missing-plan/SKILL.md
Recover a missing or mismatched `docs/plans/...` plan set by verifying the path, checking archives and git history, reading the authoritative issue context, and restoring or reconstructing `spec.md`, `tasks.md`, `checklist.md`, `contract.md`, and `design.md` before implementation continues.
npx skillsauth add laitszkin/apollo-toolkit recover-missing-planInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
read-github-issue and generate-spec.spec.md, tasks.md, checklist.md, contract.md, and design.md set plus a short evidence trail explaining whether the plan was restored, reconstructed, or redirected to an archived location.Recover a missing, archived, or mismatched plan set when the user references a docs/plans/... directory that does not exist in the current worktree.
docs/plans/, docs/archive/plans/, and any nearby plan directories with similar names.change_name, and user-provided path fragment.docs/archive/plans/... instead of creating a new active plan.$read-github-issue to read the actual remote issue and comments.gh issue view when wrappers return empty or incomplete output.Choose one path explicitly:
docs/archive/plans/..., use the archived location and continue the requested archival or reporting workflow from there.Rules:
$generate-spec instead of drafting an oversized recovered plan.$generate-spec to create the canonical spec.md, tasks.md, checklist.md, contract.md, and design.md skeleton.docs/plans/....docs/archive/plans/... and update any relevant plan index.gh commands instead of stalling.$read-github-issue: authoritative remote issue retrieval.$generate-spec: canonical spec/task/checklist generation and backfill workflow.development
Guides the agent through creating a new Agent Skill from scratch. Use when the user wants to build a skill, create a new skill, scaffold a skill directory, or author a SKILL.md. Do NOT use for optimising or rewriting existing skills — use 'optimise-skill' for that. Do NOT use for editing files that are already part of a skill. Do NOT use for creating non-skill content like documentation, scripts, or project files.
development
Guides the agent through creating a new Agent Skill from scratch. Use when the user wants to build a skill, create a new skill, scaffold a skill directory, or author a SKILL.md. Do NOT use for optimising or rewriting existing skills — use 'optimise-skill' for that. Do NOT use for editing files that are already part of a skill. Do NOT use for creating non-skill content like documentation, scripts, or project files.
development
Review a pull request — interactive PR selection via `gh`, 4-dimension code review (hallucinated code, architecture, performance, test validity), then post severity-graded comments with fix suggestions on the PR. Not for spec-based review — use `review` instead.
tools
協助完成自動化版本發佈。同步文檔、更新版本號、推送 tag 並建立 GitHub Release。