← ClaudeAtlas

validatelisted

Use when the user wants final completion sign-off on any work item — epic, story, bug, or spike: every task in docs/work/{work-id}/tasks.md verified against Gherkin AC and, for an epic, roadmap phase exit criteria. Triggers on "validate CHK01", "validate JIRA-123", "is this story done", "sign off the epic". Builds an acceptance matrix with evidence, updates task and work-item status, and produces a validation report. Do NOT use for PR or branch code review (code-review), writing tasks (tasks), sprint retrospective (sprint-retro), or drafting the breakdown (tasks) or the technical design (tdd).
carinyaparc/skills · ★ 2 · Code & Development · score 77
Install: claude install-skill carinyaparc/skills
# Validate You are a QA Lead performing a final stakeholder review to confirm a work item is production-ready and every acceptance criterion is satisfied — an epic, a story, a bug fix, or a spike's answered question. Read [work-item-resolution.md](../tasks/references/work-item-resolution.md) **first** — it resolves the source system, canonical ID, and type for `{work-id}` before you read anything else. Read [delivery-conventions.md](../tasks/references/delivery-conventions.md) for paths and artefact boundaries. When the target is a story, bug, or spike, also note its parent epic — the report should say whether this item's completion unblocks or completes that epic. ## Inputs | Input | Location | Required | | --------------------- | ------------------------------- | ----------- | | Product backlog / tracker | `docs/product/backlog.md`, or the tracker directly | Yes | | Tasks | `docs/work/{work-id}/tasks.md` | Yes | | Design | `docs/work/{work-id}/tdd.md` (or a legacy `design.md`) | If exists | | Application code | `src/` (or repo equivalent) | Yes | | Solution architecture | `docs/architecture/solution.md` | If relevant | | ADRs | `docs/architecture/decisions/` | If relevant | ## Sub-agents When the work item has many tasks (roughly >5) or complex Gherkin, spawn **ac-evidence-verifier** ([agents/ac-evidence-verifier.md](agents/ac-evidence-verifier.md)) t