What problem does it solve?
This Skill eliminates the manual, multi-step process of software development, from initial feature request to a production-ready pull request. It automates branching, PRP (Product Requirement Prompt) creation, code implementation, committing, and PR generation, saving significant time and reducing human error.
Core Features & Use Cases
- End-to-End Automation: Orchestrates the entire PRP workflow, transforming a feature idea into a completed pull request.
- Automated Branching & Committing: Creates conventional Git branches and atomic commits, maintaining a clean version history.
- Intelligent PRP Generation & Execution: Generates comprehensive PRPs and then executes the implementation against your codebase.
- Use Case: A user requests, "Implement user authentication using JWT with the PRP workflow." This Skill autonomously handles all the steps, from creating a new branch to submitting the final PR, allowing the user to focus on higher-level tasks.
Quick Start
Example: Triggering the full workflow for a new feature
/prp-core-run-all Implement user authentication using JWT