Files
arnes/starter-pack/backlog.features.bootstrap.json

32 lines
867 B
JSON

{
"id": "F-001",
"type": "chore",
"title": "Bootstrap ARNES on project",
"problem": "Need base workflow and control",
"goal": "Make ARNES ready on this repo",
"scope_in": [
"Harness setup",
"Runtime status",
"First verify cycle"
],
"scope_out": [
"Business feature work",
"Product redesign"
],
"priority": "med",
"risk": "low",
"description": "Problem: Need base workflow and control. Goal: Make ARNES ready on this repo. Scope IN: Harness setup, Runtime status, First verify cycle. Scope OUT: Business feature work, Product redesign. Type: chore. Priority: med. Risk: low.",
"acceptance": [
"verify.sh is green",
"runtime status works",
"first feature closes with gates"
],
"status": "pending",
"created_at": "YYYY-MM-DD",
"gates": {
"review": false,
"security": false,
"qa": false
}
}