feat(workflow): analyst→architect→planner→implementer⇄reviewer role pipeline

This commit is contained in:
2026-06-04 02:00:23 +04:00
parent 8b6eedcf87
commit a408a994e4
5 changed files with 250 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"type": "object",
"properties": {
"summary": {
"type": "string",
"description": "what the request is asking for, in your own words"
},
"requirements": {
"type": "string",
"description": "concrete requirements / acceptance criteria, newline-separated"
},
"affected_areas": {
"type": "string",
"description": "files, modules, or subsystems likely involved, newline-separated"
}
},
"required": ["summary", "requirements"],
"additionalProperties": true
}