clawflow-mvp
Installation
SKILL.md
Clawflow MVP
Purpose
Use Clawflow as a local runtime validation loop for agent-built web features. The goal is to prove whether the feature behavior matches the agent-authored expectation, then produce a concise issue bundle and reliable repro for fixing.
Default Surface
Prefer the Clawflow CLI, not MCP.
Why:
- every coding agent can run shell commands
- CLI command availability is explicit
- the CLI auto-starts the local Clawflow daemon when needed
- the workflow is less fragile than relying on MCP tool surfacing
Use MCP only if the user explicitly asks for it or if the environment already depends on it.