mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-03-06 16:31:12 +08:00
Add document standards, quality gates, and templates for team lifecycle phases
- Introduced `document-standards.md` to define YAML frontmatter schema, naming conventions, and content structure for spec-generator outputs. - Created `quality-gates.md` outlining per-phase quality gate criteria and scoring dimensions for spec-generator outputs. - Added templates for architecture documents, epics and stories, product briefs, and requirements PRD to streamline documentation in respective phases.
This commit is contained in:
@@ -23,8 +23,7 @@
|
||||
"message_types_sent": ["exploration_ready", "error"],
|
||||
"message_types_received": [],
|
||||
"commands": ["explore"],
|
||||
"subagents": ["cli-explore-agent"]
|
||||
},
|
||||
"cli_tools": ["gemini"] },
|
||||
"analyst": {
|
||||
"name": "analyst",
|
||||
"responsibility": "Read-only analysis (深度分析)",
|
||||
@@ -44,8 +43,7 @@
|
||||
"message_types_received": [],
|
||||
"commands": ["deepen"],
|
||||
"cli_tools": ["gemini"],
|
||||
"subagents": ["cli-explore-agent"]
|
||||
},
|
||||
"cli_tools": ["gemini"] },
|
||||
"synthesizer": {
|
||||
"name": "synthesizer",
|
||||
"responsibility": "Read-only analysis (综合结论)",
|
||||
|
||||
Reference in New Issue
Block a user