What problem does it solve? Feature requests arrive as prose, tickets, or conversations with open decisions and no clear home in the codebase. This Skill turns that raw input into a ratified plan — routing the work to a new slice, an amendment, or a carve — so the rest of the pipeline can execute unattended. ## Core Features & Use Cases - Work routing: Explores existing feature folders and SPEC.md files to decide whether the request is a new slice, an amendment to an owning slice, or a carve of ungoverned behaviour. - Decision settlement: Asks key decisions one at a time with recommendations, captures each into ADRs and CONTEXT.md glossaries as it lands, and flags defaulted decisions in unattended runs. - Plan lenses and summary: Fans out repo-defined plan lenses from .speccle/lenses/plan/ as advisory subagents, then ends with a one-screen plan summary covering route, folder, key, scope, and decisions. - Use Case: A product manager pastes a ticket describing a new discount behaviour; the Skill finds the owning checkout slice, settles the rounding policy with the user, writes the ADR, and hands a readable plan to spec-feature. ## Quick Start Ask the agent to plan a new feature from your ticket or rough description, for example: plan where a discount-code behaviour should live and settle its open decisions before we build it.