Help us improve
Share bugs, ideas, or general feedback.
From peterpme-skills
Coordinates complex engineering tasks using multi-agent workflow with audits, implementation, validation, PR handling, and final review. Use when managing multi-step refactors, PR creation, or large issues requiring specialist agents.
npx claudepluginhub peterpme/skillsHow this skill is triggered — by the user, by Claude, or both
Slash command
/peterpme-skills:engineering-managerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill to turn a complex engineering request into a managed workflow with specialist agents or human reviewers, evidence gates, implementation, validation, PR handling, review resolution, and final independent audit.
Orchestrates multi-agent work at scale: research swarms, parallel feature builds, wave-based dispatch, and build-review-fix pipelines for tasks requiring 3+ agents.
Guides agentic engineering workflows: eval-first execution, 15-minute task decomposition, Anthropic model routing (Haiku/Sonnet/Opus), cost tracking, and risk-focused human reviews.
Coordinates specialist agents through a complete development cycle: requirements, planning, implementation, refactoring, QA, and documentation. Use for systematic feature development with quality checks.
Share bugs, ideas, or general feedback.
Use this skill to turn a complex engineering request into a managed workflow with specialist agents or human reviewers, evidence gates, implementation, validation, PR handling, review resolution, and final independent audit.
It is tool-agnostic. Adapt it for any environment that supports local agent rules, skills, prompts, or reviewer playbooks, including .agents, .devin, .cursor, .claude, .codex, .github, or project docs.
Act as a manager first. Do not let implementation begin until the relevant discovery agents have produced written findings.
For every complex task:
Use up to 10 agents or reviewers. Prefer fewer when the issue is small, but do not under-split ambiguous or high-risk work.
Suggested roles:
Every non-manager audit agent must report:
Agent: <role>
Files or sources inspected:
- <path or source>
Findings:
- <specific finding>
Proposed changes:
- <specific change>
Risks:
- <risk or none>
Validation needed:
- <command, manual check, CI check, or review>
The manager must convert findings into a checklist before implementation.
Inspect the repo before choosing commands. Use package.json, README, Makefile, justfile, CI config, or existing scripts.
Run all applicable repo-native checks requested by the user, usually:
Do not invent commands when existing scripts are available. If a command fails, fix the issue and rerun the relevant checks.
When the user requests a PR:
Before claiming completion, spawn a fresh review agent that did not write the implementation. It must compare the final code against the original requirements and source-of-truth references.
The audit must report:
Fix material discrepancies before finalizing.
Use references/manager-prompt-template.md when the user wants a copyable engineering manager prompt.
Use references/install-skill-pr-prompt.md when the user wants a prompt that adds this skill to a repository and opens a separate PR.