What problem does it solve? Turning a vague product or architecture idea into an actionable plan often spans multiple agent sessions, and open questions get lost between them. This Skill creates a persistent, git-tracked decision map that captures every unresolved question as a numbered ticket and drives them to resolution one at a time. ## Core Features & Use Cases - Decision Map Creation: Bootstraps a compact markdown file of numbered tickets with blocked-by dependencies, keeping the whole map loadable as context in every session. - Typed Tickets: Classifies each open question as Research, Prototype, or Discuss, and invokes the appropriate supporting skills (/grilling, /domain-modelling, /prototype) to resolve it. - Stateful Resume Workflow: Loads an existing map, resolves one ticket per session, records the answer, and appends newly discovered tickets with correct dependency edges. - Use Case: You have a loose idea like "build a scam-reporting platform" but are unsure about the database choice, auth model, and moderation flow. Bootstrap a decision map, then resolve tickets one session at a time until the path to implementation is clear. ## Quick Start Ask the agent to bootstrap a decision map for your loose idea, or resume an existing map by providing its file path and the ticket number you want to resolve.