C4Flow — agentic development workflow orchestrator plugin
npx claudepluginhub tunneleven/c4flowAgentic development workflow orchestrator — from research through deployment. 15 skills across 6 phases driven by a 14-state state machine.
Agentic development workflow plugin for Claude Code — from idea to deployment, one phase at a time.
flowchart LR
IDLE(["💤 Idle"]) --> RESEARCH(["🔍 Research"])
RESEARCH --> SPEC(["📋 Spec"])
SPEC --> DESIGN(["🎨 Design"])
DESIGN --> BEADS(["🧩 Beads"])
BEADS --> CODE(["💻 Code\n↻ task loop"])
CODE --> TEST(["✅ Test"])
TEST --> REVIEW(["👁 Review"])
REVIEW --> VERIFY(["🔒 Verify"])
VERIFY --> PR(["📦 PR"])
PR --> MERGE(["🔀 Merge"])
MERGE --> DEPLOY(["🚀 Deploy"])
DEPLOY --> DONE(["🎉 Done"])
DONE -. "new feature" .-> IDLE
TEST -. "fail → go back" .-> CODE
REVIEW -. "fail → go back" .-> SPEC
style IDLE fill:#e2e8f0,stroke:#94a3b8,color:#1e293b
style DONE fill:#dcfce7,stroke:#86efac,color:#14532d
style CODE fill:#fef9c3,stroke:#fbbf24,color:#78350f
Claude Code:
claude plugins marketplace add https://github.com/tunneleven/C4Flow
claude plugins install c4flow
Codex CLI:
Fetch and follow instructions from https://raw.githubusercontent.com/tunneleven/C4Flow/main/.codex/INSTALL.md
Antigravity IDE:
Fetch and follow instructions from https://raw.githubusercontent.com/tunneleven/C4Flow/main/.antigravity/INSTALL.md
OpenCode:
Fetch and follow instructions from https://raw.githubusercontent.com/tunneleven/C4Flow/main/.opencode/INSTALL.md
# Start a new feature workflow
/c4flow:run "user authentication with OAuth"
# Resume where you left off
/c4flow:run
# Check current state
/c4flow:status
The orchestrator picks up the current phase, dispatches sub-agents for heavy lifting, and asks for your input at key decisions.
Each /c4flow:run call advances one phase. State persists to docs/c4flow/.state.json so you can stop and resume anytime.
/c4flow:research — Web research via sub-agent. Produces research.md with market analysis, competitive landscape, and tech options.
/c4flow:spec — Interactive spec generation. Produces:
docs/specs/<feature>/
proposal.md # Why + what to build
tech-stack.md # Technology decisions
spec.md # Behavioral specs (GIVEN/WHEN/THEN)
design.md # Technical architecture
/c4flow:design — Generates a design system (OKLCH tokens, typography, spacing) and screen mockups via Pencil MCP. Produces:
docs/c4flow/designs/<feature>/
MASTER.md # Design tokens + component list
screen-map.md # Screen breakdown
<feature>.pen # Pencil file with all screens
/c4flow:beads — Breaks the spec into a tracked task epic. Asks your preferred granularity level (compact → atomic) and estimates task count before breaking down.
Sub-agents implement features task-by-task using TDD, run tests, create PRs, and deploy — while you review and approve at gates.
# Bootstrap project tooling (Dolt + Beads + optional GitHub/CodeRabbit)
/c4flow:init
Install from pencil.dev for visual screen mockups. Without it, the Design phase is skipped gracefully.
| Phase | Skill | Description |
|---|---|---|
| Orchestrator | c4flow | State machine driver |
| Init | init | Bootstrap project tooling |
| Research | research | Web research sub-agent |
| Spec | spec | Proposal, tech-stack, spec, design docs |
| Design | design | Design system + screen mockups |
| Task Breakdown | beads | Epic + dependency work graph |
| Implementation | code, tdd | Feature coding with TDD |
| Testing | test, e2e | Unit + end-to-end tests |
| Review & QA | review, verify | AI code review + quality gate |
| Release | pr, infra, merge, deploy | PR, infra, merge, deploy |
MIT — v0.7.7
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations