phased-implement

Orchestrate phased implementations across Git worktrees with serialized merges.

126|22|Updated Jun 22, 2025
One-click install
npx skills add https://github.com/raine/consult-llm --skill phased-implement
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: phased-implement
Source: https://github.com/raine/consult-llm/tree/main/skills/phased-implement
Command: npx skills add https://github.com/raine/consult-llm --skill phased-implement

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinates end-to-end phased implementations across shared worktrees, enabling complex multi-phase software changes to be planned, executed, and verified without direct source edits.

Core Features & Use Cases

  • Phase-based coordination of /implement, /merge, workmux, and consult-llm across multiple worktrees.
  • Deterministic dispatch order (sequential, parallel, DAG) with failure isolation and serialized merges.
  • Works with the shared history/captures model to enable auditability and rollback in distributed environments.

Quick Start

Provide a plan and run the phased-implement coordinator to orchestrate the workflow.

Frequently Asked Questions about phased-implement

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

FAQPage Schema
How do I coordinate multi-phase software deployments across Git worktrees?

To coordinate multi-phase software deployments across Git worktrees, you provide a deployment plan and run the phased-implement coordinator to orchestrate staged implementations, merges, and verifications without direct source edits.

What is phased implementation orchestration for complex build workflows?

Phased implementation orchestration is the process of managing end-to-end multi-phase software changes across shared worktrees, using deterministic dispatch order, failure isolation, and serialized merges to execute complex build workflows.

Can I run parallel and sequential phased implementations using workmux?

Yes, you can run parallel and sequential phased implementations using workmux. The coordinator supports deterministic dispatch order including sequential, parallel, and DAG modes with failure isolation for complex build workflows.

Does phased implementation support plan-drift checks and rollback in distributed environments?

Yes, phased implementation supports plan-drift checks and rollback in distributed environments. It works with a shared history and captures model to provide auditability and guardrails during serialized merges across worktrees.

What are the limitations of orchestrating phased merges without direct source edits?

When orchestrating phased merges without direct source edits, you are constrained by the plan generation and per-phase dispatch logic, meaning plan-drift checks and guardrails may halt the workflow if the actual state diverges from the intended deployment plan.

Do I need consult-llm to verify staged software changes across worktrees?

Yes, you need consult-llm to verify staged software changes across worktrees. The coordinator applies consult-llm alongside workmux during per-phase dispatch to manage the staged implement, merge, and verification steps.