pick-next-prompt
Installation
SKILL.md
Pick Next Prompt
Pick the next prompt from .turbo/prompts.md and plan its implementation.
Step 1: Plan Style
Run the /plan-style skill to load planning conventions.
Step 2: Read the Prompt Plan
Read .turbo/prompts.md. Parse all prompts extracting:
- Prompt number and title
- Status (
pending,in-progress,done) - Dependencies (
Depends onfield) - The prompt text block
Also read .turbo/spec.md (or the spec path referenced in the prompt plan header) for full context.