-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSB.AGENT.LIST.json
More file actions
98 lines (98 loc) · 3.74 KB
/
Copy pathSB.AGENT.LIST.json
File metadata and controls
98 lines (98 loc) · 3.74 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"_comment": "Sample Brain — verfügbare Cursor Sub-Agents. Routing via SKILL_INTEGRATION_PLAN.md und skill-routing.mdc.",
"version": 1,
"updated": "2026-06-09",
"agents": [
{
"id": "sample-brain-control-orchestrator",
"name": "Control Orchestrator",
"description": "Orchestriert Workflows, delegiert an spezialisierte Agents, koordiniert PR-Queue und Board-Zustand",
"default": true,
"readonly": true
},
{
"id": "sample-brain-ci-debugger",
"name": "CI Debugger",
"description": "Diagnostiziert CI/CD-Fehlschläge, analysiert GitHub Actions Logs, schlägt Fixes vor",
"readonly": false
},
{
"id": "sample-brain-code-reviewer",
"name": "Code Reviewer",
"description": "PR-Code-Review: Diff-Analyse, Gate-Checks, Safety- und Scope-Prüfung",
"readonly": true
},
{
"id": "sample-brain-docs-sync-maintainer",
"name": "Docs Sync Maintainer",
"description": "Erkennt Canon-Drift zwischen Docs und Code/CLI, synchronisiert Status-Dokumente",
"readonly": false
},
{
"id": "sample-brain-implementation-engineer",
"name": "Implementation Engineer",
"description": "Setzt spezifizierte Features um: Code, Tests, Docs gemäß ADR-Vorgaben",
"readonly": false
},
{
"id": "sample-brain-security-triage",
"name": "Security Triage",
"description": "Security-Audit: Gitleaks-Funde, Dependency-Review, Secret-Scan, CI-Härtung",
"readonly": true
},
{
"id": "sample-brain-dependency-upgrader",
"name": "Dependency Upgrader",
"description": "Dependency-Bumps via Dependabot oder manuelle Updates mit kompatiblem Range-Check",
"readonly": false
},
{
"id": "sample-brain-pr-packager",
"name": "PR Packager",
"description": "Bereitet PRs vor: Branch-Erstellung, Commit-Squash, PR-Body mit Closes-Referenzen",
"readonly": false
},
{
"id": "sample-brain-issue-backlog-maintainer",
"name": "Issue Backlog Maintainer",
"description": "Pflegt ISSUE_BACKLOG.md, synchronisiert Issue-Status mit Board-Reality",
"readonly": false
},
{
"id": "sample-brain-bootstrap-validator",
"name": "Bootstrap Validator",
"description": "SampleBrain bootstrap validator for fresh setup instructions, editable install, CLI entry points, and runtime smoke evidence.",
"readonly": true
},
{
"id": "sample-brain-quality-gatekeeper",
"name": "Quality Gatekeeper",
"description": "Read-only SampleBrain quality gatekeeper for scope compliance, required checks, PR merge gates, and final PASS/HOLD calls.",
"readonly": true
},
{
"id": "sample-brain-repository-auditor",
"name": "Repository Auditor",
"description": "Read-only SampleBrain repository auditor for repo state, file layout, drift, hygiene, and risk inventory.",
"readonly": true
},
{
"id": "sample-brain-skill-routing-auditor",
"name": "Skill Routing Auditor",
"description": "Read-only auditor for SampleBrain SkillForge routing docs, Cursor rules, Priority A/B/C usage, and agent-task mapping quality.",
"readonly": true
},
{
"id": "sample-brain-system-architect",
"name": "System Architect",
"description": "Read-only SampleBrain system architect for small architecture decisions, CLI/data-flow boundaries, and minimal design notes.",
"readonly": true
},
{
"id": "sample-brain-validation-evidence-analyst",
"name": "Validation Evidence Analyst",
"description": "Read-only SampleBrain validation analyst for command evidence, test interpretation, bootstrap proof, and PASS/HOLD decisions.",
"readonly": true
}
]
}