By dmmedia
Complete PRP workflow automation - plan, implement, debug, review, commit, and PR commands with specialized agents
Research codebase questions using parallel agents - documents what exists, not what should change
**Target**: $ARGUMENTS
Deep root cause analysis - finds the actual cause, not just symptoms
Execute an implementation plan with rigorous validation loops
Implement a fix from investigation artifact - code changes, PR, and self-review
Reviews code for project guideline compliance, bugs, and quality issues. Use after writing code, before commits, or before PRs. Specify files to review or defaults to unstaged git changes. High-confidence issues only (80+) to minimize noise.
Identifies code simplification opportunities for clarity and maintainability while preserving exact functionality. Use after writing or modifying code. Focuses on recently changed code unless told otherwise. Reports findings with before/after suggestions. Advisory only - does not modify files or commit.
Use proactively to understand HOW code works. Analyzes implementation details, traces data flow, and documents technical workings with precise file:line references. The more specific your request, the better the analysis.
Comprehensive codebase exploration - finds WHERE code lives AND shows HOW it's implemented. Use when you need to locate files, understand directory structure, AND extract actual code patterns. Combines file finding with pattern extraction in one pass.
Analyzes code comments for accuracy, completeness, and long-term value. Use after generating documentation, before PRs with comment changes, or when auditing for comment rot. Verifies comments match actual code behavior. Advisory only - identifies issues, does not modify code.
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A collection of prompts, agents and skills for AI-assisted embedded development with Github CoPilot in VS Code.
Migration Notice: The PRP framework is being migrated from Claude-specific workflows to GitHub Copilot and VS Code native flows. All Copilot quickstart, migration, and troubleshooting guides may be integrated into this README and the workspace settings. Legacy Claude documentation is deprecated and retained only for reference.
AGENTS.mdcopilot_md_files/claude_md_files/ with deprecation headersKey Migration Changes:
Refer to the new adapter at PRPs/scripts/invoke_copilot.py for Copilot CLI integration.
TODO:
agents_md_files/HOW-TO-WRITE-AGENT.md guide "Syntax and XML Tags" section.agents_md_files/HOW-TO-WRITE-AGENT.md guide "Syntax and XML Tags" section.
.github\prompts\prp-codebase-question.prompt.md.github\prompts\prp-commit.prompt.md.github\prompts\prp-debug.prompt.md.github\prompts\prp-issue-fix.prompt.md.github\prompts\prp-issue-investigate.prompt.md.github\prompts\prp-pr.prompt.md.github\prompts\prp-ralph-cancel.prompt.md.github\prompts\prp-ralph.prompt.md.github\prompts\prp-review-agents.prompt.md.github\prompts\prp-review.prompt.md.claude\PRPs\prds\completed\extract-prompt-output-templates.prd.md.github\prompts\prp-issue-fix.prompt.md.github\prompts\prp-issue-investigate.prompt.mdAGENTS.md.github\prompts\prp-issue-fix.prompt.md - replace 6.2 write commit message duplicated template with a single template.github\prompts\prp-issue-fix.prompt.md - replace 3.2 decision tree ascii with mermaid or listAGENT.md templates and extend content from migrated claude_md_files/ where possible. Remove other files. Remove old claude_md_files/..claude-plugin and plugins/prp-core into VS Code or Copilot extension.AGENTS.md templates..github/ directory into your project root.pip install uv
uv sync
Tasks: Run Task → choose one of:
PRP: Create PRDPRP: PlanPRP: Implement.vscode/tasks.json and execute the prp_workflow.py orchestrator via uv run.uv run .github/PRPs/scripts/prp_workflow.py "<feature>" --no-commit --no-pruv run .github/PRPs/scripts/prp_workflow.py --skip-create --prp-path <plan> --no-commit --no-prNote: Set
PRP_TOOL_ADAPTER=copilotto try Copilot CLI path; fallback toclaudeis available by default. Optionally setPRP_TOOL_WORKDIR=<path>to use an alternate workspace root (e.g..copilot) for.claudecommand resolution.
Heavily based on PRP framework by Rasmus Widing
npx claudepluginhub dmmedia/prp-framework-embedded --plugin prp-coreComplete PRP workflow automation - plan, implement, debug, review, commit, and PR commands with specialized agents
Development workflow automation including feature development, code quality, and PR management
Autonomous development methodology: PRD interviews → agent execution → automated review
Commands, agents, skills, and context for AI-assisted development workflows
Implementation planning, execution, and PR creation workflows with multi-agent collaboration
Compound Engineering workflow: PRD-driven sprints, isolated worktrees, hook-enforced safety, automated learning. Skills become /vini-workflow:plan, /vini-workflow:compound, etc.