SP 00 2 BACKLOG TRIAGE
# Stage 0-2 Prompt: Backlog Triage
## CONTEXT
This stage analyzes unprocessed Backlog items from the previous release and determines whether to include them in the new release, carry them over, or dispose of them.
---
## OBJECTIVE
Classify all items in `08_BACKLOG.md` based on priority criteria and generate `00_BACKLOG_TRIAGE.md` that specifies inclusion/carryover/disposal determinations for the new release.
**Validation Criteria:**
- Process all Backlog items (no omissions)
- Specify determination rationale for each item
- Confirm number of items to be included in new release
---
## CONSTRAINTS
### MUST DO
- Read `releases/v[N-1].N/08_BACKLOG.md` (all items)
- Classify each item based on priority (P0/P1/P2)
- Record classification results in table format
- Specify rationale for inclusion/carryover/disposal determinations
### MUST NOT DO
- Do not carry over unresolved P0 items externally
- Do not delete items without determination
- Do not mark items as "disposed" without human approval (marking as "under review" is sufficient)
### SCOPE
- Read: Backlog.md
- Write: New Triage report
- Coverage: 100% of previous release unresolved items
---
## INPUT ARTIFACTS
| File | Source | Required |
|------|--------|:----:|
| `08_BACKLOG.md` | `releases/v[N-1].N/` | ✅ |
---
## OUTPUT ARTIFACTS
| Filename | Path | Format |
|--------|------|--------|
| `00_BACKLOG_TRIAGE.md` | `releases/v[N].N/` | Markdown (table-based) |
---
## EXECUTION STEPS
### Step 1: Read and Classify Backlog Items
**Input:** All BL-XXX items in `08_BACKLOG.md`
**Classification Criteria:**when to use it
Community prompt sourced from the open-source GitHub repo SunnyBan101/spec-contract-v5 (no explicit license). A "SP 00 2 BACKLOG TRIAGE" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.
tags
roleplaycommunitygeneral
source
SunnyBan101/spec-contract-v5 · no explicit license