feat(workflow): analyst→architect→planner→implementer⇄reviewer role pipeline
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user