What problem does it solve?
This Skill automates implementing unfinished STV trace scenarios by selecting ready items from trace.md, performing the required code changes, enforcing quality gates, and looping until scenarios are complete or human input is required. It removes manual orchestration of multi-file edits, verification, and commit cycles so features are implemented reliably and consistently.
Core Features & Use Cases
- Task selection & bundling: Scans docs/*/trace.md, extracts and deduplicates File Map entries, prioritizes and bundles scenarios into execution-sized work chunks.
- Autonomous execution loop: Invokes stv:work to implement scenarios, enforces File Map completion gate, runs gap detection and quality gates, re-runs fixes, and commits when spec requirements are satisfied.
- Context & decision safety: Manages context budget, applies thresholds for autonomous decisions versus user escalation, and produces structured session reports for handoff.
Quick Start
Run the do-work skill to autonomously implement unfinished scenarios listed in docs/*/trace.md and progress them until the File Map is complete.