Fluently operationalizes the 4D Framework — Delegation, Description, Discernment, Diligence — so every human-AI collaboration is intentional, accountable, and reproducible. Built on community knowledge, powered by GitHub MCP.
Every Fluently cycle answers the same four questions. Together they eliminate the most common failure modes in AI-assisted work.
Every human-AI collaboration is a chain of prompts. Fluently classifies those prompt chains into four kinds of clusters — Delegation, Description, Discernment, and Diligence — and defines how they connect, loop, and restart into a repeatable cycle.
Each cycle in the knowledge base includes its full collaboration block — ordered D-clusters with example prompts, transition triggers, and loop-back conditions. Use get_collaboration_pattern via the MCP server to retrieve this for any cycle.
Community knowledge flows through GitHub MCP — no server, always current. Private or isolated knowledge uses the custom MCP server with any connector.
The Fluently knowledge base lives in a public GitHub repo. Any AI agent with the GitHub MCP server wired can read KNOWLEDGE.md, fetch knowledge/index.json, and deep-read individual YAML cycles — no custom server, no rebuild, no auth required for reads.
Knowledge updates the moment a community cycle is merged. Contributions open a PR automatically via the same GitHub MCP.
When you need private knowledge — a team's proprietary patterns, a fork with domain-specific cycles, or an air-gapped environment — the custom Fluently MCP server connects to any backend: a private GitHub repo, a local directory, SQL, or NoSQL. Five connectors, one interface.
Six tools are exposed: discover, retrieve, deep-read, inspect dimensions, force-refresh, and contribute. No numeric scores — the agent reasons over ranked candidates contextually.
raw.githubusercontent.com on every request. The custom MCP server adds a 1-hour TTL cache with bundled offline fallback. New cycles appear the moment a PR is merged — without restarting anything.contribute_cycle tool handles the rest — returns a PR URL for public knowledge, writes a file for local, or opens a branch automatically for private repos.fluent CLI scores tasks, compares cycles, lists the knowledge base, and guides you through contributing a new cycle interactively. Works offline with bundled knowledge.Choose your AI provider, describe a task, and watch Fluently fetch live knowledge from GitHub and reason over cycles — exactly what the GitHub MCP path does, running right here.
Browser, CLI, or MCP server — pick the path that fits your workflow.
npx fluently-cli score "your task here"
npx fluently-cli list coding
fluent from anywhere. Includes all commands: score, compare, list, contribute, sync.npm install -g fluently-cli
fluent score "AI reviews PRs for style issues"
Works with any MCP-compatible client.
claude_desktop_config.json (Claude Desktop)
~/.claude/settings.json (Claude Code)
Then prompt your agent: "Read KNOWLEDGE.md in Fluently-Org/fluently and find the best cycle for my task."
Install the server
Private knowledge connector
Fluently is open-source and community-driven. Contribute a cycle, fork the knowledge base, or wire it to your team's private patterns.