shamimfahad

60 mods across 1 repository, 5 stars between them.

spec

25

shamimfahad/adlc-toolkit

Skill Claude CodeCodex

Draft and validate a requirement spec for a new REQ. Phase 1 of the /proceed pipeline. Ends in the spec gate — user must approve before /architect can run. Writes the REQ's requirement.md and pauses for review.

5 19d ago A 51 tokens

sprint

26

shamimfahad/adlc-toolkit

Skill Claude CodeCodex

Parallel multi-REQ orchestrator. Launches one pipeline-runner agent per REQ in an isolated worktree. Each runner pauses at its first gate; the orchestrator maintains a unified queue of waiting gates across all REQs. Who clears that queue follows the autonomy.gates dial — the user (manual, default), the user with a…

5 19d ago A 92 tokens

status

27

shamimfahad/adlc-toolkit

Skill Claude CodeCodex

Read-only overview of all active work — REQs in flight, current phases, gate states, blockers, recent activity from hot.md. Use to orient at session start or to triage when /sprint has multiple REQs in flight.

5 19d ago A 50 tokens

task

28

shamimfahad/adlc-toolkit

Skill Claude CodeCodex

Slim ADLC pipeline for small changes — a tweak, a small feature, a contained refactor that's too small for /proceed's five phases but should still live in the vault. Triage → plan (gate) → implement → review + ship (gate). Self-triaging: recommends /proceed if the work is actually large, up front or mid-flight…

5 19d ago A 103 tokens

toolkit-update

29

shamimfahad/adlc-toolkit

Skill Claude CodeCodex

Update the ADLC toolkit install itself from upstream and reconcile every tool's adapters. Pulls new core/ engine changes, re-runs the installer (safe to run repeatedly; new skills linked, removed ones cleaned up), and — crucially — flags where a file you customized in local/ overrides a core file that upstream just…

5 19d ago A 107 tokens

ux-doctor

30

shamimfahad/adlc-toolkit

Skill Claude CodeCodex

Standalone UX & design-system audit of the whole app or a chosen part of it. Sizes the UI surface first — small apps get one pass; large apps get a gated segment plan run in phases (system pass → per-segment passes → cross-segment consolidation) with durable progress that survives sessions (/ux-doctor resume).…

5 19d ago A 151 tokens

wrapup

31

shamimfahad/adlc-toolkit

Skill Claude CodeCodex

Final phase of /proceed. Drafts the PR (title, body, change summary), updates the vault (lessons, gotchas, index, hot, decisions, concepts, components), and prints the git/gh checklist for the user to run. Claude does NOT commit, push, PR, or merge.

5 19d ago A 67 tokens

shamimfahad/adlc-toolkit

Instructions file GitHub Copilot

Copilot instructions for shamimfahad/adlc-toolkit: This repository uses the ADLC toolkit: a spec-driven development pipeline with a human approval gate at every phase boundary. You are running inside GitHub Copilot.

5 19d ago A 762 tokens

analyze

46

shamimfahad/adlc-toolkit

Command Cursor

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.

5 19d ago A 45 tokens

architect

47

shamimfahad/adlc-toolkit

Command Cursor

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…

5 19d ago A 85 tokens

autopilot

48

shamimfahad/adlc-toolkit

Command Cursor

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…

5 19d ago A 84 tokens