What problem does it solve? Turning a raw GitHub issue into an actionable implementation plan requires manual codebase exploration and careful specification writing, which is slow and error-prone for automated triage pipelines. ## Core Features & Use Cases - Structured Spec Generation: Extracts technical details from an issue and organizes them into a strict Workable Spec JSON schema with summary, implementation plan, and testing strategy. - Codebase-Grounded Planning: Requires verification that every file listed in files_to_modify actually exists in the repository, preventing hallucinated paths. - Pipeline-Safe Output: Enforces strict JSON formatting rules so downstream automated code generation does not break. - Use Case: In an automated issue-triage worker, feed a bug report and receive a complete spec listing the root cause, exact source files to change, ordered fix steps, and Vitest verification steps for a developer worker to execute. ## Quick Start Analyze this GitHub issue and generate a Workable Spec JSON with the implementation plan and testing strategy for the developer worker.