By bodangren
Automates spec-driven development: scaffolds project structure, generates specs via Gemini CLI, decomposes into GitHub issues, creates implementation plans with feature branches, and handles post-merge cleanup.
Use this skill when starting a new project or adding AgenticDev to an existing project. Scaffolds the directory structure (docs/specs, docs/changes) and configuration files needed for the spec-driven development workflow.
Use this skill to migrate existing projects to the AgenticDev structure. It uses an AI-powered analysis to intelligently discover, categorize, and migrate documentation, generate rich frontmatter, and preserve git history.
Use this skill for early-stage project planning. It leverages the Gemini CLI to generate high-quality first drafts of Product Briefs, Research Documents, and full PRDs, guiding users from idea to validated requirements. Triggers include "create PRD", "product brief", or "validate requirements".
Use this skill at the beginning of any session or when needing to understand available project documentation. Provides just-in-time context by scanning YAML frontmatter from all markdown files in the docs/ directory without loading full content.
Use this skill to propose changes via the Spec PR process. It uses the Gemini CLI to generate high-quality draft specifications and to analyze PR feedback, accelerating the spec-driven development workflow. Triggers include "create spec" or "propose change".
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
AgenticDev is a modular, spec-driven development methodology designed to empower AI agents and developers to build software efficiently, safely, and autonomously. It provides a structured framework that bridges the gap between high-level ideas and production-ready code.
AgenticDev operates on a simple but rigorous principle: Think before you code.
The AgenticDev lifecycle moves a project from concept to completion through four distinct phases:
graph TD
subgraph "Phase 1: Discovery & Planning"
A[Idea] --> B{prd-authoring}
B --> C[Product Brief / Research / PRD]
C --> D{spec-authoring}
D --> E[Draft Spec & Spec PR]
end
subgraph "Phase 2: Organization"
E -- Approved --> F{sprint-planner}
F --> G[Decompose into Atomic Issues]
G --> H[Create GitHub Milestone]
end
subgraph "Phase 3: Execution"
H --> I{issue-executor}
I --> J[Context Loading & TDD Plan]
J --> K[Feature Branch w/ Repro Script]
K --> L[Implementation & Verification]
L --> M[Code PR]
H --> N{sprint-manager}
N -- Co-ordinates --> I
end
subgraph "Phase 4: Integration"
M -- Merged --> O{change-integrator}
O --> P[Promote Spec to Approved]
P --> Q[Update Retrospective]
Q --> R[Close Issues & Cleanup]
end
All capabilities are implemented as modular "Skills" located in the skills/ directory.
project-init: Scaffolds a new project with the required docs/specs and docs/changes structure.project-migrate: Intelligently migrates existing "brownfield" projects to the AgenticDev structure using AI analysis.agent-integrator: Updates the AGENTS.md file to register skills for agent discovery.skill-lister: Discovers and lists all available skills in the project.doc-validator: Enforces documentation standards and prevents "doc sprawl" by checking file locations.prd-authoring: Generates Product Briefs, Research Plans, and full PRDs from initial ideas using AI.spec-authoring: Manages the "Spec PR" workflow, drafting detailed technical specifications and analyzing PR feedback.doc-indexer: Scans project documentation to provide a just-in-time context map (frontmatter index) for the agent.sprint-planner: Decomposes approved specs (Epics) into atomic GitHub Issues and organizes them into milestones.sprint-manager: Orchestrates the autonomous execution of an entire sprint by coordinating sub-agents to implement issues serially.issue-executor: The core workhorse. Takes a single issue, generates a TDD plan (Repro → Fix → Verify), creates a branch, and manages the implementation loop.change-integrator: Post-merge cleanup tool. Promotes specs to "approved," updates the RETROSPECTIVE.md with learnings (auto-summarized), and closes related issues.frontend-design: A specialized agent for handling UI/UX tasks and frontend component design.skills/ directory.bash skills/project-init/scripts/init-project.sh to scaffold your docs.bash skills/agent-integrator/scripts/update-agents-file.sh to create AGENTS.md.bash skills/project-migrate/scripts/project-migrate.sh to analyze and migrate your docs.We follow our own methodology:
spec-authoring to propose a change.MIT License - See LICENSE file for details.
npx claudepluginhub bodangren/git-workflow --plugin synthesisflow-skillsSpec-driven Git workflow plugin with GitHub integration, sprint management, and brownfield migration support for comprehensive development orchestration.
Ultra-compressed communication mode. Cuts 65% of output tokens (measured) while keeping full technical accuracy by speaking like a caveman.
Design fluency for frontend development. 1 skill with 23 commands (/impeccable polish, /impeccable audit, /impeccable critique, etc.) and curated anti-pattern detection.
Lazy senior dev mode. Forces the simplest, shortest solution that actually works: YAGNI, stdlib first, no unrequested abstractions.
Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations on LLM coding pitfalls
Frontend design skill for UI/UX implementation
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.