Labsco
AgiFlow logo

Agiflow

from AgiFlow

Project management your AI can actually run β€” connect Claude, ChatGPT, Cursor & Codex to one board over MCP.

πŸ”₯πŸ”₯πŸ”₯βœ“ VerifiedFreeAdvanced setup

AgiFlow AI Plugin

Official AgiFlow plugin for AI coding clients. Drive AgiFlow project management β€” planning, grooming, execution, and review β€” directly from your AI coding tool.

Works with Claude Code, Codex, Cursor, Antigravity, and Gemini CLI.

How to develop

git clone <your-remote>/agiflow-ai-plugin
claude --plugin-dir ./agiflow-ai-plugin
  • Add new workflow instructions under skills/<name>/SKILL.md.
  • Keep shared guidance in references/ (e.g. references/agiflow-agents.md).
  • See references/plugin-types.md for per-client manifest notes.

Features

This plugin connects to the AgiFlow MCP server (https://agiflow.io/api/v1/mcp) and exposes AgiFlow tools across these categories:

  • Projects β€” create, inspect, and update projects and their statuses
  • Tasks β€” create, list, get, update, reorder, and batch-create tasks
  • Work units β€” group tasks into deliverable features/epics and track progress
  • Workflows β€” acquire/release locks and coordinate multi-agent runs
  • Members β€” list and assign agent members to work
  • Comments β€” document decisions and progress on tasks
  • Vault β€” read and set scoped configuration entries

Bundled skills

The plugin ships 10 workflow skills that mirror AgiFlow's scrum pipeline. Your AI client loads them on demand when your request matches their description β€” you generally don't invoke them by name:

SkillPhaseUse it to…
getting-startedorientget coached on where to start and which workflow fits
project-planPlanningbreak requirements into vertical-slice tasks (Planning status)
refine-taskPlanningturn a vague task into an autonomous-ready spec
backlog-groomingPlanning β†’ Todoverify, prioritize, and promote tasks into work units
run-workTodo β†’ Doneexecute a whole work unit end-to-end in one session
run-taskTodo β†’ Doneexecute a single task through to Review
review-workReviewverify acceptance criteria and file follow-ups
triagediagnoseclassify project issues by severity and recommend actions
daily-standupreporta read-only pulse of done / in-progress / blocked / next
orchestratedispatchroute the highest-priority ready work to agents

Shared guidelines (status model, transitions, tags, work-unit sizing) live in references/agiflow-agents.md.

Self-hosted

For a self-hosted AgiFlow instance, point the MCP wiring at your endpoint via the AGIFLOW_AI_PLUGIN_MCP_URL environment variable (consumed by gemini-extension.json):

export AGIFLOW_AI_PLUGIN_MCP_URL="https://mcp.your-agiflow-instance.com/api/v1/mcp"

For other clients, edit the server URL in .mcp.json, mcp.json, and mcp_config.json.

Documentation