find-unplanned-issues
Installation
SKILL.md
Find unplanned issues
Run the bundled read-only audit from the repository root:
bun .agents/skills/find-unplanned-issues/scripts/find-unplanned-issues.ts
The script treats an issue as planned when its title contains masterplan or any
issue in its parent chain has a title containing masterplan. Masterplan issues
themselves are omitted from the report. Repository-specific exceptions are also
omitted; currently, issue #8375 is exempt because the long-running CI flake
tracker intentionally stands on its own. Results distinguish between:
no parent: the open issue has no parent at all.no masterplan ancestor: the issue has a parent, but following the complete parent chain does not reach a masterplan.
Use a different repository or machine-readable output when needed: