AgenticDev (git-workflow)
AgenticDev is a modular spec-driven development methodology by bodangren implemented as Claude Code skills. Four phases: Discovery & Planning (prd-authoring, spec-authoring), Organization (sprint-planner decomposes specs into GitHub Issues), Execution (issue-executor implements each issue via TDD with a repro-first loop; sprint-manager coordinates), and Integration (change-integrator promotes specs, updates the retrospective, and closes issues).
View on GitHubWhat it does
- prd-authoring
Generates Product Briefs, Research Plans, and full PRDs from initial ideas using AI.
- spec-authoring
Manages the Spec PR workflow: drafts a detailed technical specification and analyzes PR review feedback before approval.
- sprint-planner
Decomposes an approved spec into atomic GitHub Issues with acceptance criteria and organizes them into a milestone.
- issue-executor
Implements a single GitHub Issue via a TDD repro-first loop: create repro script → make it fail → implement fix → verify it passes.
- sprint-manager
Orchestrates an entire sprint by coordinating issue-executor sub-agents serially through all milestone issues.
- change-integrator
Post-merge cleanup: promotes spec to approved, auto-summarizes learnings into RETROSPECTIVE.md, and closes related issues.