team-issue

Orchestrate multi-agent workflows to resolve software issues from requirements to tested implementation.

1|Updated May 12, 2026
One-click install
npx skills add https://github.com/tcytan/tecton --skill team-issue
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: team-issue
Source: https://github.com/tcytan/tecton/tree/main/.claude/skills/team-issue
Command: npx skills add https://github.com/tcytan/tecton --skill team-issue

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires ccw, gemini, Bash, mcp__ace-tool__search_context, mcp__ccw-tools__team_msg.

What problem does it solve?

It reduces the time and coordination effort needed to go from a set of issue IDs to a validated implementation, by orchestrating a structured, multi-role workflow that clarifies requirements, plans changes, reviews for feasibility, queues work, and implements with tests.

Core Features & Use Cases

  • Unified issue-resolution pipeline: Runs Quick, Full, or Batch workflows end-to-end, automatically wiring task dependencies and handoffs.
  • Role-based collaboration: Uses a coordinator with specialized worker roles (explorer, planner, reviewer, integrator, implementer) to separate responsibilities cleanly.
  • Review gate and fix cycles: In Full/Batch modes, performs reviewer scoring and can run revision loops (up to configured limits) before proceeding.
  • Conflict-aware batching: Forms a DAG-based execution queue to detect conflicts and parallelize implementation safely.
  • Practical outputs for tracking: Produces session artifacts including context reports, solution JSON, audit reports, an execution queue, and build results.

Quick Start

Ask the skill to process issues by running: Use team-issue to resolve issues by calling Skill(skill="team-issue", args="GH-12345 GH-12346 --mode=quick").

Frequently Asked Questions about team-issue

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

FAQPage Schema
How do I automate GitHub issue resolution with multi-agent orchestration?

Automating GitHub issue resolution uses a coordinated multi-agent workflow to process issues end-to-end, from clarifying requirements to generating tested implementations. It orchestrates specialized worker roles sequentially and in parallel.

What is conflict-aware task planning for parallel code implementation?

Conflict-aware task planning forms a DAG-based execution queue to detect task dependencies and conflicts. This mechanism allows the system to safely parallelize code implementation across multiple issues without overlapping changes.

How do I resolve multiple GitHub issues in a batch pipeline?

To resolve multiple GitHub issues in a batch pipeline, provide issue IDs and specify batch mode. The workflow forms a dependency-aware queue, executes implementation in parallel phases, and runs reviewer gates with revision loops.

Does this issue resolution workflow support test-driven implementation and review gates?

Yes, the issue resolution workflow supports test-driven implementation and includes mandatory reviewer gates. In full or batch modes, it performs reviewer scoring and can run revision loops up to configured limits before proceeding to integration.

Can I use Bash and MCP tools for coordinating agent-based software engineering tasks?

Yes, you can use Bash and MCP context search tools for coordinating agent-based software engineering tasks. These dependencies enable session state management, context reporting, and deterministic execution of team-worker agents.

What are the limitations of using multi-agent workflows for issue resolution?

Limitations include the requirement for mandatory SKILL.md routing and strict session state management. The workflow also enforces configured revision loop limits during reviewer gates, which caps the number of automated fix cycles before proceeding.