spec
25Skill 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.
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.
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…
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.
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…
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…
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).…
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.
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.
Command Cursor
ADLC agent: architecture-adversary — read-only review.
Command Cursor
ADLC agent: architecture-reviewer — read-only review.
Command Cursor
ADLC agent: codebase-explorer — read-only review.
Command Cursor
ADLC agent: correctness-reviewer — read-only review.
Command Cursor
ADLC agent: decision-maker — read-only review.
Command Cursor
ADLC agent: design-system-auditor — read-only review.
Command Cursor
ADLC agent: health-auditor — read-only review.
Command Cursor
ADLC agent: performance-scanner — read-only review.
Command Cursor
ADLC agent: pipeline-runner — implementation.
Command Cursor
ADLC agent: quality-reviewer — read-only review.
Command Cursor
ADLC agent: reflector — read-only review.
Command Cursor
ADLC agent: task-implementer — implementation.
Command Cursor
ADLC agent: ui-reviewer — read-only review.
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.
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…
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…