Skip to content

feat: add task-orchestrator skill for multi-agent coordination#184

Open
milkomida77 wants to merge 1 commit intoshareAI-lab:mainfrom
milkomida77:feat/add-task-orchestrator-skill
Open

feat: add task-orchestrator skill for multi-agent coordination#184
milkomida77 wants to merge 1 commit intoshareAI-lab:mainfrom
milkomida77:feat/add-task-orchestrator-skill

Conversation

@milkomida77
Copy link
Copy Markdown

Summary

  • Adds a new task-orchestrator skill to the skills/ directory
  • Provides a structured approach to coordinating multiple Claude Code agents
  • Covers: task decomposition, conflict detection, agent routing, quality gates, parallel execution
  • Follows existing skill format (YAML frontmatter + markdown)

What This Skill Does

When a user needs to manage multi-agent workflows, this skill provides:

  • Task pipeline (decompose > check conflicts > route > delegate > verify)
  • Task registry pattern for preventing duplicate work
  • Quality gate protocol (diff check, tests, secrets scan)
  • Error handling table for common failure modes
  • Anti-patterns to avoid

Inspired by patterns from running 57 agents in production for 6+ months.

@vercel
Copy link
Copy Markdown

vercel bot commented Apr 6, 2026

@milkomida77 is attempting to deploy a commit to the crazyboym's projects Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant