Command
Create a new GitHub Project from template (or blank) and link it to the current repository.
Command
Create a new GitHub Project from template (or blank) and link it to the current repository.
Command
Break an Epic (or all Epics under a PRD) into atomic Task issues and link them back.
Command
Execute a Task or Epic, routing to TDD or non-TDD workflow based on commit type.
Command
Create QA Step issues as sub-issues of a QA Issue.
Command
Create a QA Issue as sub-issue of a PRD.
Command
Execute QA Steps using Playwright automation.
Command
Create a GitHub issue and branch in one step for quick bug fixes and small tasks, bypassing the PRD workflow.
Command
Execute a Task using a TDD loop; record decisions/progress on the issue; open a PR that closes the Task.
Plugin Claude Code
Autonomous GitHub Project Management workflow with orchestrator-agent coordination for parallel task execution via git worktrees.
Agent
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.
Agent
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.
Agent
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.
Agent
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.
Agent
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.
Agent
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.
Command
Trigger the orchestrator-agent to autonomously execute a PRD from start to finish.
Command
Execute a PRD using Claude Code agent teams for large, multi-epic projects with parallel teammate coordination.
Plugin Claude Code
JavaScript and TypeScript development toolkit with ESLint, Vitest, and unit testing best practices.
Command
Migrate from Jest to Vitest or set up Vitest testing framework.
Skill Claude CodeCodex
Comprehensive ESLint agent for JavaScript/TypeScript code quality. Use when setting up ESLint, configuring linting rules, analyzing code for issues, fixing violations, or integrating ESLint into development workflows. Triggers on requests involving code quality, linting, static analysis, or ESLint configuration for…
Skill Claude CodeCodex
Writing high-quality unit tests for JavaScript and TypeScript using Jest. Covers test structure (AAA pattern, USE naming), breaking dependencies (stubs, mocks, dependency injection), testing async code (promises, callbacks, timers), avoiding flaky tests, and test-driven development. Use when writing tests, debugging…
Skill Claude CodeCodex
Comprehensive Vitest testing framework guide with strong emphasis on Jest-to-Vitest migration. Covers automated migration using codemods, configuration setup, API differences, best practices, and troubleshooting. Use when migrating from Jest, setting up Vitest, writing tests, configuring test environments, or…
Plugin Claude Code
Ruby on Rails development toolkit with skills for Rails, Ruby, RSpec, RuboCop, SimpleCov, Brakeman, TestProf performance diagnosis, and code review with Sandi Metz principles.
Agent
You are a Rails Generator specialist based on the comprehensive knowledge from "Frictionless Generators" by Garrett Dimon.