What problem does it solve? During implementation, refactoring, or code review, developers often find defects or improvements that fall outside the current change's scope. Without a defined procedure, these findings get lost, silently ignored, or improperly absorbed into the current change. This Skill captures each finding as a GitHub issue at the moment of discovery, with a clear record of why it was judged out of scope. ## Core Features & Use Cases - Three-way decision framework: Classify each finding as file-an-issue, pull-into-scope, or do-not-file, defaulting to filing when uncertain, and always recording the reasoning. - Duplicate check and structured filing: Search open issues once before creating one, then file with a fixed five-section body (what was found, where, why out of scope, impact, origin) after user confirmation of target repo, body, and labels. - Cross-repository targeting: Resolve whether the issue belongs in the NDF distribution repository or the development repository via a three-stage resolution (environment variable, marketplace clone inspection, then asking the user), detailed in references/issue-target.md. - Traceability: Record the filed issue number back at the origin (PR body, plan file, or review reply) so retrospectives can search all issues spawned from a change. - Use Case: While running a TDD cycle, you notice a bug in an unrelated module. The Skill checks for duplicates, files a structured issue in the correct repository, and links the issue number back into your PR description. ## Quick Start Ask the AI to file this out-of-scope finding as a GitHub issue using the out-of-scope procedure, noting where it was found and why it falls outside the current change.