asdlc-tools
01Plugin Claude Code
ASDLC suite: PRD Implementor, PR Review council, PDQC gate.
Plugin Claude Code
ASDLC suite: PRD Implementor, PR Review council, PDQC gate.
Plugin Claude Code
PRD Implementor, PR Review, PDQC — commands and subagents.
Agent
Pre-delivery inspector for API contract consistency and architectural consistency. Derives the codebase's own conventions and flags deviations. Produces findings only; never edits code.
Agent
Pre-delivery inspector for documentation completeness, doc-vs-behavior drift, and missing rationale. Produces findings only; never edits code.
Agent
Pre-delivery inspector for error-handling completeness and edge-case coverage across the whole codebase. Produces findings only; never edits code.
Agent
Pre-delivery inspector for code quality, maintainability, and technical debt. Produces a debt register and findings; never edits code.
Agent
Pre-delivery inspector for developer experience and production readiness. Produces findings and the production-readiness checklist; never edits code.
Agent
Chairs the PR review council. Runs AFTER the three panelists. Reads their reports (not the diff), deduplicates and reconciles findings, resolves disagreements, guards against over-flagging, and issues the single authoritative verdict. Read-only.
Agent
Architecture & maintainability panelist in the PR review council. Reviews ONLY through a structural/long-term lens — CLAUDE.md conformance, layering, patterns, duplication. Invoked in parallel with the other panelists by /review-pr --council. Read-only.
Agent
Correctness & testing panelist in the PR review council. Reviews ONLY through a does-it-actually-work lens — logic, edge cases, race conditions, test quality. Invoked in parallel with the other panelists by /review-pr --council. Read-only.
Agent
Security & data-integrity panelist in the PR review council. Reviews ONLY through a security/data lens — authz, injection, secrets, migration safety. Invoked in parallel with the other panelists by /review-pr --council. Read-only; writes its own report.
Agent
Reviews a pull request — GitHub PRs via the gh CLI, Bitbucket PRs via the Bitbucket MCP server (PR metadata, description, diff, existing comments), with local git diff as fallback. Use when asked to review a PR, a feature branch, or pre-push changes. Read-only on code; writes a review report. Issues APPROVE or…
Agent
Implements one task at a time from a plan file in ./plans/. Use after prd-planner has produced a plan with STATUS: READYFORBUILD. Writes code, runs it locally to self-validate, and updates the plan's task status. Does not write the plan and does not own final test sign-off.
Agent
Breaks a PRD into an ordered, dependency-aware implementation plan. Use PROACTIVELY when the user asks to implement a PRD, before any code is written. Reads the PRD and root CLAUDE.md, then writes a plan file to ./plans/. Does NOT write application code.
Agent
Reviews implementation quality against root CLAUDE.md standards and the task/PRD requirements. Two modes: (1) per-task review during a pipeline run, invoked after prd-executor and before prd-tester; (2) retrospective review of an already-completed PRD. Read-only — never edits code. Issues APPROVED or CHANGESREQUESTED.
Agent
Independently verifies completed tasks against the plan's acceptance criteria. Use after prd-executor marks a task DONE. Writes/extends tests, runs the full relevant suite, and issues PASS or FAIL with specifics. Adversarial by design — does not trust the executor's claims.
Agent
Coordinates the Pre-Delivery Quality Check, consolidates inspector findings, applies the triage rubric, and packages remediation for the PRD Implementor. Never edits code.
Command
Orchestrate PRD implementation (plan → execute → review → test) or run a retrospective review of an already-completed PRD.
Command
Run the Pre-Delivery Quality Check on a near-ready-to-ship codebase. Codebase-scoped, not diff-scoped. Produces findings and delegates fixes; never edits code.
Command
Review a PR (GitHub or Bitbucket) — single reviewer by default, or a 3-panelist council with --council.