What It Does
ADP is a Claude Code skill that transforms feature specifications into committed, validated code through four adaptive phases: Specify → Design → Tasks → Execute. It intelligently routes work based on complexity—quick mode for small changes, full pipeline for complex features—ensuring spec-to-commit traceability at every step.
How It Works
ADP operates on two layers: a Skill layer defining the methodology and a Runtime layer providing TypeScript helpers. The pipeline starts with adp init to detect your stack and generate feedforward guides from your codebase. Then adp run <feature> executes the full flow, with feedback sensors (typecheck, lint, tests) enforced at phase boundaries. State persists between sessions—pause with adp pause, resume with adp resume.
Key Features
Feedforward Guides: Automatically captures architecture, conventions, testing patterns, and risks before design begins. Sensor Gates: Runs validation at each phase boundary; adaptive retry for resilience. Traceability: Requirements, tasks, and commits stay linked by stable IDs. Agent Operations: Live TUI dashboard, evaluator agents, stuck detection, gated push/PR flow. Auto-Mode: Maximum autonomy variant with adaptive retry and one-click approval gates.
Who Benefits
Design leaders automating specification-to-code workflows, product managers coordinating complex features, and teams needing audit trails of design decisions linked to shipped code.