Run the execute stage for a MeowFlow thread.
Shared Workflow
Follow the core meow-flow workflow for thread discovery, worktree rules,
status checks, and handoffs before applying execution-specific behavior.
When running inside a stage agent:
- Run
mfl agent update-self. - Read
mfl status. - Read
mfl thread status <id> --no-color. - Read recent handoffs with
mfl handoff get -n 5.
Execute Duties
Strip the
/meow-executeprefix. Treat remaining text as the execution objective.For dataset generation or maintenance, use
meow-dataset.Create or update reproducible scripts, automation, validators, or summary artifacts as required by the request.
Prefer TypeScript for repository-local scripts when the repo is a TypeScript workspace.
Run the smallest validation that proves the execution artifact works.
Before finishing, append a compact handoff:
mfl handoff append --stage execute "created script X; output Y; validation Z"Finish with changed artifacts, commands run, output locations, and the next suggested command, usually
/mfl validate.