run-plan

Discover work items and suggest execution groupings from the file system.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps you efficiently plan the scope of a run by identifying all available work items and suggesting intelligent groupings for execution.

Core Features & Use Cases

  • Discover Work Items: Scans the file system to find all available intents and work items, reconciling them with existing state.
  • Suggest Groupings: Offers options to run items one by one, grouped by mode, or all together in a single run.
  • Dependency Management: Understands and enforces sequential execution for dependent work items within the same run.
  • Use Case: Before starting a large development task, use this Skill to see all pending sub-tasks, decide whether to tackle them individually or in batches, and ensure dependencies are respected.

Quick Start

Use the run-plan skill to discover available work items and suggest execution groupings.

Frequently Asked Questions about run-plan

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

FAQPage Schema
How do I plan task execution scope for multiple work items?

Plan task execution scope by scanning the file system for available work items, reconciling them with state.yaml, and suggesting intelligent groupings for single, batch, or wide execution modes.

How does dependency management work for sequential task execution?

Dependency management enforces sequential execution for dependent work items within the same run, ensuring that prerequisite tasks are fully completed before downstream items are processed.

What is the best way to group pending development tasks for a run?

Group pending development tasks by using the run-plan mechanism to discover intents, reconcile them with existing state, and present options to run items individually or grouped by mode.

Can I batch execute work items while respecting task dependencies?

Yes, you can batch execute work items while respecting dependencies because the system understands dependency relationships and automatically enforces sequential execution within the batch.

Does workflow planning automatically discover available work items?

Yes, workflow planning automatically discovers available work items by scanning the file system for intents and reconciling them against the current state.yaml file.

How does task management learn user preferences for future recommendations?

Task management learns user preferences by observing your grouping choices during run planning, then applying those preferences to suggest improved execution groupings for future work items.