What problem does it solve?
This skill provides a disciplined workflow for building features and fixing bugs by applying a red-green-refactor loop for deterministic code, alongside an eval-driven loop to safely develop and test agents and LLM features.
Core Features & Use Cases
- Red-Green-Refactor: end-to-end workflow for small vertical slices that keeps risks low and tests green quickly.
- Eval-Driven Development: a structured process to test non-deterministic components, including error analysis, failure taxonomy, and a dataset-driven harness.
- Linear Issue Bootstrapping: fetch acceptance criteria from Linear issues to bootstrap planning when an issue ID is provided; otherwise starts from user requests.
Quick Start
Provide a Linear issue ID to seed acceptance criteria and begin the red-green-refactor loop, or proceed from the user request if no issue ID is supplied.