What problem does it solve? Agents starting a task often lack visibility into what plans already exist — what was tried, what is in progress, and what is deferred — leading to duplicated work or missed context. This Skill surfaces all relevant plan artifacts before any phase work begins. ## Core Features & Use Cases - Scoped plan scanning: Reads the same feature folder at full depth (active, backlog, completed, reports, references), other feature folders at active-only depth, and general-plans active always. - Frontmatter-only extraction: Parses only the leading YAML frontmatter block of each Markdown file, avoiding loading large files into context. - Grouped output: Returns plans organized into Active Plans, Backlog, Completed, Reports, and References sections, with a summary count line and an optional JSON mode. - Use Case: At the start of a research or execution loop step, run the discovery script to see every plan related to the current feature, including co-located PLAN, REPORT, and REF artifacts inside task folders. ## Quick Start Run the plan discovery script with the current feature folder name to list all related active, backlog, and completed plans.