UrRhb

13 mods across 1 repository, 4 stars between them.

agentflow

02

UrRhb/agentflow

Plugin Claude Code

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.

4 5mo ago A tokens not measured original MIT

asana

03

UrRhb/agentflow

MCP server Claude CodeCodexCursor +2

MCP server "asana", hosted remotely at mcp.claude.ai, as configured in UrRhb/agentflow.

4 5mo ago A tokens not measured original MIT

sdlc-builder

04

UrRhb/agentflow

Agent

AgentFlow 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.

4 5mo ago A 46 tokens original MIT

sdlc-orchestrator

05

UrRhb/agentflow

Agent

AgentFlow orchestrator. Performs stateless sweep: reads Kanban state, creates sprint team, dispatches tasks to workers, handles stage transitions, tracks costs, detects dead workers.

4 5mo ago A 43 tokens original MIT

sdlc-reviewer

06

UrRhb/agentflow

Agent

AgentFlow adversarial reviewer. Performs staff-engineer-level code review. Must find 3 issues before deciding to pass. Cannot modify code — enforced by disallowedTools.

4 5mo ago A 40 tokens original MIT

sdlc-tester

07

UrRhb/agentflow

Agent

AgentFlow tester. Runs full test suite, checks coverage (>=80% on new files), merges PR, runs integration check on main. Auto-reverts on failure.

4 5mo ago A 40 tokens original MIT

sdlc-demo

08

UrRhb/agentflow

Skill Claude CodeCodex

Quick 5-minute demo of AgentFlow. Creates a tiny 3-task project and runs one task end-to-end in the current session.

4 5mo ago A 33 tokens original MIT

sdlc-health

09

UrRhb/agentflow

Skill Claude CodeCodex

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.

4 5mo ago A 43 tokens original MIT

sdlc-orchestrate

10

UrRhb/agentflow

Skill Claude CodeCodex

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.

4 5mo ago A 67 tokens original MIT

sdlc-stop

11

UrRhb/agentflow

Skill Claude CodeCodex

Gracefully shut down the AgentFlow pipeline. In plugin mode, also cleans up agent teams and uses SendMessage for faster shutdown signaling.

4 5mo ago A 32 tokens original MIT

sdlc-worker

12

UrRhb/agentflow

Skill Claude CodeCodex

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…

4 5mo ago A 65 tokens original MIT

spec-to-board

13

UrRhb/agentflow

Skill Claude CodeCodex

Convert a SPEC.md into a structured Kanban board with atomic tasks, dependencies, and acceptance criteria. Detects which PM tool MCP is available and adapts automatically.

4 5mo ago C 37 tokens original MIT