mirror of
https://github.com/garrytan/gstack.git
synced 2026-09-21 12:20:48 +02:00
33 lines
787 B
JSON
33 lines
787 B
JSON
{
|
|
"id": "backlog-ready-handoff",
|
|
"prompt": "Turn this rough intent into acceptance criteria, edge cases, validation, rollback, and a handoff another engineer can execute.",
|
|
"signals": {
|
|
"phase": "handoff",
|
|
"artifact_exists": false,
|
|
"output": "executable-backlog-item",
|
|
"issue_mutation_allowed": true
|
|
},
|
|
"expected": {
|
|
"tree": "plan",
|
|
"mode": "Specification",
|
|
"depth": "deep",
|
|
"mutation": "spec-and-issue",
|
|
"active_modules": [
|
|
"spec"
|
|
],
|
|
"web_context": "optional",
|
|
"decision_basis": [
|
|
"output=executable-backlog-item",
|
|
"phase=handoff"
|
|
],
|
|
"skipped_modules": [
|
|
"office-hours",
|
|
"plan-ceo-review",
|
|
"plan-eng-review",
|
|
"plan-devex-review",
|
|
"autoplan",
|
|
"plan-tune"
|
|
]
|
|
}
|
|
}
|