mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-03-06 16:31:12 +08:00
Add quality gates, role library, and templates for team lifecycle v3
- Introduced quality gates documentation outlining scoring dimensions and per-phase criteria. - Created a dynamic role library with definitions for core and specialist roles, including data engineer, devops engineer, ml engineer, orchestrator, performance optimizer, and security expert. - Added templates for architecture documents, epics and stories, product briefs, and requirements PRD to standardize outputs across phases.
This commit is contained in:
@@ -111,7 +111,7 @@ When coordinator spawns workers, use `team-worker` agent with role-spec path:
|
||||
|
||||
```
|
||||
Agent({
|
||||
subagent_type: "team-worker",
|
||||
agent_type: "team-worker",
|
||||
description: "Spawn <role> worker",
|
||||
team_name: <team-name>,
|
||||
name: "<role>",
|
||||
|
||||
@@ -43,7 +43,7 @@ message_types:
|
||||
| architecture | + requirements/_index.md |
|
||||
| epics | + architecture/_index.md |
|
||||
|
||||
**Prior decisions from accumulator**: Pass context_accumulator summaries as "Prior Decisions" to subagent.
|
||||
**Prior decisions from accumulator**: Pass context_accumulator summaries as "Prior Decisions" to CLI tool.
|
||||
|
||||
| Input | Source | Required |
|
||||
|-------|--------|----------|
|
||||
|
||||
@@ -129,7 +129,7 @@ Collect task states from TaskList()
|
||||
+- team_msg log -> task_unblocked
|
||||
+- Spawn team-worker:
|
||||
Agent({
|
||||
subagent_type: "team-worker",
|
||||
agent_type: "team-worker",
|
||||
description: "Spawn <role> worker for <subject>",
|
||||
team_name: <team-name>,
|
||||
name: "<role>",
|
||||
|
||||
@@ -97,7 +97,7 @@
|
||||
"type": "explore-agent",
|
||||
"callable_by": ["analyst", "planner", "any"],
|
||||
"purpose": "Codebase exploration with centralized cache",
|
||||
"implementation": "Agent with subagent_type: Explore"
|
||||
"implementation": "Agent with agent_type: Explore"
|
||||
},
|
||||
"doc-generation": {
|
||||
"type": "cli-tool",
|
||||
|
||||
Reference in New Issue
Block a user