What problem does it solve?
Running several product management skills in sequence normally means manually invoking each one, re-pasting outputs, and babysitting every step. This Skill executes an ordered chain of pm-skills against shared context, pausing for approval between steps and stopping automatically when a step fails or returns empty.
Core Features & Use Cases
- Mode A plan execution: Runs the runnable Section 7 prompts from a saved prioritized action plan in document order, with a top-3 runnable cap and manual steps surfaced separately.
- Mode B ad-hoc chains: Executes a user-named chain of skills (for example deliver-prd then deliver-user-stories), with an optional --thread flag that passes each step's confirmed artifact to the next step.
- Run modes and safety: CHECKPOINTED by default with approve/edit/skip/redo pauses, GUARDED AUTO for unattended clean runs, stop-on-fail semantics, and a --dry-run readiness probe that validates parsing and tool capability before any real execution.
- Use Case: You have a saved quarterly action plan and want its top three runnable prompts executed in order, each artifact written to a run directory, with your approval required before advancing.
Quick Start
Ask the AI to run your saved prioritized action plan's Section 7 prompts in order with a confirmation pause after each step, starting with a dry run.