prp-core-runner

Automate end-to-end PRP workflows from feature idea to pull request.

1|Updated Jan 25, 2026
One-click install
npx skills add https://github.com/TeddyBennett/MOV --skill prp-core-runner-teddybennett
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prp-core-runner
Source: https://github.com/TeddyBennett/MOV/tree/main/PRPs-agentic-eng/.claude/skills/prp-core-runner
Command: npx skills add https://github.com/TeddyBennett/MOV --skill prp-core-runner-teddybennett

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill orchestrates the complete PRP workflow from a feature request to a merged pull request, automating branch creation, PRP document generation, implementation, commits, and PR creation.

Core Features & Use Cases

  • End-to-end PRP automation: from idea to PR, including branch setup, PRP generation, and final PR creation.
  • Deterministic workflow steps: a 5-step sequence with clear failure handling and progress reporting.
  • Use Case: When a product feature is requested, activate this Skill to automatically drive the PRP process to deliver a ready-to-review PR.

Quick Start

Use the PRP core runner to execute the complete PRP workflow for a feature description by issuing /prp-core-run-all {feature-description}.

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 the full pull request workflow from a feature idea to a PR?

Automating the pull request workflow from feature idea to PR involves a deterministic 5-step sequence: branch creation, PRP drafting, implementation, commits, and PR creation. This Skill orchestrates that end-to-end PRP process and returns a final PR URL.

What is a PRP workflow and how does it guide feature delivery?

A PRP workflow is a structured feature delivery process guiding software development teams from initial idea through branch setup, PRP document generation, code implementation, and final pull request creation.

Can I automate git branch creation and PR generation for new feature requests?

Yes, you can automate git branch creation and PR generation by running a single command with a feature description. The workflow automatically sets up the branch, drafts the PRP, implements the code, commits changes, and creates the PR.

Does the automated feature delivery workflow handle execution failures?

The automated feature delivery workflow includes deterministic multi-step execution with clear failure handling and progress reporting. If a step in the PRP sequence fails, the workflow provides structured error reporting rather than continuing blindly.

What's the best way to trigger end-to-end PRP automation for a feature description?

The best way to trigger end-to-end PRP automation is to issue a single command with your feature description. This activates the runner to drive the entire PRP process, delivering a ready-to-review PR automatically.