A comprehensive AI development framework that automates the software lifecycle from discovery to execution with built-in project memory.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install plan-flow
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
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).
Get the raw skill files in a ZIP archive.
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.
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 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. |
gh CLI allows for seamless AI-driven Pull Request reviews.Loading
WebMCP enables AI agents to interact with websites through structured JavaScript tools instead of fragile DOM scraping.

An AI-powered research agent that generates deep-dive investor briefings and competitive analysis for startups and private companies.

A utility configuration to disable the automated banner message shown during OpenClaw CLI startup.

A steganographic tool for embedding and decoding hidden Nostr messages and arbitrary data within PNG images.

A technical reference skill for integrating CoinMarketCap cryptocurrency data, including real-time quotes, market listings, and historical OHLCV data.

A comprehensive API reference for accessing real-time decentralized exchange data, including token prices, liquidity pools, and security analysis.








































