issue-implementation-orchestration

Orchestrate parent-child Trellis issues with parallel agents and a single commit.

Updated Jan 18, 2026
One-click install
npx skills add https://github.com/langadventurellc/claude-marketplace --skill issue-implementation-orchestration
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: issue-implementation-orchestration
Source: https://github.com/langadventurellc/claude-marketplace/tree/main/plugins/task-trellis/skills/issue-implementation-orchestration
Command: npx skills add https://github.com/langadventurellc/claude-marketplace --skill issue-implementation-orchestration

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill coordinates the end-to-end orchestration of parent-child Trellis issues by running implementations in parallel, reviewing results, and committing all approved changes in one final commit.

Core Features & Use Cases

  • Parallel execution: Launch ready child issues in parallel while respecting prerequisites.
  • Automated review workflow: Spawn dedicated review agents and apply feedback to implementations.
  • Single commit & docs update: Commit all changes at the end and refresh relevant documentation.

Quick Start

Invoke the issue-implementation-orchestration skill to orchestrate the current parent issue with all ready children.

Frequently Asked Questions about issue-implementation-orchestration

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

FAQPage Schema
How do I execute parallel issue implementation and combine the results into a single commit?

Parallel issue implementation launches ready child issues simultaneously, reviews results via spawned agents, and commits all approved changes into one unified final commit.

What is the best way to orchestrate hierarchical Trellis issues for parallel execution?

Orchestrating hierarchical Trellis issues involves coordinating parent-child structures by spawning implementation agents, managing dependencies, and producing a single release commit after centralized review.

How does automated review workflow function when running parallel issue implementations?

Automated review workflow spawns dedicated review agents to evaluate parallel implementations, applies feedback to the code, and ensures final commits only after all work is approved.

Can I manage parent-child project dependencies while running issues in parallel?

Managing parent-child dependencies during parallel execution enforces prerequisites before launching ready child issues, ensuring hierarchical project structures maintain correct execution order before centralized review.

Does parallel issue orchestration update documentation automatically before the final commit?

Parallel issue orchestration updates relevant documentation automatically during the end-to-end workflow, ensuring all docs are refreshed and included in the single unified commit.