This skill MUST be invoked when the user says "review task mapping", "review tasks", "validate cycles", or "check TDD structure". SHOULD also invoke when user mentions "task quality", "cycle review", "vertical slice", or "task artifact".
Find gaps in task artifacts and generate issues that need resolution before proceeding to the next phase. Focus on vertical slice completeness, TDD structure, and traceability. This skill provides phase-specific review criteria for the Devil's Advocate.
humaninloop:validation-plan-artifacts insteadhumaninloop:analysis-specifications insteadEach phase has specific checks to execute. The checks identify Critical, Important, and Minor issues.
| Phase | Focus Area | Key Checks | |-------|------------|------------| | Mapping | Story coverage | All P1/P2 stories mapped to cycles | | Mapping | Slice quality | Cycles are true vertical slices | | Mapping | Dependencies | Foundation vs feature correctly identified | | Tasks | TDD structure | Test-first task ordering in each cycle | | Tasks | Coverage | All cycles have implementation tasks | | Tasks | Format | Task IDs, file paths, markers correct | | Cross | Traceability | Stories -> Cycles -> Tasks chain complete |
See PHASE-CHECKLISTS.md for detailed phase-specific checklists and key questions.
Issues are classified by severity to determine appropriate action:
| Severity | Definition | Action | |----------|------------|--------| | Critical | Blocks progress; must resolve | Return to Task Architect | | Important | Significant gap; should resolve | Flag for this iteration | | Minor | Polish item; can defer | Note for later |
See ISSUE-TEMPLATES.md for severity classification rules, issue documentation formats, and report templates.
Read and understand:
For each check in the phase-specific checklist:
| Verdict | Criteria | |---------|----------| | ready | Zero Critical, zero Important issues | | needs-revision | 1-3 Important issues, fixable in one iteration | | critical-gaps | 1+ Critical or 4+ Important issues |
Before finalizing review, verify:
❌ Reviewing task-mapping.md in isolation ✅ Always verify alignment with stories from spec and data model
❌ Marking formatting issues as "Critical" ✅ Reserve Critical for gaps that genuinely block implementation
❌ "The cycles are not vertical slices" ✅ "Cycle 2 groups all database tasks (tasks 2.1-2.4) without user-facing value - horizontal layer, not vertical slice"
❌ Assuming every cycle has proper TDD structure ✅ Explicitly check each cycle starts with a TEST: task before implementation
❌ Accepting tasks without story labels ✅ Every task MUST trace back to a user story via cycle mapping
❌ Reviewing incomplete task artifacts mid-creation ✅ Wait for Task Architect to signal completion before validation
npx skills add deepeshBodh/validation-task-artifacts下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer