بنقرة واحدة
meow-flow
// Use when the user starts an interactive-mode request with `/meow-flow` or `/mfl`; coordinate staged MeowFlow agents through mfl thread state, thread updates, mfl-run stage launches, and handoffs.
// Use when the user starts an interactive-mode request with `/meow-flow` or `/mfl`; coordinate staged MeowFlow agents through mfl thread state, thread updates, mfl-run stage launches, and handoffs.
Heavy-ceremony orchestration for big work — research, planning, adversarial review, phased implementation, audit, delivery. Use when the user says "epic", "long task", "build this end to end", or wants a feature that runs all night.
Use when the user starts an interactive-mode request with `/meow-plan`; use mfl to update/discover the thread, launch a plan stage agent when needed, and create the matching proposal without editing production code.
Use when the user starts an interactive-mode request with `/meow-archive`; archive or delete the current MeowFlow thread and proposal.
Use when the user starts an interactive-mode request with `/meow-code`; implement the current MeowFlow plan and append a code handoff.
Use when the user starts an interactive-mode request with `/meow-execute`; execute script, data, automation, or artifact work and append an execution handoff.
Use when the user starts an interactive-mode request with `/meow-review`; review current MeowFlow changes and append a review handoff.
| name | meow-flow |
| description | Use when the user starts an interactive-mode request with `/meow-flow` or `/mfl`; coordinate staged MeowFlow agents through mfl thread state, thread updates, mfl-run stage launches, and handoffs. |
Coordinate MeowFlow staged agent work through the mfl CLI.
mfl before acting.mfl agent update-self confirms it is already
the requested MeowFlow stage agent for the current thread.mfl run --stage <stage> ..., report
the returned ids, and stop.mfl agent update-self cannot classify this session as a MeowFlow stage
agent, stay in coordinator-mode and use mfl run for the requested stage./meow-flow [--provider <provider>] [content] or
/mfl [--provider <provider>] [content]./mfl plan [--provider <provider>],
/mfl code [--provider <provider>],
/mfl review [--provider <provider>],
/mfl execute [--provider <provider>],
/mfl validate [--provider <provider>], /mfl commit, /mfl archive,
and /mfl delete.mfl, not from chat history alone.mfl thread set name must be kebab-case matching
^[a-z0-9]+(-[a-z0-9]+)*$.mfl run are <Stage>: <request summary> until the thread
has a name, then <Stage>: <thread-name> (<agent-sequence>). If a stage
agent changes the thread name, update the current idle or running Paseo agent
with paseo agent update <agent-id> --name "<Stage>: <thread-name> (<sequence>)".If running inside a Paseo agent, run mfl agent update-self.
Run mfl status.
If status is repository-root, tell the user to create a linked worktree
with mfl worktree new and stop.
If status is idle and the user provided request content, launch the first
plan agent. When the entry command includes --provider <provider>, pass it
to mfl run; otherwise rely on mfl run provider resolution:
mfl run --stage plan "<content>"
mfl run --stage plan --provider <provider> "<content>"
If status is occupied, report the thread name or id and latest agent id,
then:
/mfl plan, /mfl code, /mfl review, /mfl execute, or
/mfl validate, launch the matching stage with mfl run./meow-flow, /mfl, or /meow-plan with request content and no
explicit continuation stage, launch a plan stage in the current thread
with mfl run --stage plan ....When mfl run returns agent-id: <id> and next-seq: <seq>, include both in
your response. Also include thread-id and worktree when mfl run prints
them, then direct the user to continue in the new agent chat.
After startup, decide whether this chat is a coordinator or a stage agent:
Coordinator-mode: any normal Paseo agent chat, any mfl agent update-self
failure, or any chat that is not confirmed as the requested stage. Launch with
mfl run --stage <stage> ... and do not perform the stage work locally.
Stage-agent mode: mfl agent update-self confirms this session belongs to
the current thread and requested stage. Before acting, read:
mfl status
mfl thread status <id> --no-color
mfl handoff get -n 5
For staged continuation commands, run the matching stage through mfl run in
the current thread worktree. Pass --provider <provider> when the user
included it; otherwise rely on mfl run provider resolution:
mfl run --stage plan "<optional-content>"
mfl run --stage code "<optional-content>"
mfl run --stage review "<optional-content>"
mfl run --stage execute "<optional-content>"
mfl run --stage validate "<optional-content>"
mfl run --stage code --provider <provider> "<optional-content>"
The launched stage agent reads mfl thread status <id> --no-color and recent
handoffs before acting. The coordinator stops after reporting the launched
agent details.
Stage agents should read recent handoffs with:
mfl handoff get -n 5
mfl handoff get --since <seq>
Before finishing, agents that produce planning, implementation, review, execution, or validation results append a compact handoff:
mfl handoff append --stage plan "planned X; proposal Y; next code"
mfl handoff append --stage code "implemented X; tests Y passed"
mfl handoff append --stage review "approved; checked A and B"
mfl handoff append --stage execute "generated script X; output at Y"
mfl handoff append --stage validate "validated X with command Y"
Keep handoffs short and concrete. They are coordination state for later agents.
/mfl commit: read new handoffs, inspect the current diff, commit with a
suitable repository title, and push when a remote tracking branch is
configured./mfl archive: follow the same behavior as /meow-archive./mfl delete: follow the same behavior as /meow-archive delete; do not
revert code changes.For launches, report:
thread-idworktreeprovideragent-idnext-seq