run-execute

Execute defined work items in autopilot, confirm, or validate modes.

Updated Mar 14, 2026
One-click install
npx skills add https://github.com/AzrinPutra/schedulerv2 --skill run-execute-azrinputra
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: run-execute
Source: https://github.com/AzrinPutra/schedulerv2/tree/main/.specsmd/fire/agents/builder/skills/run-execute
Command: npx skills add https://github.com/AzrinPutra/schedulerv2 --skill run-execute-azrinputra

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the execution of defined work items, ensuring tasks are completed according to their specified modes (autopilot, confirm, validate) and handling both single and batch processing efficiently.

Core Features & Use Cases

  • Mode-Based Execution: Runs work items in autopilot, confirm, or validate modes, adapting the process accordingly.
  • Batch Processing: Efficiently handles multiple work items in a single run, streamlining workflows.
  • Resumption Capability: Detects and resumes interrupted runs from the last known state, minimizing lost work.
  • Use Case: Automatically implement a new feature based on a plan, run tests, and perform a code review, all orchestrated by this Skill.

Quick Start

Use the run-execute skill to start a new run for the work item with ID 'feature-x' in autopilot mode.

Frequently Asked Questions about run-execute

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

FAQPage Schema
How do I automate code execution and testing for development lifecycle work items?

You can batch process multiple work items in a single run by initiating the skill with a batch configuration. It streamlines workflows by efficiently handling multiple defined work items sequentially within one execution context.

What's the best way to resume interrupted workflow automation runs after a failure?

Workflow automation execution modes determine how tasks are processed: autopilot runs work items automatically, confirm requires manual approval at steps, and validate checks implementation against requirements without making changes.

Does brownfield development require specific rules when executing work items?

Yes, you can use mode-based execution to control workflow automation. The skill supports autopilot for fully automated runs, confirm for step-by-step approval, and validate for testing and code review without committing changes.

How does batch processing handle multiple work items in a single run?

Batch processing in a single run executes multiple work items sequentially or concurrently based on assigned modes. It manages the complete development lifecycle from initialization through code review for each item, ensuring precision and adherence to timelines.

What are the limitations of autopilot mode for work item execution?

Autopilot mode limitations include the inability to pause for manual confirmation during critical steps like code review or testing. It's best suited for well-defined work items where automated execution from planning to completion is safe and reliable.