FlowPilot
Autonomous multi-agent coding workflows with memory and recovery
Tells the agent how to run the FlowPilot workflow engine: change state only via the flow CLI, recover context from progress.md, restrict the main agent to Bash/Task/Skill tools, and use recall and evolve commands for long-term memory and self-improvement.
All Skills in This Repository (20)
Pure Emerald Level Indicatorsui-ux-pro-max
Generate design systems and UI/UX recommendations for web and mobile applications.
using-git-worktrees
Create isolated Git worktrees with automated setup and baseline testing.
feature-dev
Guide multi-phase feature development with AI agents for discovery, design, implementation, and review.
test-driven-development
Enforce the Red-Green-Refactor cycle with failing tests before production code.
systematic-debugging
Guides a four-phase process to identify and fix root causes of software bugs.
using-superpowers
Identify and activate applicable skills before responding to user input.
dispatching-parallel-agents
Dispatch independent tasks to separate agents for parallel execution.
code-review
Automate pull request and code diff reviews with a structured multi-pass AI workflow.
executing-plans
Execute implementation plans in batches with human review checkpoints.
finishing-a-development-branch
Verify tests and present merge, PR, keep, or discard options for development branches.
playwright
Automate real browser interactions from the terminal using Playwright CLI.
brainstorming
Explore project context and refine feature designs through iterative user-approved questions.
Frequently Asked Questions
FAQPage SchemaHow to install FlowPilot?โผ
Run `npx skills add 6BNBN/FlowPilot --all -g -y` in your terminal to install all skills in this suite globally.
What does FlowPilot do?โผ
It turns one plain-language requirement into a fully automated development run: tasks are split, sub-agents code in parallel, tests run, and git commits happen automatically.
Which AI clients does FlowPilot support?โผ
It works with Claude Code, Codex, Cursor, and snow-cli, generating the right instruction file (CLAUDE.md or AGENTS.md) for each client during init.
What happens if my session crashes mid-task?โผ
All workflow state is persisted to disk, so you can reopen a window and say 'continue task' to resume from the exact checkpoint with zero lost progress.
Do I need coding experience to use FlowPilot?โผ
No. You only describe what you want built in plain language; the engine handles task decomposition, parallel execution, verification, and commits for you.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core