From fakoli-claw
Fast path — skip brainstorm/plan/waves for small tasks under 3 files. Estimate scope, dispatch a single specialist (welder by default), run verification, run a one-cycle critic gate, done. Escalates to flow:execute if scope or fixes exceed the limit.
How this skill is triggered — by the user, by Claude, or both
Slash command
/fakoli-claw:flow-quickThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
One agent, one pass, critic gate, done. For changes too small to justify the full pipeline.
One agent, one pass, critic gate, done. For changes too small to justify the full pipeline.
Invocation: flow:quick "<task>" (inline task, no spec, no plan, no waves).
flow:brainstorm (offer --force to override). Under 3 files → continue.tsconfig.json/Cargo.toml/pyproject.toml).sessions_spawn: welder by default (code/bug/param), guido for
design/naming, scout for research. Packet = task + scope files + language + "keep it minimal,
don't refactor unrelated code". If crew absent, do it directly with the same scope constraint.npx tsc --noEmit && bun test; Py ruff check . && mypy . && pytest; Rust
cargo check && cargo test. Read full output + exit code.sessions_spawn(agentId="fakoli-critic", …) on the modified files → PASS /
SHOULD FIX / MUST FIX.flow:execute.Quick mode has no spec, no plan, no sentinel — intentionally limited. If a "small" task turns out
to need a design decision, stop and route to flow:brainstorm.
Provides 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.
npx claudepluginhub fakoli/fakoli-claw --plugin fakoli-claw