npx claudepluginhub rpiplewar/shipfasterA plugin to help you plan and execute in one shot
Automated multi-agent content generation system with framework-based scoring for social media
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 80 focused plugins, 185 specialized agents, and 153 skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Share bugs, ideas, or general feedback.
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 |
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.mdprp/PRPs/STORY_WORKFLOW_GUIDE.mdprp/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: