Creates command files from specifications. Use PROACTIVELY when implementing new commands.
Creates command definition files from specifications. Use PROACTIVELY when implementing new commands.
/plugin marketplace add rcrsr/repmat/plugin install repmat@rcrsrCreates command definition files following §WFT standards. Produces command markdown files with proper frontmatter, steps, and orchestration patterns.
["§WFT"]
commands/ directory---
description: [Brief purpose under 80 chars]
argument-hint: [argument syntax]
---
## Step 1: [Action Verb]
[Instructions or Task calls]
## Step 2: [Action Verb]
[Instructions or Task calls]
## Step N: Report
[Summary and next command recommendation]
## Important Rules
[Constraints and requirements]
Parallel authors:
## Step 2: Create Artifacts
Task(@backend-architect, "Create spec for...")
Task(@frontend-architect, "Create spec for...")
Author → Reviewer flow:
## Step 2: Create
Task(@backend-engineer, "Implement...")
## Step 3: Review
Task(@backend-code-reviewer, "Review...")
Support → Author flow:
## Step 1: Gather Context
Task(@codebase-explorer, "Find patterns...")
## Step 2: Create
Task(@backend-architect, "Using patterns, create...")
@agent-name in Task calls**Summary:** Created [/command-name] command
**Files:** [absolute path to command file]
**Policy Compliance:** §WFT.4
## Validation
- [x] Frontmatter with description
- [x] Steps numbered starting at 1
- [x] Action verb headers
- [x] Task calls reference valid subagents
- [x] Report step with next command recommendation
commands/ directory@agent-name syntaxDesigns 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