Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By flight505
Helper plugin for Claude Code's autonomous primitives — /goal, /branch, worktrees, dynamic workflows. Wraps native features with opinionated defaults and safety guardrails.
npx claudepluginhub flight505/claude-flowsShare bugs, ideas, or general feedback.
A 3-command plugin that makes Claude Code's autonomous primitives easy to reach for and hard to misuse.
Status: v0.2.0 — /flow-goal shipped (Phase 1). /flow-fork and /flow-workflow deferred until /flow-goal has been in real use. See PLAN.md for the full design and phased roadmap.
Claude Code ships several autonomous primitives — /goal, /branch, worktrees, and (as of 2026-05-28) dynamic workflows. They are powerful but each has a learning curve, and the failure modes show up only on the second or third use.
claude-flows wraps them with opinionated defaults, safety pre-flights, and the compound shapes people actually want:
/flow-goal — turns a natural-language task description into a well-shaped /goal condition the evaluator can actually verify./flow-fork — combines /branch + git worktree add + a captured reason note, so future-you can find your way back to why this fork exists./flow-workflow — adds a scope + cost pre-confirmation before dispatching a dynamic workflow.This plugin does not try to be a Ralph loop, a planning system, or a dashboard. It is a thin layer over what Claude Code already does.
ralph and claude-flows are sister plugins addressing different problems:
| ralph | claude-flows | |
|---|---|---|
| Who plans the work | You (plan.md) | Claude (via /goal or workflows) |
| Where the loop lives | Shell script | Inside a Claude Code session |
| Primary primitive | claude -p in bash | /goal, /branch, dynamic workflows |
| Best for | Plan-driven, transparent, sub-Max-tier runs | Goal-driven, exploratory, codebase-scale work |
| Tier | Any | Pro+ for /goal//branch, Max+ for workflows |
If you have a checklist you want executed shell-style, use ralph. If you want to lean on Claude Code's native autonomous primitives, use this.
claude --plugin-dir .
# or symlink:
ln -s "$PWD" ~/.claude/plugins/claude-flows
/flow-goalThe only command shipped today. Turns a natural-language task into a well-shaped /goal condition the evaluator can actually verify, shows you the draft, and on y invokes /goal with it.
/flow-goal migrate all axios calls to fetch and keep tests passing
The command:
y / edit / cancel.y, invokes /goal. The goal then runs across as many turns as it needs until the condition holds.See templates/goal-shapes.md for the patterns the command draws on (migration, refactor, bug-fix, test-fix, hardening, plan-driven, doc completion) and the anti-patterns it avoids.
See PLAN.md for what's coming next (and what's deliberately not).
MIT
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimHarness-native ECC plugin for engineering teams - 63 agents, 251 skills, 79 legacy command shims, reusable hooks, rules, MCP conventions, and operator workflows for Claude Code plus adjacent agent harnesses
Real-time statusline HUD for Claude Code - context health, tool activity, agent tracking, and todo progress
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Complete SOTA 2026 Storybook assistant with Vision AI design-to-code, natural language generation, AI-powered accessibility remediation, React Server Components, AI visual regression testing, design token sync, usage analytics, dark mode generation, and comprehensive testing (Storybook 10, React 19, Next.js 15)
Comprehensive project planning and architecture research skills for Claude Code - generates software architecture documents, sprint plans, building blocks, service cost analysis, and implementation roadmaps backed by real research.
AI-powered image, diagram, and video generation for Claude Code - uses Nano Banana 2 (Gemini 3.1 Flash Image) for fast generation, Nano Banana Pro (Gemini 3 Pro Image) for professional diagrams, and Veo 3.1 for video generation.
Long-running agent loop for Claude Code, in the Ralph pattern — a stable prompt, a mutable plan, and a loop that runs until the plan is empty.
Claude Code skill pack for Langfuse LLM observability (24 skills)
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.
Comprehensive C4 architecture documentation workflow with bottom-up code analysis, component synthesis, container mapping, and context diagram generation