跳转到主要内容
此内容尚未提供您的语言版本,正在以英文显示。

Uc Taskmanager

插件 已验证 活跃

SDD WORK-PIPELINE Agent — Requirements analysis & development 6-agent full pipeline with DAG-based orchestration and sliding window context management

3 个 Skill 0 个 MCP
目的

To provide Claude Code with a structured, multi-agent pipeline for automating complex software development tasks, from requirement analysis to code commitment.

功能

  • 6-agent pipeline for SDD
  • DAG-based task orchestration
  • Sliding window context management
  • Automated requirements analysis and planning
  • Structured code implementation, verification, and commitment

使用场景

  • Automating new feature development
  • Fixing bugs with a structured process
  • Managing complex enhancements with multiple steps
  • Executing development tasks requiring multi-agent collaboration

非目标

  • 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

工作流

  1. User prefixes request with a `[]` tag.
  2. Specifier agent analyzes requirement, creates `Requirement.md`, and determines execution mode.
  3. User approves the generated plan/requirement.
  4. Planner agent (if needed) decomposes work into tasks and creates `PLAN.md` and `TASK-XX.md` files.
  5. Scheduler agent manages the task DAG, dispatches tasks sequentially to Builder, Verifier, and Committer agents.
  6. Builder agent implements code changes and performs self-checks.
  7. Verifier agent validates the implementation without modifying code.
  8. Committer agent generates a result report, commits changes, and updates work status.
  9. Pipeline completes when all tasks are committed.

实践

  • Specification-Driven Development
  • Agent Orchestration
  • Task Decomposition
  • Pipeline Execution

先决条件

  • Claude Code CLI
  • Git initialized in your project
  • Project with configurable Bash permissions

安装

/plugin install agents-uc-taskmanager@davepoon-buildwithclaude

质量评分

已验证
100 /100
1 day ago 分析

信任信号

最近提交5 days ago
星标2.9k
许可证GPL-3.0
状态
查看源代码