View and manage bugs, deferred features, and tech debt in BACKLOG.md
View and manage project backlog items in BACKLOG.md. Use to track bugs, deferred features, and tech debt discovered during development.
/plugin marketplace add astrosteveo/claude-code-plugins/plugin install superharness@astrosteveo-plugins<action: view|add|update> [details]You are tasked with viewing and managing the project backlog. The backlog tracks bugs, deferred features, and technical debt discovered during development.
.harness/BACKLOG.md
If it doesn't exist, create it when adding the first item.
When user says "view", "show", "list", or provides no arguments:
.harness/BACKLOG.md## Current Backlog
### Bugs (X items)
- [BUG-001] [Critical] Description - Source: feature-name
- [BUG-002] [High] Description - Source: feature-name
### Deferred Features (X items)
- [FEAT-001] [High] Description - Source: feature-name
### Tech Debt (X items)
- [DEBT-001] [Medium] Description - Source: feature-name
### Improvements (X items)
- [IMP-001] [Low] Description - Source: feature-name
What would you like to do?
- Add item: `/superharness:backlog add [type] [description]`
- Update item: `/superharness:backlog update [ID] [status/priority]`
When user says "add" with details:
Item format:
### [ID] [Priority] Title
**Source**: feature-name or general
**Description**: Detailed description
**Suggested Fix**: (optional) How to address
**Added**: YYYY-MM-DD
When user says "update" with ID and changes:
# Project Backlog
Last updated: [ISO timestamp]
## Bugs
Items that need fixing - things that are broken or behaving incorrectly.
### [BUG-001] [Critical] Example bug title
**Source**: .harness/003-auth (discovered during implementation)
**Description**: What's broken and how it manifests
**Suggested Fix**: Brief description of likely fix
**Added**: 2025-01-15
---
## Deferred Features
Features identified but intentionally deferred for later implementation.
### [FEAT-001] [High] Example feature title
**Source**: .harness/003-auth (identified during planning)
**Description**: What the feature should do
**Rationale**: Why it was deferred
**Added**: 2025-01-15
---
## Tech Debt
Code improvements that would enhance maintainability or performance.
### [DEBT-001] [Medium] Example debt title
**Source**: .harness/003-auth (discovered during review)
**Description**: What needs improvement
**Impact**: Why this matters
**Suggested Fix**: How to address
**Added**: 2025-01-15
---
## Improvements
Nice-to-have enhancements that aren't critical.
### [IMP-001] [Low] Example improvement title
**Source**: general
**Description**: What could be better
**Added**: 2025-01-15
BUG-NNN - BugsFEAT-NNN - Deferred featuresDEBT-NNN - Technical debtIMP-NNN - ImprovementsDuring feature development, add to backlog when you:
Don't ignore these findings - capture them in the backlog.
The session hook reads BACKLOG.md and surfaces:
This helps users know what's outstanding when they start a session.
/superharness:status/superharness:validate/superharness:create-plan