PRPs-agentic-eng
Plan, build, review, and ship code with AI agents
All Skills in This Repository (24)
Pure Emerald Level Indicatorsprp-diagram
Generate mermaid diagrams visualizing a plan's data model, architecture, and flows.
prp-plan
Creates implementation-ready plans from PRDs, issues, or descriptions using codebase evidence.
prp-prd
Generates hypothesis-driven PRDs through interactive questioning, market research, and technical feasibility analysis.
prp-meta-skill
Creates, refactors, and consolidates Agent Skills using PRP-style runbooks and progressive disclosure.
prp-worktree
Creates, lists, and removes git worktrees under .worktrees/ for parallel agent workstreams.
prp-codebase-question
Answers codebase questions by spawning parallel research agents and generating evidence-based documentation.
prp-deliver
Orchestrates planning, implementation, review, and CI validation to deliver a merge-ready pull request.
prp-prd-update
Updates PRD implementation-phase status and artifact links in Markdown tables.
prp-orchestrate
Coordinates parallel PRP workstreams across isolated git worktrees with gated merges.
prp-commit
Creates focused Git commits for intended changes with human-readable messages.
prp-research-team
Generates a multi-agent research plan with team composition, sub-questions, and task dependencies.
prp-debug
Diagnoses bugs and stack traces, then publishes root-cause findings to GitHub issues.
Frequently Asked Questions
FAQPage SchemaHow to install PRPs-agentic-eng?▼
Run `npx skills add Wirasm/PRPs-agentic-eng --all -g -y` in your terminal to install the full PRP skill suite globally.
What is a PRP in AI coding?▼
A PRP (Product Requirement Prompt) is a PRD plus curated codebase context and validation commands, giving an AI agent everything it needs to ship working code in one pass.
How do I take a GitHub issue to a merged PR with AI?▼
Invoke the prp-issue skill with the issue number; it plans, implements, opens a PR, runs an independent multi-agent review, fixes findings, and waits for green CI.
Does PRP work with Claude Code and Codex?▼
Yes. The skills ship as a Claude Code plugin and are also rendered for OpenAI Codex, so the same workflow runs in both harnesses.
Can AI agents review my pull requests automatically?▼
Yes. The prp-review skill dispatches specialist agents for code, seams, tests, and docs, then posts one evidence-based review with a merge-readiness verdict.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core