Skip to content

feat: add uctm-pipeline-orchestrator to Meta & Orchestration#115

Open
UCJung wants to merge 1 commit intoVoltAgent:mainfrom
UCJung:feat/add-uctm-pipeline-orchestrator
Open

feat: add uctm-pipeline-orchestrator to Meta & Orchestration#115
UCJung wants to merge 1 commit intoVoltAgent:mainfrom
UCJung:feat/add-uctm-pipeline-orchestrator

Conversation

@UCJung
Copy link

@UCJung UCJung commented Mar 19, 2026

Summary

  • Add uctm-pipeline-orchestrator: a 6-agent pipeline system for Claude Code
  • Category: 09-meta-orchestration (alphabetical order)
  • 3 execution modes (direct / pipeline / full)
  • Structured XML messaging (dispatch XML, task-result XML, context-handoff)
  • Sliding window context transfer (FULL -> SUMMARY -> DROP) to minimize token usage
  • npm installable: npm i -g uctm && uctm init

GitHub: https://github.com/UCJung/uc-taskmanager-claude-agent
npm: https://www.npmjs.com/package/uctm

Files Changed

  • categories/09-meta-orchestration/uctm-pipeline-orchestrator.md - New agent definition
  • categories/09-meta-orchestration/README.md - Added to Available Subagents + Quick Selection Guide
  • README.md - Added to 09-meta-orchestration list (alphabetical)

Checklist

  • Agent .md file added to appropriate category
  • Category README.md updated
  • Main README.md updated (alphabetical order)
  • All links verified
  • Tested with Claude Code

6-agent pipeline orchestrator for Claude Code with:
- Structured XML messaging (dispatch XML, task-result XML)
- Sliding window context-handoff (FULL/SUMMARY/DROP)
- 3 execution modes (direct/pipeline/full)
- npm installable: npm i -g uctm

GitHub: https://github.com/UCJung/uc-taskmanager-claude-agent
npm: https://www.npmjs.com/package/uctm

Co-Authored-By: Claude Opus 4.6 <[email protected]>
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.

2 participants