What problem does it solve? Vague ideas and objectives often go straight into implementation without shared understanding, leading to scope creep and rework. This Skill converts a raw idea into a structured goal package at goals/<slug>/ containing an interview record, a reviewed fact sheet, and a codebase-grounded execution plan. ## Core Features & Use Cases - Structured Interview Bundle: Builds a compact set of high-leverage questions with recommended answers, presented through the Plannotator browser UI, and records the submitted answers as JSON. - Reviewed Fact Sheet: Generates testable, verifiable facts from interview answers, lets the user accept, edit, or remove each fact, and tracks automated verification flags per fact. - Codebase-Grounded Plan: Explores the repository to produce an ordered implementation plan with per-step verification, gated through Plannotator approval before finalizing goal.md. - Use Case: You have a rough feature idea like "add CSV export". Run this Skill to interview stakeholders, produce an agreed fact sheet, and output a gated plan that a /goal workflow can execute against. ## Quick Start Use the plannotator-setup-goal skill to turn my idea for a CSV export feature into a goal package.