mine.orchestrate

Automate development work packages through implementation, review, and quality assessment loops.

1|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/NodeJSmith/Claudefiles --skill mine-orchestrate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mine.orchestrate
Source: https://github.com/NodeJSmith/Claudefiles/tree/main/skills/mine.orchestrate
Command: npx skills add https://github.com/NodeJSmith/Claudefiles --skill mine-orchestrate

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the execution of complex development tasks by breaking them down into manageable work packages (WPs) and managing a loop of implementation, review, and quality checks.

Core Features & Use Cases

  • Automated WP Execution: Runs through a sequence of defined work packages, handling dependencies and progress.
  • Subagent Loop: Employs executor, spec reviewer, and quality reviewer subagents for each WP to ensure quality and adherence to specs.
  • Deviation Handling: Classifies and manages deviations from the plan, including auto-fixing, blocking, or requiring user intervention.
  • Use Case: When implementing a new feature, use this Skill to systematically build out each component (e.g., data model, API endpoint, UI element) according to the plan, ensuring each piece is reviewed and meets quality standards before proceeding.

Quick Start

Use the mine.orchestrate skill to execute work packages starting from the most recently modified task file in the design/specs directory.

Frequently Asked Questions about mine.orchestrate

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

FAQPage Schema
How do I automate task-by-task execution of development work packages?

Automating task-by-task execution of development work packages involves running a subagent loop that handles implementation, specification review, and code quality assessment for each component before proceeding. This Skill manages the loop, tracks WP lanes, and gates progress based on review outcomes.

What is a subagent review loop in agile development workflows?

A subagent review loop in agile development workflows is an automated cycle employing executor, spec reviewer, and quality reviewer subagents for each work package. It ensures code adherence to specifications and quality standards by classifying deviations and gating progress based on review outcomes.

How do I handle deviations from the plan during automated code execution?

Handling deviations from the plan during automated code execution is managed by classifying deviations into specific categories. The workflow can auto-fix minor issues, block progress for critical deviations, or require user intervention to resolve conflicts before continuing with the next task.

Can I use automated work package management for TDD cycles?

Automated work package management supports TDD cycles by integrating test-driven development loops into the execution sequence. It handles TDD cycles natively within the subagent loop, ensuring each work package meets specification and quality gates before advancing.

What's the best way to manage dependencies when executing work packages sequentially?

Managing dependencies when executing work packages sequentially is handled automatically by the orchestration loop. The system runs through a sequence of defined work packages, tracking progress and lane dependencies to ensure each task builds correctly on prior components.

Do I need a spec file to start task automation with mine.orchestrate?

Task automation with mine.orchestrate requires a task file located in the design/specs directory to begin. The Skill automatically starts execution from the most recently modified task file in that directory to initiate the work package loop.