beads back
This commit is contained in:
parent
d335e5bf71
commit
5f6e5b610a
69 changed files with 7259 additions and 22 deletions
19
.beads/templates/full-squad.json
Normal file
19
.beads/templates/full-squad.json
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"id": "full-squad",
|
||||
"name": "Full Development Squad",
|
||||
"description": "Complete team for complex projects requiring all capabilities. All 6 archetypes working together.",
|
||||
"team": [
|
||||
{ "archetypeId": "architect", "count": 1 },
|
||||
{ "archetypeId": "engineer", "count": 2 },
|
||||
{ "archetypeId": "reviewer", "count": 1 },
|
||||
{ "archetypeId": "tester", "count": 1 },
|
||||
{ "archetypeId": "investigator", "count": 1 },
|
||||
{ "archetypeId": "shipper", "count": 1 }
|
||||
],
|
||||
"protoFormula": "Architect leads design → Engineers implement → Reviewer ensures quality → Tester validates → Investigator handles unknowns → Shipper deploys",
|
||||
"color": "#ec4899",
|
||||
"icon": "🎯",
|
||||
"createdAt": "2026-02-25T00:00:00.000Z",
|
||||
"updatedAt": "2026-02-25T00:00:00.000Z",
|
||||
"isBuiltIn": true
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue