What problem does it solve? It keeps a project's design knowledge — concepts, stories, decisions, and open questions — in a structured, versioned documentation corpus instead of scattered notes, and routes planning work through explicit slash commands. ## Core Features & Use Cases - Design corpus management: Bootstraps and maintains catalogs of concepts, agile-style stories with mandatory "so that" clauses, and technical decisions via /discover-design. - Issue intake and rulings: Holds one markdown file per open question in .ok-planner/issues/, with /verify-issues rewriting each into a ruling-ready narrative the owner accepts or overrides. - Pre-commitment sketching and task execution: /sketch externalizes an idea without authorizing a build, and /execute-tasks drains a task tracker's selected run with concurrent agents. - Use Case: A team inheriting an undocumented codebase runs /discover-design to extract the concept, story, and decision catalogs, then uses /verify-issues to resolve the judgment questions filed during discovery. ## Quick Start Run the /discover-design slash command to bootstrap the design corpus for this project.