agentsclimarketplace

Dev buddy decompose

Skill Z-M-Huang/vcp/plugins/dev-buddy/skills/dev-buddy-decompose

Decomposition stage — break features into small, independently testable units of workFrom its SKILL.md

Install
npx -y skills add Z-M-Huang/vcp --skill dev-buddy-decompose

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 14 stars14 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.2 KB, 209 tokens by cl100k_base, as published. Nobody here has run it

Decomposition Stage

This skill is a slash-command launcher. The authoritative workflow lives in the Dev Buddy MCP prompt dev_buddy_decompose and resource dev-buddy://prompts/dev-buddy-decompose.

  1. Fetch the MCP prompt dev_buddy_decompose with the caller-supplied host, current project path, and raw command arguments.
  2. If MCP prompts are not directly available, call Dev Buddy MCP tool get_prompt({ command: "dev-buddy-decompose", host, project_path, arguments }) and follow the returned prompt text.
  3. The returned prompt may instruct you to call Dev Buddy MCP tools such as ralph_start, ralph_next, get_run_state, get_stage_definition, list_presets. Use those tools for deterministic work.
  4. If the Dev Buddy MCP server is unavailable, stop and tell the user to enable the Dev Buddy MCP server for this plugin.

Do not reimplement the workflow in this file; update the MCP prompt instead.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.