Orchestrate the full product development lifecycle within Claude Code using phase-aware multi-agent teams that handle design debates, parallel implementation, security reviews, deployment readiness checks, and post-release monitoring — all with guardrails, state recovery, and shared knowledge capture.
Use when a design or implementation involves autonomous agents, unattended/background operation, private-data access combined with external/untrusted input, or outbound actions (sending data, posting, pushing, API calls) — the lethal-trifecta risk
Use when executing implementation plans with 3+ independent, file-disjoint tasks that benefit from parallel specialist agents with shared contracts and reviewer-gated completion
Use when a code change touches 5+ files or modifies auth/secrets/permissions/hooks/CI paths and needs multi-lens parallel review (security, quality, spec, governance) before merge.
Use when transforming, migrating, refactoring, or generating across many files at once — codebase-wide renames, 50+ file migrations, mass test/doc generation, framework upgrades — via claude -p with manifest, dry-run, and log-based retry
Use when capturing a durable, team-relevant learning into the committed .claude/knowledge/ base — a gotcha, decision, convention, or runbook worth sharing with teammates' agents. Human-gated.
Executes bash commands
Hook triggers when Bash tool is used
Modifies files
Hook triggers on file write and edit operations
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 Claude Code plugin that enables agentic PDLC (agent-assisted product development lifecycle): it helps Claude move from discovery through learning with the right skills, guardrails, and tool context for each phase.
Instead of relying on memory and ad hoc prompting, the plugin gives Claude a stronger operating model across the AI-enabled PDLC. It routes the right skill, surfaces the next step, guards planning/review/verification, and — in spec-driven mode — commits design intent to versioned artifacts so work stays aligned across sessions and teammates.
AI accelerates every phase of the lifecycle, but speed exposes three problems:
The plugin addresses these by routing skills on intent, gating the skipped transitions, and committing design intent to versioned specs when spec-driven mode is on.
The plugin turns a loose collection of skills, hooks, and integrations into a phase-aware delivery system.
Prompt routing by intent. Each prompt is scored against trigger patterns and matched to relevant skills. Prompts that match nothing produce no output — no noise on non-development work.
Phase-aware PDLC orchestration. The plugin infers a likely phase and composes the relevant skills, sequences, and hints across the delivery lifecycle:
| Phase | Baseline path | Optional enhancers |
|---|---|---|
| DISCOVER | Pulls Jira/Confluence context, synthesizes a discovery brief before design | Context-stack lookups for prior decisions and specs |
| DESIGN | Activates brainstorming, explores requirements before coding | design-debate, feature-dev, frontend-design when installed and appropriate |
| PLAN | Structures implementation into discrete tasks with dependency ordering | Context lookups for APIs, blast radius, and past decisions |
| IMPLEMENT | Drives the execution-plan/TDD workflow; halts if implementation is written before a failing test | agent-team-execution for independent tasks, security guidance when installed |
| REVIEW | Routes into requesting-code-review plus security scanning | agent-team-review, PR toolkit specialists, runtime validation, and drift checks when applicable |
| SHIP | Routes through verification, openspec-ship, and branch completion | Commit/PR automation and memory consolidation when installed |
| LEARN | Routes to outcome-review for metrics and follow-up work | PostHog and Jira follow-through when installed |
| DEBUG | Overrides the current phase with structured debugging or incident investigation | incident-analysis, alert-hygiene, and observability context |
Guardrails that support agentic work. Phase-specific red flags, required sequences, and selective hard gates for high-risk cases like unverified pushes — most enforcement is in-session guidance, not blocking.
Optional enrichment from companion tools. When integrations like Jira, GitHub, Context7, Serena, or GCP Observability are installed, the routing engine injects phase-appropriate context to use them.
Versioned intent, not ephemeral chat. In spec-driven mode, design proposals and as-built specs live in openspec/changes/. Hypothesis artifacts, plan files, and team checkpoints are saved to disk so later skills, next sessions, and teammates pick up from the same intent.
"design a secure frontend component" → DESIGN phase. Activates brainstorming to explore requirements before coding. When design-debate is installed and the prompt warrants multi-agent exploration, it can also enter structured debate; frontend-design adds UI-specific patterns when installed. Companion tools query library docs for relevant API constraints.
"debug this login bug" → DEBUG phase. Activates systematic-debugging (structured root-cause analysis). TDD is injected as a mandatory parallel — reproduce with a failing test before fixing. If GCP Observability is installed, context hints toward runtime logs.
"investigate this 502 spike" → DEBUG phase. Activates incident-analysis, which inventories available infrastructure, classifies the failure against 7 bundled playbooks (bad-release, dependency failure, infra failure, node exhaustion, and others), runs a structured investigation with completeness gates, and generates a canonical postmortem with impact quantification.
npx claudepluginhub damianpapadopoulos/auto-claude-skillsHarness-native ECC plugin for engineering teams - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, MCP conventions, and operator workflows for Claude Code plus adjacent agent harnesses
Superpowers Plus core skills library for Claude Code: planning, execution routing, TDD, debugging, and collaboration workflows
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
v9.44.1 — Patch release for Gemini environment/version detection and qwen auth gating. Run /octo:setup.
Persistent file-based planning for AI coding agents. Crash-proof markdown plans (task_plan.md, findings.md, progress.md) that survive context loss and /clear, with an opt-in completion gate and multi-agent shared state. Manus-style. Works with Claude Code, Codex CLI, Cursor, Kiro, OpenCode and 60+ agents via the SKILL.md standard. Includes Arabic, German, Spanish, and Chinese (Simplified and Traditional).