Uc Taskmanager
Plugin Verifiziert AktivSDD WORK-PIPELINE Agent — Requirements analysis & development 6-agent full pipeline with DAG-based orchestration and sliding window context management
To provide Claude Code with a structured, multi-agent pipeline for automating complex software development tasks, from requirement analysis to code commitment.
Funktionen
- 6-agent pipeline for SDD
- DAG-based task orchestration
- Sliding window context management
- Automated requirements analysis and planning
- Structured code implementation, verification, and commitment
Anwendungsfälle
- Automating new feature development
- Fixing bugs with a structured process
- Managing complex enhancements with multiple steps
- Executing development tasks requiring multi-agent collaboration
Nicht-Ziele
- Handling tasks outside of the software development lifecycle
- Directly modifying user configurations beyond agent permissions
- Providing a general-purpose task runner without the SDD framework
Workflow
- User prefixes request with a `[]` tag.
- Specifier agent analyzes requirement, creates `Requirement.md`, and determines execution mode.
- User approves the generated plan/requirement.
- Planner agent (if needed) decomposes work into tasks and creates `PLAN.md` and `TASK-XX.md` files.
- Scheduler agent manages the task DAG, dispatches tasks sequentially to Builder, Verifier, and Committer agents.
- Builder agent implements code changes and performs self-checks.
- Verifier agent validates the implementation without modifying code.
- Committer agent generates a result report, commits changes, and updates work status.
- Pipeline completes when all tasks are committed.
Praktiken
- Specification-Driven Development
- Agent Orchestration
- Task Decomposition
- Pipeline Execution
Voraussetzungen
- Claude Code CLI
- Git initialized in your project
- Project with configurable Bash permissions
Installation
/plugin install agents-uc-taskmanager@davepoon-buildwithclaudeEnthält 3 Erweiterungen
Skill (3)
Initialize uc-taskmanager for the current project. Creates works/ directory and configures Bash permissions in .claude/settings.local.json. Use when the user says "uctm init", "initialize uctm", "uctm 초기화", or "초기화".
Triggers the WORK-PIPELINE when a user request starts with a [] tag (e.g., [new-feature], [bugfix], [WORK start]). Use this skill whenever you detect a [] tag at the beginning of a user message.
Shows WORK progress and TASK status. Use when the user asks about WORK list, WORK progress, TASK status, or pipeline status (e.g., "WORK list", "WORK-01 progress", "show status").
Qualitätspunktzahl
VerifiziertVertrauenssignale
Ähnliche Erweiterungen
Brand Landingpage
99Guides developers from brand discovery through iterative design to deployment-ready HTML via Stitch.
Multi Platform Apps
99Cross-platform application development coordinating web, iOS, Android, and desktop implementations
Data Validation Suite
99Schema validation, data quality monitoring, streaming validation pipelines, and input validation for backend APIs
Ship Mate
97Your AI development teammate. Turns a story file into a shipped, reviewed, and tested feature via orchestrator → architect → developer → PR reviewer → QA → Playwright.
Spec Driven Development Plugin
97Specification Driven Development workflow commands and agents, based on Github Spec Kit and OpenSpec. Uses specialized agents for effective context management and quality review.