shamimfahad/adlc-toolkit

A spec-driven pipeline that makes building with AI fast, accountable, and cumulative.

5Stars on the repository
64Mods indexed here, across every type
23d agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

analyze

14

shamimfahad/adlc-toolkit

Command Claude CodeCursor

Standalone codebase health audit. Dispatches the health-auditor agent and produces a dated report in .adlc/audits/. No pipeline state, no gates — read-only audit that you run periodically or on demand.

not rated 5 23d ago A 45 tokens

architect

15

shamimfahad/adlc-toolkit

Command Claude CodeCursor

Design the architecture and task breakdown for a REQ. Phase 2 of /proceed. Dispatches codebase-explorer to inform the design, then drafts architecture.md and tasks/TASK-.md. On high-stakes REQs, dispatches the architecture-adversary to attack the design before the gate so the user reviews a stress-tested plan. Ends in…

not rated 5 23d ago A 85 tokens

autopilot

16

shamimfahad/adlc-toolkit

Command Claude CodeCursor

Autonomous end-to-end pipeline. Runs /spec → /architect → /implement → /review → /wrapup like /proceed, but instead of pausing at each gate it routes the decision through the decision-maker agent, commits its work as it goes, and ends in a single final human review backed by a full audit log. Opt-in; conservative by…

not rated 5 23d ago A 84 tokens

bugfix

17

shamimfahad/adlc-toolkit

Command Claude CodeCursor

Streamlined pipeline for bug fixes. Slimmer than /proceed — bug report → investigate → fix → verify → ship, with gates between each. Use for defects, not for new features. Larger or scope-creeping bugs should be re-framed as a REQ via /spec.

not rated 5 23d ago A 58 tokens

config

18

shamimfahad/adlc-toolkit

Command Claude CodeCursor

View and change ADLC project settings in .adlc/config.yml — git policy, isolation, how freely the assistant may edit, external sources, autonomy levels, stack, protected branches, repos — through guided options, then re-sync any derived files. Also migrates an existing vault's config to pick up new keys after a…

not rated 5 23d ago A 87 tokens

implement

19

shamimfahad/adlc-toolkit

Command Claude CodeCursor

Execute the task DAG for a REQ. Phase 3 of /proceed. Dispatches task-implementer agents (tier-based parallel where possible), drafts commit messages to commits-draft.md, runs tests, then ends in the implement gate.

not rated 5 23d ago A 50 tokens

init

20

shamimfahad/adlc-toolkit

Command Claude CodeCursor

Bootstrap the .adlc/ vault in a new repo — copies templates, generates the CLAUDE.md schema doc, creates empty vault files (now, hot, index, decisions, glossary, gotchas), and scans for existing documentation (README, ARCHITECTURE, CONTRIBUTING, lint configs, prior ADRs, GLOSSARY) to seed context/ and architecture/…

not rated 5 23d ago A 84 tokens

optimize

21

shamimfahad/adlc-toolkit

Command Claude CodeCursor

Standalone performance and cost audit. Dispatches the performance-scanner agent and produces a dated report in .adlc/audits/. Identifies LLM/API cost hotspots, DB performance issues, latency drivers, caching opportunities. No gates — read-only.

not rated 5 23d ago A 50 tokens

proceed

22

shamimfahad/adlc-toolkit

Command Claude CodeCursor

End-to-end pipeline orchestrator. Runs /spec → /architect → /implement → /review → /wrapup in sequence with gate-pause between every phase. Resumable from any phase via pipeline-state.json. Use this when you want the full pipeline rather than invoking each phase skill separately.

not rated 5 23d ago A 60 tokens

recover

23

shamimfahad/adlc-toolkit

Command Claude CodeCursor

Reconcile pipeline-state.json against git reality for one, several, or all in-flight REQs and bugs. Diagnoses each as in-sync, stale-state, abandoned, sprint-stuck, or divergent, then surfaces a triage queue and back-fills the vault for REQs whose code shipped without /wrapup running. Read-only on code and git…

not rated 5 23d ago A 76 tokens

review

24

shamimfahad/adlc-toolkit

Command Claude CodeCursor

Multi-perspective code review for a REQ. Phase 4 of /proceed. Dispatches 4 read-only review agents in parallel (correctness, quality, architecture, reflector) — plus a 5th ui-reviewer that runs the app in a browser when the change touches a UI surface — consolidates findings by severity, and ends in the verify gate.

not rated 5 23d ago A 75 tokens

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: