Create a structured iteration plan for wheel-of-meeting. Reads the latest iteration file, asks clarifying questions, then produces deployable step plans with Gherkin outlines and acceptance criteria.
58
66%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./.claude/skills/iteration-plan/SKILL.mditerations/ to understand the vision and any existing Q&A.iterations/Iteration-{N}-plan-{step}.md with this structure:# Iteration N — Step {step}: <title>
## Goal
One sentence.
## Acceptance Criteria
- [ ] ...
## Gherkin Outline
Feature: <name>
Scenario: <happy path>
Given ...
When ...
Then ...
## Out of Scope
What is explicitly NOT included in this step.
## Definition of Done
- npm run check passes
- npm test passes (all new scenarios implemented)
- Deployed and manually verified on Cloud Run18189d1
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.