batch-mechanics

Coordinate agent-team planning, review, and sequential execution of unimplemented mechanics.

212|148|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/phase-rs/phase --skill batch-mechanics
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: batch-mechanics
Source: https://github.com/phase-rs/phase/tree/main/.claude/skills/batch-mechanics
Command: npx skills add https://github.com/phase-rs/phase --skill batch-mechanics

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates and accelerates complex software work by coordinating the planning, review, and execution of multiple unimplemented mechanics in batches, reducing coordination overhead and improving consistency.

Core Features & Use Cases

  • Batch planning: Groups related mechanics into task batches and identifies dependencies.
  • Review loops: Enforces plan reviews before execution to ensure correctness and alignment.
  • Sequential execution: Executes batches one by one with post-implementation verification.
  • Use Case: When you have N unimplemented mechanics, batch them, assign an agent-team to implement, and verify each batch before proceeding.

Quick Start

Provide a list of unimplemented mechanics to batch and initiate orchestration.

Frequently Asked Questions about batch-mechanics

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

FAQPage Schema
How do I automate batch implementation planning for multiple unimplemented mechanics?

Automating batch implementation planning requires grouping related mechanics into task batches and identifying dependencies. This skill coordinates an agent-team workflow to group items, plan changes, and review plans before execution.

What is the best way to orchestrate agent teams for sequential mechanics execution?

Orchestrating agent teams for sequential mechanics execution involves executing batches one by one with post-implementation verification. This skill enforces prerequisites, logging, and review loops to ensure each batch is verified before proceeding.

How do review loops work when coordinating batch mechanics implementation?

Review loops in batch mechanics implementation enforce plan reviews before execution to ensure correctness and alignment. The workflow groups related mechanics, plans changes, and requires a successful review before executing each batch sequentially.

Do I need to enable experimental agent teams to use batch mechanics orchestration?

Yes, batch mechanics orchestration requires enabling CLAUDE experimental agent teams in settings. The skill coordinates an agent-team workflow to group items, plan changes, review plans, and execute changes sequentially, relying on this experimental feature.

When should I use batch orchestration for unimplemented mechanics instead of individual implementation?

Use batch orchestration for unimplemented mechanics when you have multiple items to implement and need to reduce coordination overhead. It groups related mechanics into task batches, identifies dependencies, and enforces review loops for consistency.