run-execute

Automate work item execution across autopilot, confirm, and validate modes.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Automate the end-to-end execution of work items across autopilot, confirm, and validate modes.

Core Features & Use Cases

  • Supports single-item and batch-wide runs, coordinating initialization, planning, execution, testing, and review.
  • Provides a deterministic run-flow with scripts like init-run.cjs, update-phase.cjs, and complete-run.cjs.
  • Enforces a standards-based workflow with artifacts to track progress and results.

Quick Start

Initialize a run with the provided scripts. For a single work item: node scripts/init-run.cjs /project work-item-id intent-id autopilot For a batch run: node scripts/init-run.cjs /project --batch '[{"id":"wi-1","intent":"int-1","mode":"autopilot"},{"id":"wi-2","intent":"int-1","mode":"confirm"}]' --scope=batch

Frequently Asked Questions about run-execute

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

FAQPage Schema
How do I automate workflow orchestration for batch processing multiple work items?▼

Automate workflow orchestration for batch processing by initializing a batch run with init-run.cjs, passing a JSON array of work items with their intents and modes to coordinate execution across the project workspace.

What is the difference between autopilot, confirm, and validate execution modes?▼

Autopilot, confirm, and validate modes represent distinct phases of run orchestration, coordinating initialization, planning, execution, testing, and review to enforce a deterministic, standards-based workflow with trackable artifacts.

How do I initialize a single work item run using Node scripts?▼

Initialize a single work item run by executing node scripts/init-run.cjs with the project path, work item ID, intent ID, and desired mode, which sets up the orchestration environment for that specific item.

Can I run batch processing and single-item execution within the same project workspace?▼

Yes, batch processing and single-item execution are both supported within the same project workspace, using update-phase.cjs and complete-run.cjs to coordinate the deterministic run-flow across multiple work items.

What are the limitations of using Node scripts for run orchestration?▼

Run orchestration relies strictly on the repository's Node scripts like init-run.cjs, update-phase.cjs, and complete-run.cjs, meaning execution is bound to the predefined standards-based workflow and requires Node.js to function.

Do I need external dependencies to execute work item automation scripts?▼

No external dependencies are required to execute work item automation scripts, as the Skill relies solely on the repository's built-in Node scripts to manage the end-to-end run-flow lifecycle.