What problem does it solve?
This Skill helps implement a single approved feature end to end while keeping decisions, proof, and completion judgment aligned so the work does not stop at plausible-looking code.
Core Features & Use Cases
- Contract-driven implementation: Reads feature and proof contracts before coding so unresolved behavior or weak proof is handled first.
- Proof-capture workflow: Runs captured proof attempts, preserves failures and passes, and uses them to guide repairs instead of guessing.
- Gate and evaluation completion: Executes the repository gate, triggers a fresh read-only evaluator, and records completion context for the parent queue.
- Use case: A developer has a ready feature with documented behavior and wants the agent to implement it, prove it against real boundaries, repair failures, and finalize the queue item safely.
Quick Start
Use the coding-feature-execute skill to implement the ready feature in the provided feature directory, run proof and gate checks, and complete the evaluator-backed handoff.