Agent skill · Code Review & Quality

agentflow

Orchestrate autonomous AI development pipelines through your Kanban board (Asana, GitHub Projects, Linear). Manages multi-worker Claude Code dispatch, deterministic quality gates, adversarial review, per-task cost tracking, and crash-proof pipeline execution.

Nick44,086★ · +407/wk · 1 repos on radarProfile →
claude-codecodexcursorMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill agentflow --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 8 KB
Bundled scripts: none
Path: skills/agentflow/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# AgentFlow ## Overview AgentFlow turns your existing Kanban board into a fully autonomous AI development pipeline. Instead of building custom orchestration infrastructure, it treats your project management tool (Asana, GitHub Projects, Linear) 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 is complete pipeline observability from your phone, free crash recovery (state lives in your PM tool, not in memory), and human override at any point by dragging a card. ## When to Use This Skill - Use when you need to orchestrate multiple Claude Code workers across a full development lifecycle (build, review, test, integrate) - Use when you want deterministic quality gates (tsc/eslint/tests) before AI review on AI-generated code - Use when you want full pipeline visibility from your Kanban board or phone - Use when running a solo or team project that needs autonomous task dispatch with cost tracking - Use when you need crash-proof orchestration that survives session restarts ## Core Concepts ### 7-Stage Kanban Pipeline Tasks flow through: Backlog, Research, Build, Revi

What's inside
Steps it walks through
  1. Overview
  2. When to Use This Skill
  3. Core Concepts
  4. 7-Stage Kanban Pipeline
  5. Stateless Orchestrator
  6. Deterministic Before Probabilistic
  7. Adversarial Review
  8. Transitive Priority Dispatch
  9. Skills / Commands
  10. /spec-to-board
  11. /sdlc-orchestrate
  12. /sdlc-worker --slot <N>
  13. /sdlc-health
  14. /sdlc-stop
Commands it runs
Terminal 2 — Builder
claude -p "/sdlc-worker --slot T2"
Terminal 3 — Builder
claude -p "/sdlc-worker --slot T3"
Terminal 4 — Reviewer
claude -p "/sdlc-worker --slot T4"
Terminal 5 — Tester
claude -p "/sdlc-worker --slot T5"
Add to crontab (runs every 15 minutes)
crontab -e
More from agentic-awesome-skills
All skills →
About this skill
What does the agentflow skill do?

Orchestrate autonomous AI development pipelines through your Kanban board (Asana, GitHub Projects, Linear). Manages multi-worker Claude Code dispatch, deterministic quality gates, adversarial review, per-task cost tracking, and crash-proof pipeline execution.

How do I install it?

Run `npx skills add sickn33/agentic-awesome-skills --skill agentflow --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going