kanban agents

71 tagged kanban, measured the same way as everything else here.

Browse within: coding-agents 45git-worktree 45vibe-coding 45task-management 8Multi-Agent 7ai-dlc 7

Chorus-AIDLC/Chorus

Agent

Final ship-time review of an Idea's aggregate code change — the whole feature across all its tasks, not one task. Read-only; posts a VERDICT comment on the Idea. Spawn via the blocking subagent tool after the last task of an idea-rooted proposal is verified.

1.2k 2d ago A 62 tokens AGPL-3.0

Chorus-AIDLC/Chorus

Agent

Review submitted Chorus proposals for quality — check document completeness, task granularity, AC alignment, and cross-task dependencies. Spawn via the blocking subagent tool after choruspmsubmitproposal.

1.2k 2d ago A 44 tokens AGPL-3.0

code-reviewer

03

Chorus-AIDLC/Chorus

Agent

Final ship-time review of an Idea's aggregate code change — the whole feature across all its tasks, not one task. Read-only; posts a VERDICT comment on the Idea. Spawn after the last task of an idea-rooted proposal is verified.

1.2k 2d ago A 50 tokens AGPL-3.0

code-reviewer

04

sirsjg/flux

Agent Claude Code

Review PRs against this checklist. Be concise - only comment on actual issues.

98 5d ago A 0 tokens original MIT

daily-standup

05

automagik-dev/forge

Agent

Daily automated standup with WhatsApp delivery to two groups (Executive + Motivational).

89 8mo ago A 22 tokens original Apache-2.0

roadmap

06

automagik-dev/forge

Agent

Document strategic initiatives in automagik-roadmap with guided template selection.

89 8mo ago A 16 tokens original Apache-2.0

sleepy

07

automagik-dev/forge

Agent

Autonomous wish coordinator with Genie orchestrator validation.

89 8mo ago A 12 tokens original Apache-2.0

claude

08

untra/operator

Agent

Configure Claude Code as your AI coding agent.

36 4d ago A 9 tokens original MIT

codex

09

untra/operator

Agent

Configure OpenAI Codex as your AI coding agent.

36 4d ago A 11 tokens original MIT

index

10

untra/operator

Agent

AI coding agents compatible with Operator.

36 4d ago A 7 tokens original MIT

colliery-io/metis

Agent

Use this agent to generate or update semantic summaries in .metis/code-index.md. Trigger after structural indexing (metis index) to add AI-generated understanding of what the code means — not just what symbols exist. Runs as a background subagent to avoid consuming main context. IMPORTANT: Requires permission setup.…

13 2mo ago A 328 tokens

flight-levels

12

colliery-io/metis

Agent

Use this agent when working with Metis documents and needing methodology guidance. Helps with document type selection, work decomposition, phase transitions, and Flight Levels best practices. Context: User wants to track some work but isn't sure what document type to use user: "I need to track this bug fix, what…

13 2mo ago A 249 tokens

domain

13

darecstowell/scratchboard

Agent

How the engineering skills read this repo's domain documentation before they explore the code.

6 2d ago A 0 tokens original MIT

issue-tracker

14

darecstowell/scratchboard

Agent

Tickets for this repo live as markdown files in .scratch/, and the board bakes them to the Pages demo on every push. The tickets are public copy.

6 2d ago A 0 tokens original MIT

triage-labels

15

darecstowell/scratchboard

Agent

The skills speak in five canonical triage roles. This file maps those roles to the strings this repo uses. A ticket carries its role in the status field of its frontmatter.

6 2d ago A 0 tokens original MIT

chore

16

Xakki/ai-agents-skills

Agent

Cheap executor for mechanical, spec-complete chores with an unambiguous "done" — kanban card moves, git mv/rename/delete, formatting, inventory/listing, grep "where is X", and fully-specified edits (rename a symbol, bump a config value across files, apply a lint-fix). Hand off deterministic single-pass work that needs…

6 11d ago A 102 tokens original MIT

db-schema

17

Xakki/ai-agents-skills

Agent

Read-only database schema introspection for any project. Returns concise schema summaries (table → columns → PK → indexes → FKs) from the live DB, migrations, or config. Hand off when the main thread is about to grep through migration files or run multiple SHOW CREATE TABLE round-trips. Never writes, never runs…

6 11d ago A 69 tokens original MIT

log-investigator

18

Xakki/ai-agents-skills

Agent

Read-only incident triage and "why did X fail" investigations on any project. Pulls container logs (Portainer), application logs (Graylog), and metrics (Grafana/Prometheus), then returns a focused timeline + likely root cause — not a raw log dump. Use proactively when the user reports an error, 500, slow request…

6 11d ago A 85 tokens original MIT

developer

19

Samuel0101010/wisp-orchestrator

Agent

Invoke to implement exactly one task from tasks.md. Reads architecture.md as a binding constraint, writes code, and stops after one logical commit.

4 29d ago A 30 tokens original Apache-2.0

planner

20

Samuel0101010/wisp-orchestrator

Agent

Invoke to convert a Goal plus a Team specification into a valid Plan DAG written to plan.json. Used once per harness run before agents are dispatched.

4 29d ago A 31 tokens original Apache-2.0

qa

21

Samuel0101010/wisp-orchestrator

Agent

Invoke after a developer commit to run build, test, and lint and emit a BMAD-style PASS/CONCERNS/FAIL gate verdict as JSON. Read-only; never modifies code.

4 29d ago A 40 tokens original Apache-2.0

architect

22

philipyaz/cos

Agent Claude Code

Architectural coherence observer for Cos. Called ONCE by the dev loop after it has written a plan and before it implements. Reads the plan against CLAUDE.md and the decision log, and returns a coherence observation. In Phase 1 it is a silent listener — it records and reports, it never approves, blocks, or sends a plan…

4 yesterday A 77 tokens original MIT

quality-gates

23

Rijul1204/rashedul-agentic-engineering

Agent

Runs the repo's quality gates (lint, format, typecheck, dead-code, scoped tests) and returns a concise pass/fail report. Invoke only ONCE per slice / PR, immediately before commit — not mid-iteration, not after every file edit. Before delegating, the caller should run the project's auto-formatter on touched files…

2 1mo ago A 145 tokens original MIT