What problem does it solve? Feature plans and product journeys describe expected API behavior in prose, but nothing enforces those promises at runtime. This Skill turns a plan into a curated, executable contract flow file (.overstory/runtime-contract.flows/<task-id>.json) that a runtime probe asserts against, catching drift between spec and code before it ships. ## Core Features & Use Cases - Decision-11 coverage authoring: Walks 17 coverage sub-rows (business rules, cross-tenant isolation, async polling, idempotency, bulk endpoints, concurrency, content negotiation) with paste-ready JSON patterns per row. - Bootstrap curation workflow: Converts machine-generated bootstrap:openapi:* draft rows into curated plan-referenced flows, adding the ~70% of coverage (cross-tenant, state machines, side-effects) that code inference cannot produce. - Failure-mode triage: Provides resolution recipes for the five probe diagnostics (FLOW_OWNERSHIP_VIOLATION, FLOW_NEW_ENDPOINT_UNCOVERED, FLOW_MERGE_CONFLICT, FLOW_DUPLICATE_ID, FLOW_FILE_MISSING_OWNS_OR_EXTENDS) and the flow_mismatch/flow_update mail protocol for builder hand-offs. - Use Case: After finishing a feature plan for a multi-tenant orders API, run bootstrap, then use this Skill to author the four-flow cross-tenant set, idempotency replay flows, and async job polling flows so the probe proves the plan's promises. ## Quick Start After completing a feature plan, ask the agent to invoke the task-flow-authoring skill to bootstrap and curate the contract flow file for your task id.