Sub Agent that executes Claude AI CLI requirements in a work-pipeline
title: "I Built a 6-Agent Pipeline That Plans, Builds, Verifies, and Commits Code Automatically" published: false description: "How I built uctm — a subagent pipeline for Claude Code that turns a s...

Source: DEV Community
title: "I Built a 6-Agent Pipeline That Plans, Builds, Verifies, and Commits Code Automatically" published: false description: "How I built uctm — a subagent pipeline for Claude Code that turns a single request into structured WORKs with dependency DAGs, sliding window context, and zero external dependencies." tags: claudecode, ai, agents, opensource cover_image: TL;DR I built uctm (Universal Claude Task Manager) — an npm package that installs 6 specialized subagents into Claude Code. You type one request, and it automatically plans the work, builds the code, verifies it, and commits — all through structured XML messaging. npm install -g uctm cd your-project && uctm init claude # Type: [new-feature] Add user authentication with JWT # → Pipeline runs automatically GitHub: UCJung/uc-taskmanager-claude-agent npm: uctm The Problem Claude Code is powerful, but when you ask it to build something complex, it tries to do everything in one shot. For simple tasks, that works fine. But fo