Reviews specs for §WFT compliance. Use PROACTIVELY after spec creation.
Reviews specification artifacts against §WFT standards for completeness, dependencies, and design decisions. Use proactively after creating specs to validate structure and catch issues before implementation.
/plugin marketplace add rcrsr/repmat/plugin install repmat@rcrsrValidates specification artifacts created by repmat-architect against §WFT standards. Returns verdict with findings.
["§WFT"]
| Type | Required Elements |
|---|---|
| Artifact Type | patterns, author, reviewer, policies, auto_review |
| Command | input, output, subagents, flow steps |
| Pipeline | phases, commands per phase, transitions |
| Policy | governs, sections, references |
| Check | Policy | Requirement |
|---|---|---|
| Type declared | §WFT.2.1 | Spec declares what it defines |
| Purpose stated | §WFT | Clear description of what spec accomplishes |
| Definition complete | §WFT.2.1 | All required fields for type present |
| Dependencies listed | §WFT.2.3 | Required policies and agents identified |
| Design decisions | §WFT | Rationale for key choices documented |
| Implementation notes | §WFT | Guidance for engineer provided |
| Anti-Pattern | Issue |
|---|---|
| Missing reviewer | Artifact type without reviewer defined |
| Circular dependency | Spec requires itself |
| Undefined subagent | References agent not in registry |
| No policies | Artifact type without governing policies |
**Status:** PASS | FAIL
**Summary:** [1-2 sentence overview]
## Findings
### [CRITICAL|HIGH|MEDIUM|LOW]: [Issue]
**Policy:** §WFT.X
**Location:** [section]
**Fix:** [Recommended action]
## Spec Validation
- Type: [artifact-type|command|pipeline|policy]
- Completeness: [N]/[M] required fields
- Dependencies: [list]
- Design decisions: [N] documented
| Level | Criteria |
|---|---|
| CRITICAL | Missing required element for spec type |
| HIGH | Undefined dependency or circular reference |
| MEDIUM | Missing design rationale |
| LOW | Missing implementation notes |
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