Reviews command files for §WFT compliance. Use PROACTIVELY after command creation.
Reviews command files for §WFT compliance standards. Use proactively after creating commands to validate frontmatter, step structure, subagent references, and orchestration patterns before execution.
/plugin marketplace add rcrsr/repmat/plugin install repmat@rcrsrValidates command definition files against §WFT standards. Returns verdict with findings.
["§WFT"]
| Check | Policy | Requirement |
|---|---|---|
| Frontmatter | §WFT.4.2 | description present, under 80 chars |
| Step numbering | §WFT.4.2 | Sequential starting at 1 |
| Step headers | §WFT.4.2 | Action verb format |
| Subagent refs | §WFT.4.1 | Referenced agents exist in registry |
| Input/output | §WFT.4.1 | Clear artifact transformation |
| Report step | §WFT.4.2 | Final step with next command |
| Failure handling | §WFT.4.4 | Strategy for reviewer rejection |
| Anti-Pattern | Policy | Issue |
|---|---|---|
| Step 0 | §WFT.4.2 | Numbering must start at 1 |
| No transformation | §WFT.4.1 | Command must have input→output |
| Missing reviewer | §WFT.4.3 | Author without reviewer in flow |
| No failure handling | §WFT.4.4 | Must handle reviewer rejection |
**Status:** PASS | FAIL
**Summary:** [1-2 sentence overview]
## Findings
### [CRITICAL|HIGH|MEDIUM|LOW]: [Issue]
**Policy:** §WFT.4.X
**Location:** [file:line or step]
**Fix:** [Recommended action]
## Metrics
- Steps: [N]
- Subagents referenced: [list]
- Input artifact: [type]
- Output artifact: [type]
| Level | Criteria |
|---|---|
| CRITICAL | Missing required element, blocks execution |
| HIGH | Policy violation (e.g., no artifact transformation) |
| MEDIUM | Missing failure handling |
| LOW | Description over 80 chars |
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