What problem does it solve? It implements a single mismAgent lean task (Gherkin acceptance criteria plus contract reference) without polluting the task file with state sections, since in mismAgent the folder location itself is the state and only the orchestrator moves tasks. ## Core Features & Use Cases - Red-Green-Refactor per AC: Writes a failing test first, then the minimal implementation, then refactors, covering every Gherkin acceptance criterion. - Contract-driven development: Resolves the contract via contract_ref.operationId, uses contract-generated types, and runs the side's gate commands (build, test, contract-test) until green. - Strict structured return: Emits a machine-readable RESULT (READY-FOR-REVIEW, BLOCKED, or BOUNCED) with branch, files changed, and test status, never touching Status, File List, Change Log, or dag.yaml. - Use Case: An orchestrator dispatches a backend task file to this skill with a working directory and story branch; the skill implements the endpoint, adds a response-shape contract test, commits per functionality, and returns READY-FOR-REVIEW. ## Quick Start Implement the mismAgent task at the given absolute path in the specified working directory on the given story branch, following red-green-refactor until all gate commands pass.