What problem does it solve?
It helps you reliably move from a task card and design doc to a working implementation without drifting from the documented decisions.
Core Features & Use Cases
- Memory-guided implementation: pulls in relevant concrete files/subsystems via retrieving-memory, scoped list queries, and post-work memory capture to preserve durable gotchas and invariants.
- Plan-aware execution: treats the design doc as canon, uses the implementation plan for guidance, and routes conflicts to consult instead of silently choosing the wrong direction.
- Workflow-aligned delta closeout: follows the delta-first execution posture and ensures prerequisites are met when completing deltas (e.g., coverage readiness).
Quick Start
Use the implement skill by first finding the task card with spec-driver find card, then perform the implementation aligned to the design doc while capturing notes and any durable gotchas into maintaining-memory.