← ClaudeAtlas

task-review-checklistlisted

Detailed checklist for verifying Technical Specifications (TASK).
MatrixFounder/Agentic-development · ★ 5 · Code & Development · score 80
Install: claude install-skill MatrixFounder/Agentic-development
# TASK Review Checklist ## 1. Task Compliance - [ ] **Requirements:** All user requirements covered? - [ ] **Scope:** No unrequested features? - [ ] **Goal:** Solves the core user problem? ## 2. Completeness (Use Cases) - [ ] **Structure:** Name, Actors, Preconditions, Main Scenario, Alternatives, Postconditions. - [ ] **Main Scenario:** Step-by-step, clear system/actor actions. - [ ] **Alternatives:** Error handling, edge cases (empty inputs, network failures). - [ ] **Acceptance Criteria:** Specific, measurable, verifiable. ## 3. Compatibility - [ ] **Terminology:** Uses project terms? - [ ] **Architecture:** Respects existing constraints? - [ ] **Integrations:** correctly describes interaction with existing components? ## 4. Consistency - [ ] **Internal:** No contradictions between UC-01 and UC-02. - [ ] **Naming:** Same entities named identically. ## 5. Non-Functional - [ ] **Performance:** Metrics defined? - [ ] **Security:** Critical checks (auth, inputs)? ## 6. Register (`documentation-standards` §5.5) - [ ] **Scan attached:** `artifact-formalizer/scripts/scan_register.py docs/TASK.md --sections --terms docs/ARCHITECTURE.md` was run, and its `DETECTORS` block shows no dead detector. - [ ] **Warns resolved:** zero `warn`, or each survivor carries a written reason. - [ ] **Zero read correctly:** if `DIAGNOSTICS` reports `PRESSED AGAINST THE LIMIT`, the `sentence_near_limit` findings were judged rather than ignored. - [ ] **Reading pass covered:** every