Description
Four agents are missing from the extension/README.md Chat Agents listing:
task-reviewer - Part of RPI workflow but missing from Development Workflow section
memory - Utility agent not listed in any category
doc-ops - Documentation agent not listed
hve-core-installer - Installation agent documented in CUSTOM-AGENTS.md but missing from extension README
This creates inconsistency between the extension marketplace documentation and the actual extension capabilities.
Acceptance Criteria
Proposed Solution
1. Add to Development Workflow section
After task-implementor:
- **task-reviewer** - Validate implementation against research and plan specifications
2. Add to Architecture & Documentation section
Insert alphabetically:
- **doc-ops** - Documentation operations and maintenance
3. Create new Utility section or add to existing
Option A - New section:
#### Utility
- **hve-core-installer** - Decision-driven HVE-Core installation with multiple methods
- **memory** - Persist repository facts for future task assistance
Option B - Add to Development Workflow:
- **hve-core-installer** - Decision-driven HVE-Core installation with multiple methods
- **memory** - Persist repository facts for future task assistance
Files to Modify
| File |
Change |
extension/README.md |
Add 4 missing agents to Chat Agents section |
Verification
After changes, the extension README should list all 21 agents matching the contents of .github/agents/ directory.
Time Estimate
30 minutes
Description
Four agents are missing from the
extension/README.mdChat Agents listing:task-reviewer- Part of RPI workflow but missing from Development Workflow sectionmemory- Utility agent not listed in any categorydoc-ops- Documentation agent not listedhve-core-installer- Installation agent documented in CUSTOM-AGENTS.md but missing from extension READMEThis creates inconsistency between the extension marketplace documentation and the actual extension capabilities.
Acceptance Criteria
task-reviewerto Development Workflow sectionhve-core-installerto appropriate section (or create new "Utility" section)memoryto appropriate sectiondoc-opsto Architecture & Documentation sectionProposed Solution
1. Add to Development Workflow section
After
task-implementor:2. Add to Architecture & Documentation section
Insert alphabetically:
3. Create new Utility section or add to existing
Option A - New section:
Option B - Add to Development Workflow:
Files to Modify
extension/README.mdVerification
After changes, the extension README should list all 21 agents matching the contents of
.github/agents/directory.Time Estimate
30 minutes