prp-core-runner

Orchestrate the five-step PRP workflow from branch creation to pull request.

2.2k|612|Updated Jun 21, 2025
One-click install
npx skills add https://github.com/Wirasm/PRPs-agentic-eng --skill prp-core-runner
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prp-core-runner
Source: https://github.com/Wirasm/PRPs-agentic-eng/tree/main/.claude/skills/prp-core-runner
Command: npx skills add https://github.com/Wirasm/PRPs-agentic-eng --skill prp-core-runner

SYSTEM DOCUMENTATION & REQUIREMENTS

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

Frequently Asked Questions about prp-core-runner

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate a complete feature implementation from idea to pull request?

Automate feature development end-to-end using the PRP workflow, which orchestrates branching, requirement documentation, code implementation, atomic commits, and PR creation in a single command. This eliminates manual steps and reduces errors across the entire development cycle.

Can I automate pull request creation with code generation?

Yes. The PRP workflow generates comprehensive requirement prompts, executes implementation against your codebase, creates conventional Git branches and commits, then opens the pull request automatically—transforming a feature request into a production-ready PR.

What steps does the PRP workflow execute?

The PRP workflow executes five steps: create a conventional Git branch, generate a comprehensive PRP document, implement the feature in code, create an atomic commit, and open a pull request. Each step is monitored; if any step fails, the workflow reports which step failed and why.

Do I need to manually commit and push code after implementation?

No. The workflow handles atomic commits and PR submission automatically. After feature implementation completes, you receive the final PR URL without manual Git operations or PR configuration.

What's the best way to maintain clean version history during agentic development?

Use the PRP workflow to create conventional Git branches and atomic commits automatically. This ensures consistent branching patterns and single-purpose commits without manual intervention, keeping your repository history clean and auditable.

Can the workflow handle feature requests that fail during implementation?

Yes. The workflow monitors progress and reports which execution step failed and why, then stops. This allows you to diagnose the issue before retrying rather than attempting partial recovery.