From fakoli-claw
Plan phase — break an approved spec into an intent-driven task list for OpenClaw crew execution. Verify assumptions with a scout sub-agent, map files to owners, write WHAT-not-HOW tasks with acceptance criteria and Depends on, then hand off to flow:execute.
How this skill is triggered — by the user, by Claude, or both
Slash command
/fakoli-claw:flow-planThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Read an approved spec, verify assumptions with a scout, write an intent-driven task list, and
Read an approved spec, verify assumptions with a scout, write an intent-driven task list, and
hand off to flow:execute. Plans describe WHAT to achieve — never HOW.
openclaw agents list | grep fakoli-scout), spawn:
sessions_spawn(agentId="fakoli-scout", task=…) to verify libraries/APIs exist, find existing
patterns, and flag partial implementations. Derive a plan- run id and inject the absolute
status path. sessions_yield, read findings before writing tasks. If scout finds a broken
assumption (missing lib/API), flag it to the user before proceeding.docs/plans/<YYYY-MM-DD>-<feature>.md (or the path CLAUDE.md specifies).flow:execute with it.| Work | Agent |
|---|---|
| New modules / interfaces / types | fakoli-guido |
| Wiring new code into existing systems, integration | fakoli-welder |
| Research / codebase exploration / lib verification | fakoli-scout |
| Plugin manifests / commands / structure | fakoli-smith |
| README / docs / changelogs | fakoli-herald |
| Infra / CI / config | fakoli-keeper |
| Code review (review-only task) | fakoli-critic |
| Test/acceptance validation (review-only task) | fakoli-sentinel |
| Any role when crew absent | main / general |
Tier note: assignment is also a cost lever — welder/smith/scout/herald/keeper run on the local SGLang tier (free, parallel); guido/critic/sentinel on GPT-5.5. Prefer local specialists for high-fan-out work.
# <Feature> — Execution Plan
**Goal:** one sentence.
**Spec:** docs/specs/<date>-<topic>.md
**Language:** TypeScript | Python | Rust (detected)
**Crew:** fakoli-claw crew (N agents) | generic (crew not installed)
### Task 1: <name>
**Intent:** verb-first outcome, one sentence.
**Acceptance criteria:** 2–5 independently checkable bullets.
**Scope:** exact/file/paths
**Agent:** fakoli-guido | fakoli-welder | … | generic
**Verify:** exact command proving done
**Depends on:** (none) | Task N
Crew detection command: openclaw agents list 2>/dev/null | grep -c '^- fakoli-' (0 = generic mode).
npx claudepluginhub fakoli/fakoli-claw --plugin fakoli-clawProvides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.