What problem does it solve? Turning a loose feature request into code without a reviewable plan leads to expensive rework. This Skill converts a cycle's request.md into four reviewable artifacts — plan.md, scenarios.feature, tasks.md, and spec-delta.md — and stops at a human approval gate before any code is written. ## Core Features & Use Cases - Single-round clarification: Reads the request, capability constraints, canonical spec docs, and existing code first, then asks every remaining question in one grouped, numbered message. - Four-artifact drafting: Produces a delta-style plan with a TDD strategy field, business-level Gherkin scenarios, a RED-GREEN-REFACTOR triad task checklist sized Small/Medium/Large, and a proposed spec-delta that is never applied directly to spec/. - Approval gate with confirmation: Ends by asking the human to confirm the two or three most consequential decisions, then records status: approved and approved_at in plan.md frontmatter. - Use Case: A developer says "refina o ciclo" after opening a cycle for a patient episode timeline; the Skill reads the spec and code, asks one consolidated question round, drafts the four artifacts, and waits for explicit approval before implementation begins. ## Quick Start Say "refina o ciclo" after your cycle folder contains a request.md, then review the four generated artifacts and confirm the listed decisions to approve the plan.