What problem does it solve? AI coding agents lose track of why code exists, which requirement it satisfies, and whether tests actually prove it works. This Skill keeps a repository's requirements, decisions, plans, implementations, tests, and evidence connected through trace:v1 markers and the TraceLayer graph, so every change starts with the right context and finishes with verifiable proof. ## Core Features & Use Cases - Trace-oriented workflow: Enforces a 12-step loop — search the trace graph, load context with trace context, implement, run linked tests, ingest evidence, and pass trace verify --changed before completion. - Marker authoring guidance: Teaches correct trace:v1 marker syntax, placement, and edge semantics (satisfies, verifies, exercises, addresses, supersedes) at meaningful behavioral boundaries only. - Lifecycle and knowledge management: Manages the WORK → REQUIREMENT → DECISION/PLAN → IMPLEMENTATION → TEST → EVIDENCE lifecycle, plus durable knowledge nodes and canonical facts with drift detection. - Use Case: When asked to change refresh-token behavior, the agent runs trace context impl.auth.refresh, edits the code while preserving its stable trace ID, re-runs the linked test, ingests the evidence, and finalizes the work item only after trace verify --changed passes. ## Quick Start Ask the agent to implement a requirement or fix a bug in a TraceLayer-active repository and it will automatically search the trace graph, load context, and verify the change before finishing.