Command Reference¶
Complete documentation for all 21 rp1 commands across both plugins.
Base Plugin (6 commands)¶
The base plugin provides foundation capabilities: knowledge management, documentation generation, strategic analysis, and security validation.
| Command | Description |
|---|---|
knowledge-build |
Generate knowledge base using parallel map-reduce architecture |
knowledge-load |
Load KB context for downstream agents |
project-birds-eye-view |
Generate comprehensive project overview with diagrams |
strategize |
Holistic strategic analysis with trade-off recommendations |
write-content |
Interactive technical content creation assistant |
analyse-security |
Comprehensive security validation and vulnerability scanning |
Dev Plugin (15 commands)¶
The dev plugin provides development workflow capabilities: feature lifecycle, code quality, and PR management.
Blueprint & Planning¶
| Command | Description |
|---|---|
blueprint |
Create project charter and PRD documents |
feature-requirements |
Collect and document feature requirements |
feature-design |
Generate technical design specifications |
feature-tasks |
Break down design into actionable tasks |
validate-hypothesis |
Test design assumptions through experiments |
Implementation¶
| Command | Description |
|---|---|
feature-build |
Implement features from task lists |
feature-verify |
Validate acceptance criteria before merge |
feature-edit |
Propagate mid-stream changes across documents |
feature-archive |
Archive completed features |
feature-unarchive |
Restore archived features |
Code Quality¶
| Command | Description |
|---|---|
code-check |
Fast hygiene validation (lint, test, coverage) |
code-audit |
Pattern consistency and maintainability audit |
code-investigate |
Systematic bug investigation |
code-clean-comments |
Remove unnecessary code comments |
code-quick-build |
Exploratory development for quick fixes |
PR Management¶
| Command | Description |
|---|---|
pr-review |
Map-reduce PR review with confidence gating |
pr-visual |
Generate Mermaid diagrams from PR diffs |
pr-feedback-collect |
Extract and classify PR review comments |
pr-feedback-fix |
Systematically address PR feedback |
Command Syntax¶
Commands differ slightly between platforms:
Quick Navigation¶
Looking for something specific?
- Build a knowledge base:
knowledge-build - Start a new feature:
blueprint→feature-requirements - Review a PR:
pr-review - Run code checks:
code-check - Security scan:
analyse-security