From cheese-flow
Use the Milknado MCP tools to pick and execute the next ready node from the Mikado graph, apply file changes, and run quality gates.
npx claudepluginhub paulnsorensen/cheese-flowThis skill is limited to using the following tools:
Use this skill to work through a Milknado graph one node at a time. Each
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Checks Next.js compilation errors using a running Turbopack dev server after code edits. Fixes actionable issues before reporting complete. Replaces `next build`.
Guides code writing, review, and refactoring with Karpathy-inspired rules to avoid overcomplication, ensure simplicity, surgical changes, and verifiable success criteria.
Share bugs, ideas, or general feedback.
Use this skill to work through a Milknado graph one node at a time. Each invocation picks the next ready node, applies the required changes, validates them with quality gates, and reports the outcome.
milknado-plan has populated the graph with pending work nodes.milknado_graph_summary to find pending nodes
whose prerequisites are all done. (Eligibility is computed by the engine;
there is no stored ready status — the summary only shows the persisted
pending/running/done/blocked/failed values.)pending node. Read its description carefully — it is the primary context.edit_kind in the node description
(add, modify, delete, or rename). Keep changes strictly scoped.milknado_add_node to record it as a new
prerequisite (with parent_id set to the current node), then leave the
current node open for re-dispatch.| Tool | Purpose |
|---|---|
milknado_graph_summary | Read the graph to find pending nodes whose prerequisites are done. |
milknado_add_node | Record a newly discovered blocker as a prerequisite node. |