Critique pass
Skill roronoazoroshao369/vibe-coding-os/skills/prompts/critique-pass
Writer and critic phases for challenging a draft or implementation before final response.From its SKILL.md
npx -y skills add roronoazoroshao369/vibe-coding-os --skill critique-passAssembled 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.
What its file declares
Copied from the file, not written here
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
2.3 KB, 407 tokens by cl100k_base, as published. Nobody here has run it
Critique Pass Protocol
Purpose
Force a writer phase and a critic phase, even when the same model performs both, so proposed work is challenged before the final answer or handoff.
When to use
Use for non-trivial code, plans, specs, reviews, public-facing docs, architecture choices, or any task where a confident first draft could hide assumptions, gaps, or weak verification.
Inputs
Original task, constraints, draft response or implementation summary, diff or artifact when available, acceptance criteria, verification results, and known limitations.
Workflow
- Writer phase: produce the draft, plan, patch, or recommendation and summarize the intended solution.
- Critic reset: switch posture from helpful author to skeptical reviewer; do not defend the draft by default.
- Challenge assumptions, scope, edge cases, test coverage, compatibility, security/safety, and whether the answer actually satisfies the original task.
- Record concrete findings, including missing evidence and questions that materially change the answer.
- Build a fix plan that addresses critical and important findings with the smallest necessary change.
- Apply the fix plan or explicitly defer items with rationale.
- Re-review the revised output and state the final verdict.
Outputs
A completed critique pass using templates/critique-pass-template.md with: Original task, Writer summary, Critic findings, Fix plan, Re-review result, and Final verdict.
Failure modes
- Letting the critic merely praise the writer.
- Critiquing tone while ignoring correctness, safety, tests, or acceptance criteria.
- Fixing every minor preference and expanding scope.
- Skipping re-review after changes.
- Hiding unresolved findings in the final response.
Verification checklist
- Writer and critic phases are visibly separate.
- Critic findings challenge assumptions and evidence, not just wording.
- Fix plan addresses critical and important findings first.
- Re-review confirms whether the final output satisfies the original task.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.