agentsclimarketplace

Plan driven execution

Skill roronoazoroshao369/vibe-coding-os/skills/core/plan-driven-execution

Vibe Coding OS — Claude/Codex/Cursor skill framework with 139 skills, 111 commands, 95 templates, 22 tracked sources, 28/28 validation gates PASS. Quality Shield, Engineering Discipline Pack, plugin marketplace.From the repository description

Install
npx -y skills add roronoazoroshao369/vibe-coding-os --skill plan-driven-execution

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

  • 0 stars0 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.8 KB, 369 tokens by cl100k_base, as published. Nobody here has run it

Skill: Plan-Driven Execution

Purpose

Convert a spec or task into small ordered implementation steps.

When to use

Use before multi-file edits, refactors, migrations, or debugging sessions.

Inputs

Spec, repository map, constraints, verification requirements.

Workflow

  1. Identify files and components likely to change.
  2. Break work into small tasks.
  3. Order tasks by dependency and risk.
  4. Attach verification to each major step.
  5. Update the plan as facts change.

Outputs

A practical plan with task order, file targets, risks, and checks.

Failure modes

  • Plan is too vague to execute.
  • Plan ignores verification.
  • Plan is not updated after discoveries.

Verification checklist

  • Steps are ordered and concrete.
  • Risky areas are named.
  • Verification commands are included.
  • Scope remains aligned with the spec.

Superpowers alignment

Use with writing-plans for plan creation and executing-plans for plan execution.

Related mattpocock-inspired skill: skills/core/issue-slicing/SKILL.md for independently grabbable vertical slices.

Choose instead

Executing a written, approved plan checkpoint by checkpoint (fresh execution).

If this skill is not the right phase for your task, use one of these instead:

  • skills/core/executing-plans/SKILL.md — if work was started, paused, or context was lost (resumption).
  • skills/core/writing-plans/SKILL.md — if the plan does not yet exist or needs revision.

For the full decision tree across all 6 plan-family skills, see docs/workflows/plan-skill-decision-tree.md.

What ships with it

Read from the repository

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

Keep looking

Skills are one crate of 326,750. 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.