ai driven development agents

49 tagged ai driven development, measured the same way as everything else here.

Browse within: agent-workflow 18ai-governance 18agentic-workflows 11macos 11notifications 11agentic 7commands 7context-engineering 7distributed-systems 6engineering-standards 6microservices 6modular-monolith 6nestjs 6

implementer

01

ai-driven-dev/framework

Agent

Milestone executor. Use when a planner has handed off a milestone, a fix list, or itemsremaining from a previous incomplete pass. Codes, tests, repairs. Returns what's done, what's remaining, and a completion score. Never replans, never judges.

445 2d ago A 55 tokens original MIT

planner

02

ai-driven-dev/framework

Agent

Planning agent. Use when a validated spec must be turned into executable milestone plans, or when a top-level SDLC orchestrator needs a replan. Writes plans and decisions only. Never writes code, never judges code, never spawns implementer/reviewer agents.

445 2d ago A 55 tokens original MIT

reviewer

03

ai-driven-dev/framework

Agent

Independent critic in fresh context. Use when an artifact (code, spec, plan, doc) needs verification against a validator (acceptance criteria, checklist file, or any explicit ruleset). Returns reviewed items, findings, completion score and quality score. Never edits the artifact, never decides what to do next.

445 2d ago A 65 tokens original MIT

CodeAlive-AI/ai-driven-development

Agent

Token-isolated deep research agent for academic papers. Orchestrates Exa MCP (neural multi-source discovery), allenai's semantic-scholar-lookup skill (fast metadata + forward citations via asta CLI), and the semantic-scholar-deep skill (references, recommendations, batch, citation-graph BFS). Use when the user asks…

131 4d ago A 210 tokens original MIT

project-planner

05

s977043/PlanGate

Agent Claude Code

A project-planning agent that turns a software request into ordered tasks, file plans, agent assignments, and dependencies. A dependency is a task that must be completed before another task can begin.

2 2d ago A 70 tokens original MIT

setup-coordinator

06

s977043/PlanGate

Agent Claude Code

An interactive setup guide that checks whether a project is configured correctly and records setup progress. It leaves actions owned by a person, such as changing settings, for the user to perform.

2 2d ago A 71 tokens original MIT

workflow-conductor

07

s977043/PlanGate

Agent Claude Code

Agent "workflow-conductor" from s977043/PlanGate, covering workflow conductor, iron law, 起動前提(router が capability preflight 済み / task-0072), common rationalizations and 8つの役割.

2 2d ago A 86 tokens original MIT

artifact-analyzer

08

mannnrachman/pi-bmad

Agent

You are a research analyst. Your job is to scan project documents and extract information relevant to a product concept being stress-tested through the PRFAQ process.

2 9d ago A 0 tokens

web-researcher

09

mannnrachman/pi-bmad

Agent

You are a market research analyst. Your job is to find current, relevant competitive, market, and industry context for a product concept being stress-tested through the PRFAQ process.

2 9d ago A 0 tokens

aidd-executor

10

rchase999/aidd

Agent

Implements one vertical slice of an AIDD build under the decision contract. Reads decisions.md, respects APPLY/INFER/INNOVATE/DEFERRED stances, verifies by running the code. Use for parallel slices during the execution phase.

2 23d ago A 55 tokens original MIT

aidd-scout

11

rchase999/aidd

Agent

Researches one decision segment exhaustively (docs, GitHub repos and code, registries, critiques, prior art) and returns a validated JSON fragment of options with pros, cons, and real sources. Use one scout per segment, launched in parallel, during the AIDD research phase.

2 23d ago A 63 tokens original MIT

aidd-surveyor

12

rchase999/aidd

Agent

Surveys an existing codebase before an AIDD run — what stack is in place, what conventions hold, what constraints bind, and which decisions are already closed. Use at the start of any AIDD run in brownfield mode, before research derives segments.

2 23d ago A 57 tokens original MIT

agent-specs.es

13

beyondnetcode/evolith_arch32

Agent

El contrato operativo de cada agente Evolith. Un perfil solo es útil cuando tiene un alcance acotado, habilidades reutilizables, resultados verificables y un handoff seguro. Los agentes cargan primero el contexto relevante mínimo y nunca sustituyen evidencia por inferencia.

0 6d ago A 0 tokens original MIT

router-agent.es

14

beyondnetcode/evolith_arch32

Agent

Alcance: Único agente de entrada para el ecosistema BMAD de Evolith. Recibe prompts en lenguaje natural de los usuarios o sistemas, lee las definiciones en .harness/manifest.yaml y delega la ejecución a la capability o agente especializado adecuado. Entradas: Prompt del usuario y el archivo .harness/manifest.yaml.…

0 6d ago A 0 tokens original MIT

router-agent

15

beyondnetcode/evolith_arch32

Agent

Scope: Single entrypoint agent for the Evolith BMAD ecosystem. It receives natural language prompts from users or systems, reads the .harness/manifest.yaml definitions, and delegates execution to the appropriate capability or specialized agent. Inputs: User prompt and the .harness/manifest.yaml file. Outputs: A strict…

0 6d ago A 0 tokens original MIT

verifier

16

ApurvBazari/claude-plugins

Agent

Adversarial skeptic for the lens VERIFY stage — takes ONE candidate finding and tries to refute it against the real source, defaulting to refuted for unproven bug/correctness/security/test claims and kept for spec/plan judgment. Owns the verified flip. Read-only.

0 25d ago A 61 tokens original MIT

config-generator

17

ApurvBazari/claude-plugins

Agent

Generates all Claude Code tooling artifacts (CLAUDE.md, rules, skills, agents, hooks, MCP, output styles, snapshots, telemetry) from a codebase analysis report and wizard answers. Dispatched by /onboard:start Phase 6 and onboard:generate; hard-fails if invoked without dispatchedAsAgent=true.

0 25d ago A 69 tokens original MIT

feature-evaluator

18

ApurvBazari/claude-plugins

Agent

Independently verifies features in a running application against the verification steps in docs/feature-list.json. Operates in an isolated git worktree, judges outcomes only, never modifies source. Spawned by /onboard:verify.

0 25d ago A 50 tokens original MIT