What problem does it solve? It turns a MySpec spec bundle (constitution, requirements, solution, tasks) into working code one task at a time, keeping the spec as the source of truth and recording progress back on the platform so teams never lose track of what is done. ## Core Features & Use Cases - Task-by-task implementation: Locates the project and bundle, picks the next unblocked task from tasks.md, derives one test per acceptance criterion, and stops only on a green test run. - Safe spec write-back: Flips task checkboxes and records clarifications on MySpec using optimistic concurrency with content_version tokens, so concurrent edits are never overwritten. - Spec drift handling: When code and spec disagree, it proposes spec corrections with user approval instead of silently diverging, and runs milestone checkpoints for review. - Use Case: Ask to "implement the next task from project X" and the skill resumes from the shared checkboxes, reads the constitution and relevant FR/NFR sections, writes traceable tests (e.g. FR-003 AC2), implements the change, and marks the task done on MySpec. ## Quick Start Ask the assistant to implement the next task from your MySpec project, for example by saying "implement the next task from project X".