mumerfarooq-con

20 mods across 1 repository, 2 stars between them.

asdlc

02

mumerfarooq-con/asdlc-tools

Plugin Claude Code

PRD Implementor, PR Review, PDQC — commands and subagents.

2 1mo ago A tokens not measured original MIT

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

08

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

12

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

13

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

14

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

15

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

16

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

17

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

implement-prd

18

mumerfarooq-con/asdlc-tools

Command

Orchestrate PRD implementation (plan → execute → review → test) or run a retrospective review of an already-completed PRD.

2 1mo ago A 27 tokens original MIT

pdqc

19

mumerfarooq-con/asdlc-tools

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.

2 1mo ago A 41 tokens original MIT

review-pr

20

mumerfarooq-con/asdlc-tools

Command

Review a PR (GitHub or Bitbucket) — single reviewer by default, or a 3-panelist council with --council.

2 1mo ago A 28 tokens original MIT