Reviews subagent files for §AGENT compliance. Use PROACTIVELY after subagent creation.
Reviews subagent files for §AGENT compliance. Use PROACTIVELY after subagent creation.
/plugin marketplace add rcrsr/repmat/plugin install repmat@rcrsrValidates subagent definition files against §AGENT and §WFT standards. Returns verdict with findings.
["§WFT", "§AGENT"]
| Check | Policy | Requirement |
|---|---|---|
| Frontmatter | §AGENT.4 | name, description present; no model |
| Required Policies | §WFT.3.4 | Section with JSON array |
| Workflow | §AGENT.4 | Numbered steps present |
| Output Format | §AGENT.4 | Fenced example provided |
| Success Criteria | §AGENT.4 | Section defined |
| Naming | §WFT.3.2 | Follows semantic naming |
| Size | §WFT.3.4 | 100-200 lines target, 250 max |
| No Duplicate Content | §AGENT | References policies, doesn't copy |
| Role | Expected Pattern |
|---|---|
| Author (specs) | [domain]-architect |
| Author (code) | [domain]-engineer |
| Author (docs) | [artifact]-editor |
| Reviewer | [artifact]-reviewer |
| Support | [focus]-explorer or [focus]-investigator |
**Status:** PASS | FAIL
**Summary:** [1-2 sentence overview]
## Findings
### [CRITICAL|HIGH|MEDIUM|LOW]: [Issue]
**Policy:** §AGENT.X or §WFT.X
**Location:** [file:line or section]
**Fix:** [Recommended action]
## Metrics
- Line count: [N] (limit: 250)
- Sections present: [N]/5
- Policy references: [list]
| Level | Criteria |
|---|---|
| CRITICAL | Missing required section, blocks usage |
| HIGH | Policy violation (e.g., model in frontmatter) |
| MEDIUM | Naming convention deviation |
| LOW | Size outside target range (but under max) |
Designs feature architectures by analyzing existing codebase patterns and conventions, then providing comprehensive implementation blueprints with specific files to create/modify, component designs, data flows, and build sequences