By tunneleven
Agentic development workflow orchestrator — from research through deployment. 15 skills across 6 phases driven by a 14-state state machine.
Break down a feature into a detailed beads epic with rich task metadata — priority, assignee, acceptance criteria, design notes, dependency graph (blocks/waits-for/conditional), and spec links. Use when the user wants to plan work, decompose features into tasks, create an epic, or set up a dependency-aware work graph. Triggers on task breakdown, epic creation, work planning, or "break this into tasks".
Orchestrate the complete c4flow agentic development workflow — from research through deployment. Use when the user mentions "c4flow", wants to start a new feature workflow, or asks about the development pipeline. Triggers on feature planning, implementation orchestration, and workflow management.
Execute code implementation via a strict serial task loop — pick one unblocked task, TDD it, verify, review, PR, merge, then pick the next task. Each task gets its own branch (feat/bead-id-slug). Uses bd ready → atomic claim → set in-progress → dolt push → TDD (RED gate pause) → verify → review → PR/merge → close → repeat. Trigger when the user wants to start coding, implement tasks, or run the implementation phase.
Set up GitHub Actions CI/CD and deploy the application to the EC2 infrastructure provisioned by c4flow:infra. Use when the user runs /c4flow:deploy or when the orchestrator advances to DEPLOY state. Requires infra to be provisioned first.
Generate design system and UI mockups for a feature using Pencil MCP. Runs after SPEC phase, before BEADS. Produces MASTER.md (design tokens), screen-map.md (screen breakdown), and a .pen file with reusable components and screen frames. Use when the workflow reaches DESIGN state or user asks to design screens/UI. Integrates impeccable best practices OKLCH colors, tinted neutrals, modular typography, spatial rhythm, motion tokens, 8-state component design, and UX writing.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
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
npx claudepluginhub tunneleven/c4flow --plugin c4flowStructured project planning and execution through brainstorm, spec, and build phases across three execution tiers: sequential, delegated sub-agents, and full agent teams
Opinionated 5-phase development lifecycle for Claude Code — language-agnostic, repo-local bin/* delegation
Focused agentic engineering workflow: design-doc, spec, plan, implement, tdd, refactor, review, address-pr-feedback, browser-verify, explain-visually, compress, branch, and commit.
End-to-end development workflow: design → draft-plan → orchestrate → review → pr-create → pr-review → pr-merge
Spec-driven development workflow system with structured phases: Requirements → Design → Tasks → Implementation
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.