review-prompt-plan

Solid

Review a prompt plan against its source spec: launches an internal prompt plan review and `/peer-review` in parallel and returns combined findings. Use when the user asks to "review my prompt plan", "review my prompts", "check my prompt plan", "critique my prompts", or wants prompt plan feedback before implementation.

AI & Automation 312 stars 24 forks Updated today MIT

Install

View on GitHub

Quality Score: 89/100

Stars 20%
83
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Review Prompt Plan Run two AI prompt plan reviews in parallel and return combined findings. ## Step 1: Identify the Prompt Plan Determine the prompt plan index to review using these rules in order: 1. **Prompt plan text in conversation** — If full prompt plan text is already in context, use it 2. **Explicit path** — If a file path was provided, read it 3. **Explicit slug** — If a slug was provided, resolve to `.turbo/prompt-plans/<slug>.md` 4. **Single file** — Glob `.turbo/prompt-plans/*.md`. If exactly one file exists, read it 5. **Most recent** — If multiple files exist, read the most recently modified 6. **Legacy fallback** — If `.turbo/prompt-plans/` does not exist but `.turbo/prompts.md` exists, use it 7. **Nothing found** — If no prompt plan exists, say so and stop Read the index file. For each shell listed in the index, read the corresponding shell file from the `Shell:` path. Also read the source spec (path listed in the index's `Source:` field). ## Step 2: Run Two Reviews in Parallel Launch two Agent tool calls in a single message so they run concurrently (`model: "opus"`, do not set `run_in_background`): ### Internal Prompt Plan Review Spawn a subagent with the full index text, every shell's full text, and the source spec. Instruct it to: 1. Apply the prompt plan review dimensions below 2. Return findings in the output format below ### Run `/peer-review` Skill Spawn a subagent whose prompt includes the full index text, every shell's full text, the sou...

Details

Author
tobihagemann
Repository
tobihagemann/turbo
Created
2 months ago
Last Updated
today
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

Code & Development Solid

review-plan

Review an implementation plan: launches an internal plan review and `/peer-review` in parallel and returns combined findings. Use when the user asks to "review my plan", "review this plan", "check my plan", "critique my plan", or wants plan feedback before implementation.

312 Updated today
tobihagemann
Web & Frontend Listed

plan-review

Multi-perspective plan review with VP Product, VP Engineering, and VP Design. Use when reviewing implementation plans, design docs, architecture proposals, or wave plans for blockers, anti-patterns, conflicts, and regressions.

0 Updated today
Miyamura-sudo
Code & Development Solid

peer-review

Run an independent peer review via codex. Use when the user asks to "peer review", "peer review my code", "peer review my plan", "peer review my spec", "peer review my prompt plan", "get a second opinion", or "independent review".

312 Updated today
tobihagemann
AI & Automation Listed

devpilot-prompt-review

Review and improve prompts for Claude (system prompts, CLAUDE.md files, SKILL.md files, API prompts, or any LLM instruction text). Use this skill whenever the user wants to review a prompt, improve prompt quality, check prompt best practices, audit instructions for Claude, optimize a system prompt, or asks "is this prompt good?". Also trigger when the user shares a prompt and asks for feedback, or when they mention prompt engineering, prompt optimization, or prompt hygiene. Even if they just paste a prompt and say "thoughts?" — use this skill.

4 Updated yesterday
SiyuQian
AI & Automation Solid

create-prompt-plan

Decompose a specification file into context-sized shell plans. Each shell captures the wiring invariants (Produces, Consumes, Covers) and high-level Implementation Steps without committing to file paths. Use when the user asks to "create a prompt plan", "break spec into prompts", "decompose spec into sessions", "plan prompts for spec", "generate prompts from spec", or "make prompts from spec".

312 Updated today
tobihagemann