parallel-agent-kickoff

Cluster similar issues and PRs and launch resumable agent sessions per group.

12|2|Updated Jan 2, 2026
One-click install
npx skills add https://github.com/osolmaz/tools --skill parallel-agent-kickoff
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: parallel-agent-kickoff
Source: https://github.com/osolmaz/tools/tree/main/agents/skills/parallel-agent-kickoff
Command: npx skills add https://github.com/osolmaz/tools --skill parallel-agent-kickoff

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates clustering of similar issues and PRs and spins up a separate, real interactive/resumable agent session for each cluster, enabling scalable triage and human takeover without mutating the original PRs.

Core Features & Use Cases

  • Cluster similar issues/PRs into groups and create one dedicated agent session per group.
  • Launch real interactive agent sessions (Codex/Claude/Pi) per cluster and drive sequential Socratic prompts with plainerization.
  • Perform no-mutation auto-triage within each child session and present a takeover-ready handoff to maintainers.

Quick Start

Prompt the orchestrator to cluster related issues/PRs and launch a separate, resumable agent session for each cluster.

Frequently Asked Questions about parallel-agent-kickoff

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

FAQPage Schema
How do I triage multiple GitHub issues and PRs in parallel using AI agents?

Parallel agent triage groups similar issues and PRs into clusters, then launches a dedicated, resumable interactive agent session for each group to process them simultaneously. This enables scalable issue management and maintainer review without mutating original PRs.

What is the best way to cluster similar repository issues for automated triage?

Clustering similar repository issues for automated triage involves grouping related items together and assigning a separate agent session to each cluster. This non-mutating orchestration workflow ensures takeover-ready handoffs, allowing maintainers to review grouped issues efficiently.

Can I launch separate AI agent sessions for different issue groups without modifying the original PRs?

Yes, you can launch separate AI agent sessions for different issue groups without modifying original PRs by using a non-mutating orchestration workflow. Each child session performs auto-triage and presents a takeover-ready handoff, ensuring the repository remains unchanged.

Does parallel agent orchestration work with interactive session mechanisms like Codex or Claude?

Parallel agent orchestration works with real interactive session mechanisms like Codex, Claude, or Pi. It drives sequential Socratic prompts with plainerizer within each resumable child session to perform no-mutation auto-triage for maintainer review.

How do I hand off triaged issue clusters to human maintainers after AI processing?

To hand off triaged issue clusters to human maintainers, the orchestration workflow creates a takeover-ready handoff from each child agent session. This provides maintainers with the auto-triage results directly, ensuring a seamless transition from AI processing to human review.

When should I avoid using parallel agent sessions for issue triage?

You should avoid using parallel agent sessions for issue triage if your repository lacks real interactive session mechanisms like Codex, Claude, or Pi, or if your workflow requires mutating the original PRs during processing rather than maintaining a non-mutating orchestration approach.