[Improvement] Consolidate Overlapping Agent Capabilities #24

Closed
opened 2026-04-05 00:49:14 +00:00 by NW · 1 comment
Owner

Overview

Merge browser-automation into sdet-engineer and markdown-validator into requirement-refiner to reduce agent count while maintaining coverage.

Priority: P2

Effort: Medium
Impact: Low

Proposed Merges

Merge From Merge To Rationale
browser-automation sdet-engineer E2E testing is SDET domain
markdown-validator requirement-refiner Validation is refiner job

Changes Required

browser-automation to sdet-engineer

Add capabilities:

  • e2e_tests with playwright
  • visual_regression with pixelmatch

markdown-validator to requirement-refiner

Add capabilities:

  • markdown_validation
  • formatting_check

Files to Modify

  • .kilo/agents/sdet-engineer.md - Add E2E capabilities
  • .kilo/agents/requirement-refiner.md - Add validation
  • .kilo/agents/orchestrator.md - Remove merged agents
  • AGENTS.md - Update references

After Merge

Total agents: 22 to 20

## Overview Merge browser-automation into sdet-engineer and markdown-validator into requirement-refiner to reduce agent count while maintaining coverage. ## Priority: P2 **Effort**: Medium **Impact**: Low ## Proposed Merges | Merge From | Merge To | Rationale | |------------|----------|-----------| | browser-automation | sdet-engineer | E2E testing is SDET domain | | markdown-validator | requirement-refiner | Validation is refiner job | ## Changes Required ### browser-automation to sdet-engineer Add capabilities: - e2e_tests with playwright - visual_regression with pixelmatch ### markdown-validator to requirement-refiner Add capabilities: - markdown_validation - formatting_check ## Files to Modify - `.kilo/agents/sdet-engineer.md` - Add E2E capabilities - `.kilo/agents/requirement-refiner.md` - Add validation - `.kilo/agents/orchestrator.md` - Remove merged agents - `AGENTS.md` - Update references ## After Merge Total agents: 22 to 20
NW added the priority::lowtype::enhancement labels 2026-04-05 00:49:14 +00:00
Author
Owner

? Partially Implemented

Agent consolidation considered but not prioritized (P2 - Low).

Analysis

  • browser-automation and visual-tester have distinct roles
  • markdown-validator integrated into requirement-refiner capabilities
  • Capability index now consolidates routing

Decision

Defer full merge. Current architecture is maintainable.
Capability routing in capability-index.yaml provides logical organization.

Commit: 420c10f

## ? Partially Implemented Agent consolidation considered but not prioritized (P2 - Low). ### Analysis - browser-automation and visual-tester have distinct roles - markdown-validator integrated into requirement-refiner capabilities - Capability index now consolidates routing ### Decision Defer full merge. Current architecture is maintainable. Capability routing in capability-index.yaml provides logical organization. Commit: 420c10f
NW closed this issue 2026-04-05 01:10:36 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: UniqueSoft/APAW#24