beads back
This commit is contained in:
parent
d335e5bf71
commit
5f6e5b610a
69 changed files with 7259 additions and 22 deletions
15
.beads/templates/standard-app.json
Normal file
15
.beads/templates/standard-app.json
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"id": "standard-app",
|
||||
"name": "Standard Application",
|
||||
"description": "Classic balanced team for routine application development. One Architect for design, two Engineers for implementation.",
|
||||
"team": [
|
||||
{ "archetypeId": "architect", "count": 1 },
|
||||
{ "archetypeId": "engineer", "count": 2 }
|
||||
],
|
||||
"protoFormula": "Architect designs and decomposes → Engineers implement in parallel",
|
||||
"color": "#f59e0b",
|
||||
"icon": "📦",
|
||||
"createdAt": "2026-02-21T03:22:04.089Z",
|
||||
"updatedAt": "2026-02-25T00:00:00.000Z",
|
||||
"isBuiltIn": true
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue