What problem does it solve?
This skill solves the problem of high-uncertainty coding tasks where failure is expensive or difficult to detect, providing a structured, disposable environment to verify implementation success before and during development.
Core Features & Use Cases
- Task-Specific Verification: Generates a custom harness package containing automated verifiers, implementation plans, and failure mode analysis.
- Loop-Based Convergence: Supports bounded-loop execution where the agent iterates on a task, receives feedback from verifiers, and updates its own progress and scratchpad.
- Use Case: Use this when implementing complex features like data migrations or security-sensitive logic where you need to define clear pass/fail criteria and ensure the agent converges on a correct solution through iterative testing.
Quick Start
Use the session-harness-creator skill to generate a verification harness for the task of implementing the new authentication middleware.