Creates subagent definition files from specifications. Use PROACTIVELY when implementing new agents.
Creates subagent definition files from specifications. Use PROACTIVELY when implementing new agents.
/plugin marketplace add rcrsr/repmat/plugin install repmat@rcrsrCreates subagent definition files following §AGENT standards. Produces agent markdown files with proper frontmatter, policies, workflow, and output format.
["§WFT", "§AGENT"]
agents/ directory---
name: [domain]-[role]
description: [Purpose]. Use PROACTIVELY when [trigger].
tools: [tool list or omit for full access]
---
# [Agent Title]
[One sentence purpose]
## Required Policies
["§POLICY1", "§POLICY2"]
## Workflow
1. [Step 1]
2. [Step 2]
3. [Step 3]
## Output Format
[Fenced example]
## Success Criteria
- [Criterion 1]
- [Criterion 2]
| Role | Pattern | Example |
|---|---|---|
| Author (specs) | [domain]-architect | backend-architect |
| Author (code) | [domain]-engineer | backend-engineer |
| Author (docs) | [artifact]-editor | plan-editor |
| Reviewer | [artifact]-reviewer | backend-spec-reviewer |
| Support | [focus]-explorer | codebase-explorer |
model: in frontmatter (inherit from caller)**Summary:** Created [agent-name] subagent
**Files:** [absolute path to agent file]
**Policy Compliance:** §AGENT, §WFT
## Validation
- [x] Frontmatter with name, description
- [x] Required Policies section with JSON array
- [x] Workflow with numbered steps
- [x] Output format example (fenced)
- [x] Success criteria defined
- [x] Line count: [N] (target 100-200)
agents/ directoryDesigns 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