From rapid
Show all available RAPID commands and workflow guidance
npx claudepluginhub pragnition/pragnition-public-plugins --plugin rapidThis skill uses the workspace's default tool permissions.
You are the RAPID help command. Your ONLY job is to output the static reference content below. Follow these rules strictly:
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Checks Next.js compilation errors using a running Turbopack dev server after code edits. Fixes actionable issues before reporting complete. Replaces `next build`.
You are the RAPID help command. Your ONLY job is to output the static reference content below. Follow these rules strictly:
Output this content now:
INIT -> /clear -> START-SET -> /clear -> DISCUSS-SET -> /clear -> PLAN-SET
| | | |
| | | +-- Research, wave plans, validation
| | +-- Capture implementation vision
| +-- Create worktree, scoped CLAUDE.md, set overview
+-- Research, roadmap, model selection, project decomposition
/clear -> EXECUTE-SET -> /clear -> REVIEW -> /clear -> MERGE
| | |
| | +-- Integrate to main
| +-- Scope for review (then unit-test, bug-hunt, uat)
+-- Parallel job execution per wave
Tip: Run /clear between every command. Each RAPID step works best with a fresh context window.
| # | Command | Description |
|---|---|---|
| 1 | /rapid:init | Initialize project -- research, roadmap, model selection, set decomposition |
| 2 | /rapid:start-set | Create isolated worktree, generate scoped CLAUDE.md, run set planner |
| 3 | /rapid:discuss-set | Capture developer implementation vision for a wave before planning |
| 4 | /rapid:plan-set | Plan all waves in a set -- research, wave plans, job plans, validation |
| 5 | /rapid:execute-set | Execute jobs within waves (parallel subagents or agent teams, smart re-entry) |
| 6 | /rapid:review | Scope a completed set for review -- produces REVIEW-SCOPE.md |
| 7 | /rapid:merge | Merge completed sets to main with contract validation and conflict detection |
| # | Command | Description |
|---|---|---|
| 1 | /rapid:unit-test | Run unit test pipeline (reads REVIEW-SCOPE.md) |
| 2 | /rapid:bug-hunt | Run adversarial bug hunt (reads REVIEW-SCOPE.md) |
| 3 | /rapid:uat | Run user acceptance testing (reads REVIEW-SCOPE.md) |
| # | Command | Description |
|---|---|---|
| 1 | /rapid:status | Project dashboard with set statuses and next-action suggestions |
| 2 | /rapid:install | Plugin installation, shell configuration, .env setup |
| 3 | /rapid:new-version | Start new milestone/version cycle (archive, bump, re-plan) |
| 4 | /rapid:add-set | Add sets mid-milestone with discovery and contract generation |
| Command | Description |
|---|---|
/rapid:help | This command reference |
These commands are functional but not part of the primary 7+4 command set:
| Command | Description |
|---|---|
/rapid:assumptions | Surface and validate Claude's assumptions about a set |
/rapid:pause | Pause current set work with handoff file for resumption |
/rapid:resume | Resume paused set work from handoff |
/rapid:context | Generate codebase context files (ARCHITECTURE.md, CONVENTIONS.md, etc.) |
/rapid:cleanup | Remove completed set worktrees with safety checks |
| Command | Description |
|---|---|
/rapid:documentation | Generate and update project documentation |
/rapid:bug-fix | Investigate and fix bugs with targeted agents |
/rapid:migrate | Migrate .planning/ state from older versions |
/rapid:scaffold | Generate project-type-aware foundation files |
/rapid:branding | Conduct structured branding interview |
/rapid:audit-version | Audit completed milestone for delivery gaps |
/rapid:register-web | Register project with Mission Control dashboard |
/rapid:install -- One-time setup: install plugin, configure shell, create .env/rapid:init -- Project initialization: research, roadmap, decomposition into sets
/clear
Then for each set (in parallel across developers):
/rapid:start-set -- Claim a set: create worktree, generate scoped CLAUDE.md
/clear
/rapid:discuss-set -- Capture your implementation vision and design decisions
/clear
/rapid:plan-set -- Plan all waves (research, wave plans, job plans, validation)
/clear
/rapid:execute-set -- Run jobs (parallel agents within each wave)
/clear
/rapid:review -- Scope set for review (produces REVIEW-SCOPE.md)
/clear 7a.
/rapid:unit-test-- Run unit test pipeline /clear 7b./rapid:bug-hunt-- Run adversarial bug hunt /clear 7c./rapid:uat-- Run user acceptance testing /clear
After sets complete:
/rapid:merge -- Integrate sets to main with contract checks
/clear
/rapid:cleanup -- Remove worktrees for merged setsStart next cycle:
/rapid:new-version -- Archive completed milestone, begin next versionRAPID v7.0.1 | 30 commands | Rapid Agentic Parallelizable and Isolatable Development