What problem does it solve?
Large repositories accumulate open issues that drift away from their strategic masterplan hierarchy, making it hard to track progress and identify orphaned work. This Skill surfaces those gaps and cleans up closed branches so the masterplan tree stays accurate.
Core Features & Use Cases
- Masterplan Coverage Audit: Recursively walks the parent chain of every open issue to flag those lacking a masterplan ancestor, distinguishing between issues with no parent and those whose parent chain never reaches a masterplan.
- Closed Issue Pruning: Recursively traverses the masterplan rooted at issue #9081, reparenting open children before removing closed issues so live work stays tracked.
- Use Case: Run the audit weekly in CI to catch newly created issues that were never linked to a masterplan, then schedule a cleanup pass to detach closed sub-issues from the Remotion roadmap.
Quick Start
Run the find-unplanned-issues skill to audit the Remotion masterplan hierarchy and report any open issues missing a masterplan ancestor.