dev-manager

Orchestrate multiple dev agents into non-overlapping tasks with auditable merges.

4|5|Updated Nov 5, 2025
One-click install
npx skills add https://github.com/cogni-dao/cogni --skill dev-manager
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev-manager
Source: https://github.com/cogni-dao/cogni/tree/main/.claude/skills/dev-manager
Command: npx skills add https://github.com/cogni-dao/cogni --skill dev-manager

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates multiple dev agents (subagents or human-driven worktrees) to deliver a single story outcome by holding the end-to-end vision, decomposing work into non-overlapping linked tasks, and guarding against drift or collisions.

Core Features & Use Cases

  • Coordinate a team of subagents and humans to work on linked tasks under a single contract and shared objective.
  • Decompose large problems into non-overlapping tasks with explicit ownership and a shared seam for interlock.
  • Monitor task progress and intervene only on collision or drift, ensuring progress toward the story goal.

Quick Start

Provide the story objective and let the dev-manager spawn subagents to begin the work.

Frequently Asked Questions about dev-manager

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

FAQPage Schema
How do I coordinate multiple development agents to work on a single story without conflicts?

Multi-agent coordination for a shared story is achieved by decomposing work into non-overlapping linked tasks with explicit ownership. A dev-manager orchestrates subagents and human worktrees under a single contract to prevent drift and ensure a unified outcome.

What is the best way to decompose complex development tasks for parallel execution?

Task decomposition for parallel execution involves splitting large problems into non-overlapping units with a shared seam for interlock. This establishes explicit ownership boundaries and decision points so multiple agents can progress without colliding.

Can I use multi-agent orchestration for both automated subagents and human-driven worktrees?

Yes, multi-agent orchestration applies to both automated subagents and human-driven worktrees. It coordinates linked tasks under a shared objective, monitoring progress across both types of contributors and intervening only on collision or drift.

How do merge workflows handle collisions when multiple dev agents edit the same codebase?

Merge workflows handle collisions by enforcing continuous monitoring and intervention when drift or collisions are detected. The orchestration layer applies secure, auditable merges to ensure all parallel work integrates cleanly toward the story goal.

When should I use a multi-agent dev manager instead of a single coding agent?

Use a multi-agent dev manager for complex development efforts requiring coordinated parallel work rather than a single agent. It is necessary when tasks must be decomposed into non-overlapping units with strict ownership boundaries and auditable merge workflows.

What do I need to provide to start orchestrating dev agents for a shared objective?

To start orchestrating dev agents, provide the story objective. The dev-manager will spawn subagents, decompose the problem into linked tasks, establish guardrails, and begin coordinating the parallel work automatically.