run-plan

Discover work items and suggest run scopes from state.yaml.

3|1|Updated Jan 23, 2026
One-click install
npx skills add https://github.com/4tikhonov/the-minority-report --skill run-plan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: run-plan
Source: https://github.com/4tikhonov/the-minority-report/tree/main/ontologies/.specsmd/fire/agents/builder/skills/run-plan
Command: npx skills add https://github.com/4tikhonov/the-minority-report --skill run-plan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Plan the scope of a run by discovering available work items and suggesting groupings, enabling efficient, deterministic execution.

Core Features & Use Cases

  • Discover all on-disk intents and work items, reconcile with state.yaml to surface an up-to-date plan.
  • Generate recommended run scopes (single, batch, wide) while preserving dependencies within a single run.
  • Provide a clear path from planning to run-execute, including handling of dependencies and optional grouping by mode.

Quick Start

Run the planner to obtain a run plan before invoking run-execute. Steps: scan the filesystem for intents and work items, reconcile with state.yaml, and present options for single, batch, or wide execution and wait for user selection.

Frequently Asked Questions about run-plan

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I plan an automated workflow run with dependencies?

Plan an automated workflow run by discovering work items on disk, reconciling them with state.yaml, and generating suggested groupings that preserve sequential dependencies for deterministic execution.

What is run scope planning for sequential work items?

Run scope planning is the process of discovering available tasks on disk, reconciling them with state.yaml, and suggesting execution groupings (single, batch, wide) to guide decisions before invoking run-execute.

How do I reconcile filesystem work items with state.yaml before execution?

Reconcile filesystem work items with state.yaml by scanning the filesystem for on-disk intents, comparing them against recorded state, and surfacing an up-to-date plan with suggested execution scopes.

Can I batch execute grouped work items while preserving dependencies?

Yes, you can batch execute grouped work items while preserving dependencies by selecting the batch or wide run-scope options, which group tasks sequentially within a single run to maintain deterministic execution.

Does run planning support single, batch, and wide execution modes?

Run planning supports single, batch, and wide execution modes by providing configurable run-scope options that suggest work item groupings based on dependencies and filesystem state before user selection.

What are the limitations of automated run scope planning for work items?

Limitations of run scope planning include its reliance on filesystem discovery and state.yaml reconciliation, meaning on-disk intents must exist and be sequentially executable within a single run or grouped runs.