mumerfarooq-con/asdlc-tools

Agentic SDLC as a Claude Code plugin: PRD-to-code pipeline, multi-agent PR review council, and a pre-delivery quality gate (PDQC)

2Stars on the repository
19Mods indexed here, across every type
1mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

mumerfarooq-con/asdlc-tools

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.

2 1mo ago A 39 tokens original MIT

mumerfarooq-con/asdlc-tools

Agent

Pre-delivery inspector for documentation completeness, doc-vs-behavior drift, and missing rationale. Produces findings only; never edits code.

2 1mo ago A 34 tokens original MIT

mumerfarooq-con/asdlc-tools

Agent

Pre-delivery inspector for error-handling completeness and edge-case coverage across the whole codebase. Produces findings only; never edits code.

2 1mo ago A 33 tokens original MIT

mumerfarooq-con/asdlc-tools

Agent

Pre-delivery inspector for developer experience and production readiness. Produces findings and the production-readiness checklist; never edits code.

2 1mo ago A 30 tokens original MIT

pr-review-chair

06

mumerfarooq-con/asdlc-tools

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.

2 1mo ago A 54 tokens original MIT

mumerfarooq-con/asdlc-tools

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.

2 1mo ago A 62 tokens original MIT

mumerfarooq-con/asdlc-tools

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.

2 1mo ago A 62 tokens original MIT

mumerfarooq-con/asdlc-tools

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.

2 1mo ago A 62 tokens original MIT

pr-reviewer

10

mumerfarooq-con/asdlc-tools

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…

2 1mo ago A 82 tokens original MIT

prd-executor

11

mumerfarooq-con/asdlc-tools

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.

2 1mo ago A 69 tokens original MIT

prd-planner

12

mumerfarooq-con/asdlc-tools

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.

2 1mo ago A 65 tokens original MIT

prd-reviewer

13

mumerfarooq-con/asdlc-tools

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.

2 1mo ago A 78 tokens original MIT

prd-tester

14

mumerfarooq-con/asdlc-tools

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.

2 1mo ago A 61 tokens original MIT

qa-chair

15

mumerfarooq-con/asdlc-tools

Agent

Coordinates the Pre-Delivery Quality Check, consolidates inspector findings, applies the triage rubric, and packages remediation for the PRD Implementor. Never edits code.

2 1mo ago A 36 tokens original MIT