Back to Skills

pm-verification-protocols

MacPhobos
Updated 3 days ago
5 views
0
View on GitHub
Otherqaverificationevidencepm-required

About

This skill enforces a mandatory QA verification gate that blocks project managers from claiming work as complete without documented QA evidence. It applies to all implementation work including UI features, API endpoints, and bug fixes, requiring PMs to delegate to QA and wait for verification before reporting completion. The protocol defines specific evidence requirements by work type and maintains a strict blocking sequence for quality assurance.

Quick Install

Claude Code

Recommended
Primary
npx skills add MacPhobos/research-mind -a claude-code
Plugin CommandAlternative
/plugin add https://github.com/MacPhobos/research-mind
Git CloneAlternative
git clone https://github.com/MacPhobos/research-mind.git ~/.claude/skills/pm-verification-protocols

Copy and paste this command in Claude Code to install this skill

GitHub Repository

MacPhobos/research-mind
Path: .claude/skills/mpm-verification-protocols
0

Related Skills

pm-git-file-tracking

Other

This skill enforces immediate Git tracking of newly created files before marking tasks complete. It provides a mandatory workflow where agents must add and commit deliverable files after creation, blocking task completion until tracking is verified. Developers should use it after file creation and before any git operations to maintain proper version control.

View skill

pm-pr-workflow

Other

This skill enforces branch protection by automatically routing developers to a PR workflow when attempting to push directly to the main branch. It detects user permissions and translates direct push requests into feature branch creation and PR actions. Use it to maintain code review standards and prevent unauthorized commits to your main branch.

View skill

pm-ticketing-integration

Other

This skill enables ticket-driven development by automatically detecting ticket references (IDs, URLs) in conversations. It enforces strict delegation of all ticket operations to the ticketing agent instead of handling them directly. Use it when working with issue trackers to maintain proper workflow integration and access control.

View skill

pm-bug-reporting

Other

This skill provides a structured protocol for reporting bugs to GitHub when PMs or agents encounter framework errors, agent malfunctions, or skill content issues. It defines specific bug categories and routes them to the correct repositories (claude-mpm, claude-mpm-agents, etc.). Developers should use it to ensure consistent, actionable bug reports for the Claude MPM ecosystem.

View skill