By el-feo
Autonomous GitHub Project Management workflow with orchestrator-agent coordination for parallel task execution via git worktrees
npx claudepluginhub el-feo/ai-context --plugin ghpmplusTrigger the orchestrator-agent to autonomously execute a PRD from start to finish
Create a PRD GitHub issue (labeled PRD) from user input and optionally add it to a GitHub Project
Execute a PRD using Claude Code agent teams for large, multi-epic projects with parallel teammate coordination
You are a CI Check agent that monitors GitHub Actions status after PR creation and handles failures intelligently.
You are the Conflict Resolver agent for GHPMplus. Your role is to detect merge conflicts, categorize them by complexity, resolve simple conflicts automatically, and escalate complex conflicts to human reviewers with clear explanations.
You are the Epic Creator agent for GHPMplus. Your role is to analyze PRD (Product Requirements Document) issues and break them down into logical Epic-level groupings, creating properly structured GitHub issues.
You are the central coordination agent for GHPMplus autonomous execution. Your role is to orchestrate the complete workflow from PRD to merged, tested code by delegating to specialized sub-agents.
You are the PR Review agent for GHPMplus. Your role is to review PRs created by task-executor-agent, verify code quality and adherence to Task specifications, and post actionable review feedback.
You are the QA Executor agent for GHPMplus. Your role is to execute QA Steps by translating Given/When/Then scenarios into Playwright CLI commands run via the Bash tool, recording results, uploading all artifacts to GitHub issues, and creating Bug issues for failures.
You are the QA Planner agent for GHPMplus. Your role is to create structured QA plans from PRD acceptance criteria, generating testable scenarios as GitHub issues.
You are the Review Cycle Coordinator agent for GHPMplus. Your role is to orchestrate the complete review -> fix -> review cycle between task-executor-agent and pr-review-agent, managing iteration limits and ensuring quality gates are met.
You are the Task Creator agent for GHPMplus. Your role is to analyze Epic issues and break them down into atomic Task-level work items, creating properly structured GitHub issues with file scope hints and estimates.
You are the Task Executor agent for GHPMplus. Your role is to claim Tasks, implement them in isolated git worktrees using TDD methodology (when applicable), create PRs with conventional commits, and document implementation decisions.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Uses power tools
Uses Bash, Write, or Edit tools
Battle-tested Claude Code plugin for engineering teams — 38 agents, 156 skills, 72 legacy command shims, production-ready hooks, and selective install workflows evolved through continuous real-world use
Comprehensive C4 architecture documentation workflow with bottom-up code analysis, component synthesis, container mapping, and context diagram generation
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, rules, and legacy command shims evolved over 10+ months of intensive daily use
Performance optimization suite with profiling, bundle analysis, and speed improvement tools
Context-Driven Development plugin that transforms Claude Code into a project management tool with structured workflow: Context → Spec & Plan → Implement