Skip to content

Releases: onestudio-co/flow-skills

v2.5.0 — Ship-ready MCP server

21 Mar 12:43

Choose a tag to compare

What's New

MCP Server rewrite — the FLOW Dashboard MCP server is now ship-ready for all users:

  • Stdio transport — works with Claude Code's plugin system (replaces Express HTTP)
  • Pre-built bundledist/server.mjs runs with just node, zero npm install needed
  • Real data — reads cycles from your project's .flow/cycles/ directory (no more mock data)
  • Pre-built HTMLdist/mcp-app.html ready for future Claude Desktop MCP App support

Install

# In Claude Code settings (~/.claude/settings.json), add:
{
  "extraKnownMarketplaces": {
    "flow-skills": {
      "source": { "source": "github", "repo": "onestudio-co/flow-skills" }
    }
  },
  "enabledPlugins": {
    "flow@flow-skills": true
  }
}

Then restart Claude Code. All 18 /flow-* skills + MCP dashboard tools are available immediately.

v2.4.0 — Plugin Architecture Compliance + MCP App

21 Mar 00:35

Choose a tag to compare

What's New

MCP App Dashboard

Interactive FLOW cycle dashboard that renders inside Claude Desktop / claude.ai. Shows active cycles with health signals, mode badges (Discovery/Outcome), phases, kill conditions — all inline in the conversation.

Plugin Architecture Compliance

  • Hooks moved from repo root into plugins/flow/hooks/ (spec compliance)
  • Marketplace format updated to structured source format
  • Plugin manifest now declares hooks and mcpServers fields
  • .mcp.json added for MCP App server registration

Full Changelog

See CHANGELOG.md

v2.2.1 — Telemetry

19 Mar 17:21

Choose a tag to compare

Per-user-per-device skill usage logging. /flow-init bootstraps telemetry automatically via Claude Code hooks. No git conflicts — each user+device gets its own log file.

v2.2.0 — Project Bootstrap

19 Mar 17:07

Choose a tag to compare

New: /flow-init skill bootstraps FLOW in any project (.flow/ directory, CLAUDE.md rules, Tempo calibration). /flow router now auto-detects first-time use. 17 skills total.

v2.1.0 — The Agentic Speed Update

19 Mar 15:04

Choose a tag to compare

The Agentic Speed Update

Panel Meeting #13 (11-0 unanimous): FLOW becomes speed-agnostic. Built on the optimized v2.0 14-skill base.

New Concepts

  • Tempo — team's natural build-observe-decide rhythm
  • Micro-SPEC — 3-line minimum artifact (Problem, Hypothesis, Kill Condition)
  • Cycle Phases — Build → Observe → Decide
  • FLOW Configuration — team one-pager
  • Observation Floor — minimum observation window by metric maturity
  • 7 Agentic Anti-patterns — Premature Confidence, Experiment Overload, Judgment Fatigue, Context Collapse, Dependency Whiplash, Maintenance Debt, Speed Inequality
  • Bottleneck-based WIP — calibrate to observation/decision capacity

New Skills (2)

  • /flow-tempo — Discover your team's rhythm
  • /flow-config — Generate FLOW operating agreement

Updated (14 of 14 skills + 16 docs + CLAUDE.md Rule 7)

16 skills · 23 chapters · 13 panel meetings · 11 reviewers