Delivering MVP Fleet

Multi-agent fleet orchestration method: idea to launchable MVP via a tiered task-DAG board.

Tested · Works

Test report

Verdict
Tested · Works
Score
9.6/10
Tested
Jul 16, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · 3ef4bde

Ran the bundled board CLI (flow.py) for real: authored a contract-first task DAG for a habit-tracker MVP, and `flow.py check` validated 6 tasks with zero unknown deps/cycles while `flow.py list` correctly showed only the contract node as available until it's marked done — the dependency gating actually works as documented.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 5/5
  • Output vs. baseline 9/10
  • Docs & honesty 5/5

What Delivering MVP Fleet does

A methodology skill (plus a bundled board CLI, scripts/flow.py) for orchestrating a multi-agent fleet from a vague idea or spec to a launchable MVP: personas, user stories, golden case cards, an explicit MVP boundary, and a contract-first tiered task DAG that workers claim/complete. Triggers when the user wants to build/deliver/orchestrate an MVP or prototype, or drops a vague product idea and asks to make it real; explicitly excludes single small features or bugfixes.

How to install Delivering MVP Fleet

git clone https://github.com/smixs/disruptor-skills
mkdir -p ~/.claude/skills
cp -r disruptor-skills/skills/delivering-mvp-fleet ~/.claude/skills/delivering-mvp-fleet

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger Delivering MVP Fleet

  • /delivering-mvp-fleet Multi-agent fleet orchestration method: idea to launchable MVP via a tiered task-DAG board.

It also activates on plain-language prompts like these:

  • Take my vague app idea and turn it into a launchable MVP for me
  • Orchestrate a fleet of agents to build my habit-tracker prototype
  • Break my product spec into a contract-first task DAG for the team

Frequently asked questions

Is the Delivering MVP Fleet skill free?
Yes. The skill itself is free from smixs/disruptor-skills. SkillProof publishes the install command and an independent test verdict at no cost.
Does Delivering MVP Fleet work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 16, 2026. Verdict: Tested · Works. Ran the bundled board CLI (flow.py) for real: authored a contract-first task DAG for a habit-tracker MVP, and `flow.py check` validated 6 tasks with zero unknown deps/cycles while `flow.py list` correctly showed only the contract node as available until it's marked done — the dependency gating actually works as documented.
What is the Delivering MVP Fleet SkillProof Score?
9.6/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 5/5.
How do I install Delivering MVP Fleet?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use Delivering MVP Fleet with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.