Plan from spec
Skill roronoazoroshao369/vibe-coding-os/skills/core/plan-from-spec
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
npx -y skills add roronoazoroshao369/vibe-coding-os --skill plan-from-specAssembled 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
2.6 KB, 552 tokens by cl100k_base, as published. Nobody here has run it
Plan From Spec
Purpose
Translate an agreed specification into a concrete, verifiable implementation plan that captures technical context, sequencing, risks, and checks — without re-opening the behavioral "what".
When to use
Use after a spec is agreed and before broad implementation, for any change that spans multiple files, introduces new dependencies, or carries meaningful risk.
Inputs
The agreed spec (goals, non-goals, acceptance criteria), repository conventions, known constraints, and the technical context deferred from the spec phase.
Workflow
- Read the spec and confirm acceptance criteria are observable.
- Capture technical context separately: stack, data, interfaces, and constraints.
- Identify the smallest set of reviewable steps that satisfy the spec.
- For each step, name the files to touch and the expected outcome.
- Note risks, rollback points, and the verification command(s) per step.
- Trace each plan step back to one or more acceptance criteria.
- Hand the plan to task breakdown; do not start coding from the plan directly.
Outputs
A plan using templates/plan-template.md with technical context, ordered steps,
spec traceability, risks, rollback, and verification.
Failure modes
- The plan reopens behavioral decisions instead of implementing the spec.
- Steps are too large to review or verify independently.
- Technical context is missing, so tasks make hidden assumptions.
- No traceability between steps and acceptance criteria.
Verification checklist
- Every step maps to at least one acceptance criterion.
- Technical context is explicit and separate from behavior.
- Each step names files and expected outcome.
- Risks, rollback, and verification are recorded.
Applied / Not Applied
- Applied: the spec→plan transition and separated technical context from
github/spec-kit. - Not applied: upstream plan template text, command names, or CLI generation. Reuses the
existing local
plan-template.mdandplan-driven-executionskill.
Ghi chú tiếng Việt
Chuyển spec đã thống nhất thành kế hoạch triển khai cụ thể: tách technical context, chia
bước nhỏ kiểm chứng được, truy vết từng bước về tiêu chí chấp nhận. Không mở lại quyết
định hành vi. Dùng lại templates/plan-template.md. Liên kết:
skills/core/plan-driven-execution/SKILL.md, skills/core/task-breakdown-from-plan/SKILL.md.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.