omk-worktree-team

Coordinate parallel coding across isolated git worktrees with gated integration.

130|14|Updated Apr 30, 2026
One-click install
npx skills add https://github.com/dmae97/oh-my-kimi --skill omk-worktree-team
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: omk-worktree-team
Source: https://github.com/dmae97/oh-my-kimi/tree/main/templates/skills/agents/omk-worktree-team
Command: npx skills add https://github.com/dmae97/oh-my-kimi --skill omk-worktree-team

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the challenge of speeding up multi-file coding tasks while minimizing merge conflicts, duplicated edits, and inconsistent testing across parallel agents.

Core Features & Use Cases

  • Isolated parallel development: Assigns each worker a dedicated git worktree so changes stay separated until integration.
  • Change accountability via worker reports: Requires each worker to report task scope, changed files, commands run, test results, and unresolved risks.
  • Evidence-gated integration: Merges only after self-test and reviewer pass, with explicit checks for conflicts, protected-file violations, and secret leakage.

Quick Start

Use the omk-worktree-team skill to coordinate multiple agents to implement separate modules in parallel, self-test their work, and then integrate the results into a clean merged change set.

Frequently Asked Questions about omk-worktree-team

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

FAQPage Schema
How do I parallelize coding tasks across multiple agents without causing merge conflicts?

Parallel coding without merge conflicts is achieved by assigning each agent an isolated git worktree, keeping changes separated until a gated integration merges them into a clean change set.

What is the best way to enforce test gating and code review before merging parallel agent work?

Test gating and code review are enforced by requiring structured worker reports, self-test results, protected-file checks, and secret leakage checks before any worker changes are merged into the main branch.

Can I use git worktrees to split feature development across separate modules and services?

Yes, git worktrees support splitting feature development across modules, routes, services, components, tests, and documentation by applying worker-only file boundaries for each isolated agent.

How does worker reporting improve multi-agent integration workflows?

Worker reporting improves multi-agent integration workflows by requiring each worker to document task scope, changed files, commands run, test results, and unresolved risks, ensuring change accountability before merging.

What checks are required to prevent secret leakage when merging parallel git worktrees?

Preventing secret leakage during worktree integration requires explicit secret leakage checks, alongside self-test passes, conflict detection, and protected-file violation checks before any merge is approved.

When should I avoid using parallel git worktrees for multi-agent code development?

Avoid parallel git worktrees when tasks require editing the same files simultaneously, because the system enforces worker-only file boundaries and relies on isolated changes to prevent duplicated edits and conflicts.