A plugin to help you plan and execute in one shot
You can install this plugin from any of these themed marketplaces. Choose one, add it as a marketplace, then install the plugin.
Choose your preferred installation method below
A marketplace is a collection of plugins. Every plugin gets an auto-generated marketplace JSON for individual installation, plus inclusion in category and themed collections. Add a marketplace once (step 1), then install any plugin from it (step 2).
One-time setup for access to all plugins
When to use: If you plan to install multiple plugins now or later
Step 1: Add the marketplace (one-time)
/plugin marketplace add https://claudepluginhub.com/marketplaces/all.json
Run this once to access all plugins
Step 2: Install this plugin
/plugin install exec-mode@all
Use this plugin's auto-generated marketplace JSON for individual installation
When to use: If you only want to try this specific plugin
Step 1: Add this plugin's marketplace
/plugin marketplace add https://claudepluginhub.com/marketplaces/plugins/exec-mode.json
Step 2: Install the plugin
/plugin install exec-mode@exec-mode
A comprehensive plugin collection designed to accelerate product development through AI-driven automation, context engineering, and systematic validation.
Rapid Shipping provides a powerful plugin for Claude Code:
PRP (Product Requirement Prompt) - Transform user stories into executable implementation plans with one-pass success rates
The plugin emphasizes context completeness, deterministic validation, and parallel processing to achieve rapid, high-quality output.
/plugin marketplace add rpiplewar/rapid-shipping
/plugin install prp@rapid-shipping
Check available commands:
/help
You should see new commands prefixed with /prp-
.
Agentic coding framework that bridges Product Requirements Documents (PRDs) and prompt engineering.
Command | Description |
---|---|
/prp-base-create | Create comprehensive PRP for major features |
/prp-base-execute | Execute base PRP with full implementation |
/prp-story-create | Convert user stories to tactical PRPs |
/prp-story-execute | Execute story-based PRPs |
/prp-task-create | Create task-level PRPs |
/prp-task-execute | Execute task PRPs |
/prp-planning-create | Create planning PRPs |
/prp-poc-create-parallel | Create POC PRPs with parallel processing |
/prp-poc-execute-parallel | Execute POCs in parallel |
/prp-spec-create | Create specification PRPs |
/prp-spec-execute | Execute spec PRPs |
/prp-ts-create | Create TypeScript PRPs |
/prp-ts-execute | Execute TypeScript PRPs |
/api-contract-define | Define API contracts |
/task-list-init | Initialize task lists |
User Story: "Add OAuth authentication to the login page"
↓
/prp-story-create
├─ @codebase-analyst analyzes auth patterns
├─ @library-researcher fetches OAuth library docs
└─ Generates Story PRP with context + tasks
↓
/prp-story-execute
├─ Task 1: CREATE OAuth provider config
├─ Task 2: UPDATE login component
├─ Task 3: ADD integration tests
└─ Validation: pytest + type checks
↓
✓ Feature implemented with passing tests
Located in prp/PRPs/templates/
:
prp_base.md
- Major featuresprp_base_typescript.md
- TypeScript projectsprp_planning.md
- Planning phaseprp_poc_react.md
- React POCsprp_spec.md
- Technical specificationsprp_story_task.md
- Sprint storiesprp_task.md
- Granular tasksFor a user story:
/prp-story-create
# Provide your user story when prompted
# Review the generated PRP
/prp-story-execute
# Implementation with validation
For a major feature:
/prp-base-create
# Provide feature requirements
# Review comprehensive PRP
/prp-base-execute
# Full implementation
prp/PRPs/README.md
prp/PRPs/STORY_WORKFLOW_GUIDE.md
prp/PRPs/templates/
prp/PRPs/ai_docs/
(13 Claude Code reference documents)Provide Claude with precise context to eliminate guesswork:
Break down complex features into clear, executable tasks:
shipfaster/
├── .claude-plugin/
│ └── marketplace.json # Main plugin manifest
└── prp/ # PRP Plugin
├── .claude-plugin/
│ └── plugin.json
├── agents/ # 2 specialized agents
├── commands/ # 15 command definitions
└── PRPs/
├── README.md
├── templates/ # 7 PRP templates
├── scripts/
└── ai_docs/ # 13 Claude Code reference docs
Contributions are welcome! Please follow these guidelines:
# Clone the repository
git clone https://github.com/rpiplewar/rapid-shipping.git
cd shipfaster
# Add as local marketplace for development
/plugin marketplace add file:///path/to/shipfaster
# Install plugin
/plugin install prp@rapid-shipping
See LICENSE file for details.
Rajat Piplewar
For issues, questions, or suggestions:
prp/PRPs/README.md
prp/PRPs/ai_docs/
Ship faster. Build better.
1.0.1