- feature-dev.json: Feature development team (Architect + 2 Engineers + Reviewer + Tester) - bug-fix.json: Bug fix squad (Investigator + Engineer + Tester) - code-review.json: Code review team (2 Reviewers) - greenfield.json: Greenfield project team (full squad) - release.json: Release team (Shipper + Reviewer) - investigation.json: Investigation team (Investigator + Engineer) - refactor.json: Refactoring team (Architect + 2 Engineers + Reviewer) - full-squad.json: Full development squad - research-and-discovery.json: Research and discovery team - Update standard-app.json with enhanced configuration Each template defines team composition with archetype counts
18 lines
No EOL
348 B
JSON
18 lines
No EOL
348 B
JSON
{
|
|
"id": "research-and-discovery",
|
|
"name": "Research and Discovery",
|
|
"description": "",
|
|
"team": [
|
|
{
|
|
"archetypeId": "investigator",
|
|
"count": 1
|
|
},
|
|
{
|
|
"archetypeId": "architect",
|
|
"count": 1
|
|
}
|
|
],
|
|
"createdAt": "2026-02-26T18:13:26.028Z",
|
|
"updatedAt": "2026-02-26T18:13:26.028Z",
|
|
"isBuiltIn": false
|
|
} |