Deliberate Agentic Development — Summary
Deliberate Agentic Development is a structured workflow system for AI coding agents (Claude Code, Cursor, Codex) that delivers Plan → Build → Ship with mandatory human-review checkpoints, Linear project management integration, state persistence via state.json, and support for FAST/SLOW project modes (the latter enabling TDD).
Problem it solves: AI coding agents autonomously generate code without structured planning gates, human review points, or coordination with project management tools — leading to scope drift and lack of accountability.
Distinctive trait: Linear integration as first-class PM — the framework creates Linear issues, updates task statuses, and posts commit/PR details as Linear comments automatically, giving teams a fully connected project management trail alongside AI-driven code changes.
Target audience: Teams using Linear for project management + GitHub for code who want AI agents to plan and implement with full traceability and human oversight at every milestone.
Production-readiness: Alpha/active (26 GitHub stars, 1 contributor, last pushed October 2025, MIT license).
Differs from seeds: Closest to agent-os (Archetype 4 — markdown scaffold + workflow files) but adds Linear integration, state.json position tracking (so agents resume from exact position across sessions), and FAST/SLOW mode switching — none of which exist in agent-os.