Plan-Flow for Openclaw

A comprehensive AI development framework that automates the software lifecycle from discovery to execution with built-in project memory.

brunoscardoso
v1.0.8
Mar 3, 2026
0
995
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install plan-flow

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install plan-flow using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Plan-Flow?

Plan-Flow is a high-performance skill set designed for professional AI-assisted software development, focusing on structured workflows and persistent project intelligence. By integrating directly into the developer's workspace, it transforms fragmented coding prompts into a cohesive, documented engineering process. As a standout among Openclaw Skills, it ensures that every task follows a logical progression from requirements gathering to verified execution.

The core philosophy of Plan-Flow centers on "Flow," an automated state where the AI agent manages discovery documents, implementation plans with complexity scoring, and automated code reviews. Its most unique feature is the Project Ledger, a persistent learning journal that silently captures project-specific knowledge, recurring mistakes, and architecture patterns to ensure the agent's performance improves over the lifetime of the repository.

Plan-Flow Use Cases

  • Formalizing requirements for new features using structured discovery documents.
  • Generating multi-phase implementation plans with granular complexity scoring (0-10).
  • Automating the execution of complex development tasks with step-by-step verification.
  • Performing automated code reviews on local changes or remote GitHub Pull Requests.
  • Maintaining a long-term project memory to prevent the AI from repeating past mistakes.
  • Creating API integration contracts directly from documentation to guide frontend-backend development.

How Plan-Flow Works

  1. Run the /setup command to analyze the project patterns and initialize necessary configuration files.
  2. Initiate requirements gathering with /discovery to ensure all technical constraints are documented.
  3. Trigger /create-plan, which utilizes the discovery document to build a phased implementation roadmap.
  4. Execute development via /execute-plan, where the agent writes code and verifies each phase sequentially.
  5. Audit the resulting work using /review-code or /review-pr to ensure adherence to project standards.
  6. Use the /flow command to toggle autopilot mode, allowing the agent to chain these steps together with minimal user intervention.

Plan-Flow Setup

To add this to your collection of Openclaw Skills, install via Clawhub:

clawhub install plan-flow

Alternatively, clone the repository manually into your local skills directory:

git clone https://github.com/brunoscardoso/plan-flow.git ~/.openclaw/skills/plan-flow

Configure your AI provider by creating a .plan-flow.yml file in your project root:

ai:
  provider: claude
  anthropic_api_key: your-api-key-here

Plan-Flow Data Schema & Taxonomy

Plan-Flow maintains a strict organizational structure within the flow/ directory to manage metadata and artifacts:

Path Description
flow/discovery/ Contains markdown documents for requirements gathering.
flow/plans/ Stores active implementation roadmaps and phase checklists.
flow/ledger.md A persistent journal for project-specific learning and memory.
flow/contracts/ Holds integration contracts and API specifications.
flow/archive/ Location for completed or superseded plans and discovery docs.
flow/reviewed-code/ Stores reports from local code review sessions.

Plan-Flow Advanced Features

  • Autopilot Flow: Enabling /flow allows the agent to move from discovery to execution without asking for permission at every step.
  • Complexity Scoring: Every plan phase is assigned a 0-10 score to help developers assess risk and implementation effort.
  • GitHub Integration: Native support for the gh CLI allows for seamless AI-driven Pull Request reviews.
  • Persistent Project Ledger: A cross-session memory file that ensures the agent learns from project-specific patterns and previous errors.
  • Hard-Block Discovery: A safety mechanism that prevents implementation planning until a valid discovery document is generated.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Requires
Bins gitgh
Github Stars: 0
forks: 0

Featured*