What problem does it solve? Agents starting work on a feature often lack context about what plans already exist, what was tried before, and what is deferred. This Skill scans plan directories and surfaces all relevant plan artifacts grouped by status, so agents begin each task with full plan history instead of rediscovering it manually. ## Core Features & Use Cases - Scoped Plan Scanning: Reads all subfolders of the current feature folder, active-only plans from other features, and general-plans, following explicit scope rules. - Frontmatter-Only Extraction: Parses only the leading YAML frontmatter of each Markdown file, avoiding loading large files into context. - Grouped Output: Returns plans bucketed into Active Plans, Backlog, Completed, Reports, and References, with a summary count line and optional JSON output. - Use Case: At the start of a research or execution loop step, run the discovery script with a feature name to instantly see every active, deferred, and completed plan plus related reports and references for that feature. ## Quick Start Run the plan discovery script for my current feature and list all active, backlog, and completed plans with their descriptions.