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
+15
View File
@@ -0,0 +1,15 @@
{
"type": "object",
"properties": {
"steps": {
"type": "string",
"description": "ordered, individually verifiable implementation steps, newline-separated"
},
"verification": {
"type": "string",
"description": "how completion is checked (commands, tests), newline-separated"
}
},
"required": ["steps"],
"additionalProperties": true
}