Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By UrRhb
Autonomous AI development pipeline using your Kanban board as the orchestration layer. Spawns builder, reviewer, and tester agents as a team with instant handoffs and infrastructure-level quality gates.
npx claudepluginhub urrhb/agentflowAgentFlow builder worker. Executes Build stage: reads task from Kanban, writes production code, creates PR, runs lint gate. Posts structured tags to Asana and progress to orchestrator via SendMessage.
AgentFlow orchestrator. Performs stateless sweep: reads Kanban state, creates sprint team, dispatches tasks to workers, handles stage transitions, tracks costs, detects dead workers.
AgentFlow adversarial reviewer. Performs staff-engineer-level code review. Must find 3 issues before deciding to pass. Cannot modify code — enforced by disallowedTools.
AgentFlow tester. Runs full test suite, checks coverage (>=80% on new files), merges PR, runs integration check on main. Auto-reverts on failure.
Quick 5-minute demo of AgentFlow. Creates a tiny 3-task project and runs one task end-to-end in the current session.
Diagnostic health check for the AgentFlow pipeline. Verifies prerequisites, checks connectivity, reports pipeline status. In plugin mode, also checks plugin installation, agents, hooks, and inter-agent communication.
Plugin-aware stateless orchestrator sweep for the AgentFlow pipeline. Detects plugin vs standalone mode, manages worker teams via TeamCreate, dispatches tasks via SendMessage handoffs, reads Kanban state, handles transitions, tracks costs, detects issues. Run via crontab every 15 min.
Gracefully shut down the AgentFlow pipeline. In plugin mode, also cleans up agent teams and uses SendMessage for faster shutdown signaling.
Plugin-aware worker that executes a single AgentFlow pipeline stage for an assigned task. Detects plugin vs standalone mode, uses SendMessage handoffs for progress reporting and stage completion, reads task from Kanban board, determines stage, executes the appropriate workflow (research, build, review, test, integrate).
External network access
Connects to servers outside your machine
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
agent-flow — Claude Code plugin for automated bug-fix, feature, and scaffold workflows. Issue tracker to merged PR via a pipeline of specialized AI agents.
Task distribution, agent coordination, progress monitoring - executes plans via subagents. Requires AI Maestro for inter-agent messaging.
Long Task Harness for AI agents - task/feature-driven development with external memory
Zero-dependency planning + execution with .flow/ task tracking and Ralph autonomous mode (multi-model review gates). Worker subagent per task for context isolation. Prime assesses 8 pillars (48 criteria) with GitHub API integration. Includes 20 subagents, 11 commands, 16 skills.
Lanes skills and slash commands for Claude Code
HarnessFlow — From idea to shipped product: high-quality engineering workflows for AI agents. Spec-anchored SDD, gated TDD, evidence-based routing, independent reviews, and formal closeout.
Your Kanban board builds your code.
The first AI development pipeline that uses your project management tool as the orchestration layer.
Full observability. Deterministic quality gates. Zero custom infrastructure.
Quick Start • Architecture • Getting Started • Gap Registry • Comparison
AgentFlow turns your existing Kanban board (Asana, GitHub Projects, Linear, Jira) into a fully autonomous AI development pipeline. Instead of building custom orchestration infrastructure, AgentFlow treats your project management tool as a distributed state machine — tasks move through stages, AI agents read and write state via comments, and humans intervene through the same UI they already use.
The result: Complete pipeline observability from your phone. Crash recovery for free (state lives in your PM tool, not in memory). Human override at any point by dragging a card.
Most AI coding tools either give you a chatbot or a black-box agent. AgentFlow gives you a visible, auditable pipeline where:
You don't need to trust a black box. Open your Kanban board and watch the pipeline work.
tsc + eslint + tests run as hard gates before any AI review — catches ~60% of issues at near-zero costmain after every merge — auto-reverts on failureLEARNINGS.mdLEARNINGS.md before starting workgit revert (new commit, never force-push)