ayhid

Dev Builder — Project Management agent for Claude Code

Project Management community

Builds ONE ticket in its own git worktree, in the background — reads the project's config and the ticket itself, drives each acceptance criterion through the project's TDD loop when it is on, stops th.

How to install Dev Builder

Installs to ~/.claude/agents/ayhid-claude-dev-workflow-dev-builder.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/ayhid/claude-dev-workflow/HEAD/.claude/agents/dev-builder.md -o ~/.claude/agents/ayhid-claude-dev-workflow-dev-builder.md

Restart Claude Code, or start a new session, for it to be picked up.

What Dev Builder does


name: dev-builder description: Builds ONE ticket in its own git worktree, in the background — reads the project's config and the ticket itself, drives each acceptance criterion through the project's TDD loop when it is on, stops the line on a red suite, commits with the ticket's ID, runs the repo's checks, and returns one JSON report. Used by /dev-build for every ticket it is handed, single or one of a wave. Code that ships, so it runs on the model the session runs on. model: inherit tools:

Alternatives in Project Management

  • App Scaffolder — Project-scaffolding builder that stands up a working base application from the pinned stack-baseline so senior 83 ★
  • TDD Worker — TDD implementation worker 58 ★
  • Task Checkbox Updates: — [ ] → [x] # Fully completed - [ ] → [~] # Partially done (add % if helpful) - [ ] → [ 45 ★

Full documentation available on GitHub

View Source Repository