From sprint
Review completed Task or Feature deliverables. Uses type-specific checklists (coding/docs/ideation/general) for quality review. If issues found, creates improvement plan in Plan mode and adds improvement Tasks to BACKLOG.md. Triggers: 'review task', 'review feature', 'review backlog'
How this skill is triggered — by the user, by Claude, or both
Slash command
/sprint:review-backlogThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Systematically review completed Task or Feature deliverables, identify areas for improvement, and connect to next actions.
Systematically review completed Task or Feature deliverables, identify areas for improvement, and connect to next actions.
This skill operates in a sprint folder containing:
BACKLOG.md - Backlog itemsHANDOFF.md - Current progress statusINSTRUCTION.md - Agent guidelinesrefs/ - Reference documentsRequired files to read:
BACKLOG.md - Check completed itemsHANDOFF.md - Check progress statusAfter identifying target, read related files:
| Target | Files to Read |
|---|---|
| Feature | refs/designs/F{n}-*, active/F{n}-* (contains decisions), refs/archive/F{n}-* (if prior Feature) |
| Task | refs/plans/F{n}-T{m}-*, related Feature files |
Sprint-wide (if needed):
refs/decisions/_sprint.mdrefs/lessons/_sprint.mdReport to user:
Recently completed items:
- T1.2: Login API (done)
- T1.3: Signup API (done)
- F2: Dashboard (done)
What would you like to review?
1. Specific Task
2. Entire Feature
Collect information about the user's selected item:
coding | docs | ideation | general from BACKLOG.mdNote: Checklists are minimum standards. Apply additional criteria based on project characteristics.
Load checklist based on type:
| Type | Checklist |
|---|---|
| coding | assets/coding/checklist.md |
| docs | assets/docs/checklist.md |
| ideation | assets/ideation/checklist.md |
| general | assets/general/checklist.md |
Perform review:
Consider using agent teams when:
Always propose to the user and get approval before spawning agent teams.
Parallelization strategies:
| Strategy | Description | Example |
|---|---|---|
| By aspect | Each agent reviews a different quality dimension | functionality, security, performance, code quality |
| By target | Each agent reviews a different Task or component | Agent A: T1.1 |
| Cross-verification | A separate agent validates the primary reviewer's findings | Reduces false positives and missed issues |
After parallel review, merge results into a single report in Step 4.
Categorize findings:
| Category | Description | Examples |
|---|---|---|
| 🔴 Critical | Immediate fix required, functional/security issues. Failure to meet goals or acceptance criteria is always Critical. | Goal not met, acceptance criteria failed, bugs, security vulnerabilities, data loss risk |
| 🟡 Improvement | Would be better if improved, quality enhancement | Refactoring candidates, performance improvements, readability |
| 🟢 Minor | Minor improvements | Naming, comments, formatting |
| 💡 Suggestion | Future considerations | New feature ideas, technical debt |
Report results to user:
## Review Results: [Item name]
### 🔴 Critical (N items)
1. [Issue]: [Description]
- Location: [File/location]
- Impact: [Scope of impact]
### 🟡 Improvement (N items)
1. [Improvement]: [Description]
- Current: [Current state]
- Suggested: [Improvement direction]
### 🟢 Minor (N items)
- [Items...]
### 💡 Suggestion (N items)
- [Items...]
---
Would you like to create an improvement plan for Critical/Improvement items?
Enter Plan Mode if Critical or Improvement items exist and user agrees.
There are items that need improvement.
Entering Plan Mode to create an improvement plan.
Content to write in Plan Mode:
# [Item Name] Improvement Plan
> This plan will be executed in the next session via `@INSTRUCTION.md`.
> Do not start improvement work immediately after plan approval.
## Review Summary
- Review target: [Task/Feature name]
- Issues found: Critical N, Improvement N
## Improvement Tasks
### Task 1: [Improvement item]
- Issue: [Current problem]
- Solution: [Specific solution]
- Scope: [Files/areas to modify]
- Completion criteria: [How to know it's done]
### Task 2: [Improvement item]
...
## Priority Order
1. [What to do first]
2. [Next...]
## Risks
- [Things to watch out for during improvement]
## Estimated Effort
- [Expected time/complexity]
Wait for user approval.
CRITICAL: This skill only handles review and planning. It does NOT perform actual improvement work.
When the user approves the Plan:
- Update BACKLOG.md
- End the skill
Do NOT say "Plan approved. Starting improvement work now." and begin work. Improvement work happens in the next session via
@INSTRUCTION.md.
IMPORTANT: After user approval, only update files and end the skill. Do not start improvement work.
Add improvement Tasks:
- [x] T1.2: Login API `done`
- [ ] T1.4: Fix review issues (T1.2) `backlog` ← newly added
- [ ] T1.4.1: [Critical improvement 1]
- [ ] T1.4.2: [Improvement 1]
Reopen Feature (if Feature was in completed state):
- [ ] F1: Login System ← changed from [x] to [ ]
Add to ## Context for Next Session:
**Review results to address:**
- [Item name] review found N improvement items
- Improvement Task: T{n}.{m}
- Work from Plan file - no Plan Mode needed
[Item name] review complete.
Review results:
- 🔴 Critical: N items
- 🟡 Improvement: N items
- 🟢 Minor: N items
- 💡 Suggestion: N items
Updated files:
- BACKLOG.md - Improvement Tasks added
- HANDOFF.md - Status reflected
Call @INSTRUCTION.md in your next session to start improvement work.
/sprint:init - Sprint initialization/sprint:add-backlog - Add backlog items/sprint:plan-backlog - Design items in detail/sprint:review-work - Same-session review, improve, and mark done@INSTRUCTION.md - Execute improvement workUser: "Review T1.2"
Claude:
npx claudepluginhub workingdanny911/dannys-claudeReviews a work item through multiple quality lenses (codebase, docs, web research) and collaborates on improvements before implementation or escalation.
Verifies code implementations match specs, PRDs, epics, or tasks by checking completeness, acceptance criteria, edge cases, and scope creep. Use post- or during-implementation.
Critiques research, plan, brainstorm, and QA documents for completeness, gaps, weaknesses, and quality issues using structured process with user preferences.