What problem does it solve?
It solves the need to reliably run one or more previously saved prompt instructions from your local prompts directory without manually copying and re-executing them.
Core Features & Use Cases
- Prompt discovery by convention: Loads prompts from ./prompts/ using a numeric filename pattern like 001-*.md.
- Configurable execution: Supports sequential execution by default and parallel execution when multi-agent tooling is available.
- Compatibility flags: Accepts legacy command syntax such as --model, --effort, and --auto and applies them as supported (with clear fallbacks when not supported).
- State handoff for multi-step chains: Writes durable handoff notes to ./prompts/.state/[number]-handoff.md between steps where continuation depends on prior decisions.
Quick Start
Run the prompt chain by specifying the prompt numbers (for example, run 001 through 003 sequentially) so the skill loads each matching ./prompts/ file, applies effort precedence, and executes in the selected mode.