Main agent orchestrator that coordinates a specialized squad of agents
agentflow
agentflow is an open-source workflow skill for Claude Code, published by sickn33. Its author describes it as: “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 tra…”. The project has 45k stars on GitHub and is available under the MIT license. Add it to your setup with `/plugin marketplace add sickn33/agentic-awesome-skills`.
What agentflow does
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.
Installation
Add agentflow to your agent with:
/plugin marketplace add sickn33/agentic-awesome-skills Always review a skill's source before installing it. This command comes from the skill's public repository; the linked repo is the source of truth for exact setup steps.
What's inside
The SKILL.md for agentflow is organised into these sections:
- Overview
- When to Use This Skill
- Core Concepts
- 7-Stage Kanban Pipeline
- Stateless Orchestrator
- Deterministic Before Probabilistic
- Adversarial Review
- Transitive Priority Dispatch
- Skills / Commands
- /spec-to-board
- /sdlc-orchestrate
- /sdlc-worker --slot <N>
When to use it
Reach for agentflow when you want workflow help from Claude Code without writing the same instructions every session. Load the skill and the agent picks it up automatically for relevant tasks.
Strengths
- Clear MIT license — safe to read and adapt
- Ships in sickn33/agentic-awesome-skills, an established project with 45,044 GitHub stars
- Declares compatibility with Claude Code
- Actively maintained (recent commits)
Topics
Frequently asked questions
- What does agentflow 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 agentflow?
- Run /plugin marketplace add sickn33/agentic-awesome-skills in your agent, then reload your skills. Review the source at https://github.com/sickn33/agentic-awesome-skills before installing.
- Is agentflow free to use?
- Yes. agentflow is free and open source under the MIT license, so you can read, run, and adapt it within that license's terms.
- Which agents does agentflow work with?
- agentflow declares compatibility with Claude Code. Agent Skills use a portable SKILL.md format, so other compatible clients can usually load it too.
- Where does agentflow come from?
- agentflow ships inside sickn33/agentic-awesome-skills, a repository that contains 66 catalogued skills in total. The repository's 45,044 GitHub stars apply to that whole collection, not to this skill on its own.
Related skills
More Workflow →Turns requirements into a precise, dependency-aware implementation plan.
Designs the data model, API contracts, and structural foundation of the system.
Handles containerization, CI/CD pipelines, and deployment setup.
Reviews code for objective correctness, security, and reliability.