ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

plan-flow

Structured AI-assisted development workflows - discovery, planning, execution, code reviews, and testing

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/brunoscardoso/plan-flow
Or

Plan-Flow: Structured AI-Assisted Development

A comprehensive skill set for AI-assisted software development with structured workflows and persistent project memory.

Available Commands

CommandDescription
/setupAnalyze project and generate pattern files
/discoveryCreate discovery document for requirements gathering
/create-planCreate implementation plan with phases and complexity scores
/execute-planExecute plan phases with verification
/create-contractCreate integration contract from API docs
/review-codeReview local uncommitted changes
/review-prReview a Pull Request
/write-testsWrite tests to achieve coverage target
/flowToggle autopilot mode (auto-chains the full workflow)

Always-Active Features

FeatureDescription
Project LedgerPersistent learning journal at flow/ledger.md - silently captures mistakes, corrections, and project-specific knowledge across sessions

Recommended Workflow

Automated - runs without asking permission:

1. /setup           → Index project patterns (run once)
2. /discovery       → Gather requirements for a feature
3. /create-plan     → Create structured implementation plan (auto-runs after discovery)
4. /execute-plan    → Execute the plan phase by phase (auto-runs after plan)
5. /review-code     → Review changes before committing
6. Archive          → Move discovery + plan to flow/archive/

Only stop to ask the user when:

  • Missing critical information (device type, browser, etc.)
  • Need to reproduce an issue
  • Ambiguous requirements
  • Need approval for destructive actions

Never ask "Ready to create plan?" or "Proceed with execution?" - just do it.

Core Concepts

Complexity Scoring

Every plan phase has a complexity score (0-10):

ScoreLevelDescription
0-2TrivialSimple, mechanical changes
3-4LowStraightforward implementation
5-6MediumModerate complexity, some decisions
7-8HighComplex, multiple considerations
9-10Very HighSignificant complexity/risk

Flow Directory Structure

All artifacts are stored in flow/:

flow/
├── archive/           # Completed/abandoned plans
├── contracts/         # Integration contracts
├── discovery/         # Discovery documents
├── plans/             # Active implementation plans
├── references/        # Reference materials
├── reviewed-code/     # Code review documents
├── reviewed-pr/       # PR review documents
└── ledger.md          # Persistent project learning journal

Critical Rules

Metadata

Stars4190
Views0
Updated2026-04-18
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-brunoscardoso-plan-flow": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.