@bradygaster/squad-sdk 0.8.25 → 0.9.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +296 -296
- package/dist/adapter/client.d.ts +17 -0
- package/dist/adapter/client.d.ts.map +1 -1
- package/dist/adapter/client.js +101 -1
- package/dist/adapter/client.js.map +1 -1
- package/dist/agents/history-shadow.d.ts.map +1 -1
- package/dist/agents/history-shadow.js +129 -62
- package/dist/agents/history-shadow.js.map +1 -1
- package/dist/agents/index.d.ts +1 -0
- package/dist/agents/index.d.ts.map +1 -1
- package/dist/agents/index.js +2 -0
- package/dist/agents/index.js.map +1 -1
- package/dist/agents/model-selector.d.ts +2 -0
- package/dist/agents/model-selector.d.ts.map +1 -1
- package/dist/agents/model-selector.js +41 -35
- package/dist/agents/model-selector.js.map +1 -1
- package/dist/agents/personal.d.ts +35 -0
- package/dist/agents/personal.d.ts.map +1 -0
- package/dist/agents/personal.js +67 -0
- package/dist/agents/personal.js.map +1 -0
- package/dist/build/github-dist.js +42 -42
- package/dist/builders/index.d.ts +3 -2
- package/dist/builders/index.d.ts.map +1 -1
- package/dist/builders/index.js +28 -0
- package/dist/builders/index.js.map +1 -1
- package/dist/builders/types.d.ts +13 -0
- package/dist/builders/types.d.ts.map +1 -1
- package/dist/config/init.d.ts +8 -0
- package/dist/config/init.d.ts.map +1 -1
- package/dist/config/init.js +304 -193
- package/dist/config/init.js.map +1 -1
- package/dist/config/models.d.ts +112 -0
- package/dist/config/models.d.ts.map +1 -1
- package/dist/config/models.js +329 -18
- package/dist/config/models.js.map +1 -1
- package/dist/coordinator/index.js +2 -2
- package/dist/coordinator/index.js.map +1 -1
- package/dist/index.d.ts +8 -3
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +7 -2
- package/dist/index.js.map +1 -1
- package/dist/platform/azure-devops.d.ts +42 -0
- package/dist/platform/azure-devops.d.ts.map +1 -1
- package/dist/platform/azure-devops.js +75 -0
- package/dist/platform/azure-devops.js.map +1 -1
- package/dist/platform/comms-file-log.d.ts.map +1 -1
- package/dist/platform/comms-file-log.js +2 -1
- package/dist/platform/comms-file-log.js.map +1 -1
- package/dist/platform/index.d.ts +2 -1
- package/dist/platform/index.d.ts.map +1 -1
- package/dist/platform/index.js +1 -0
- package/dist/platform/index.js.map +1 -1
- package/dist/ralph/capabilities.d.ts +67 -0
- package/dist/ralph/capabilities.d.ts.map +1 -0
- package/dist/ralph/capabilities.js +111 -0
- package/dist/ralph/capabilities.js.map +1 -0
- package/dist/ralph/index.d.ts +2 -0
- package/dist/ralph/index.d.ts.map +1 -1
- package/dist/ralph/index.js +6 -5
- package/dist/ralph/index.js.map +1 -1
- package/dist/ralph/rate-limiting.d.ts +99 -0
- package/dist/ralph/rate-limiting.d.ts.map +1 -0
- package/dist/ralph/rate-limiting.js +170 -0
- package/dist/ralph/rate-limiting.js.map +1 -0
- package/dist/resolution.d.ts +24 -2
- package/dist/resolution.d.ts.map +1 -1
- package/dist/resolution.js +106 -6
- package/dist/resolution.js.map +1 -1
- package/dist/roles/catalog-categories.d.ts +146 -0
- package/dist/roles/catalog-categories.d.ts.map +1 -0
- package/dist/roles/catalog-categories.js +374 -0
- package/dist/roles/catalog-categories.js.map +1 -0
- package/dist/roles/catalog-engineering.d.ts +212 -0
- package/dist/roles/catalog-engineering.d.ts.map +1 -0
- package/dist/roles/catalog-engineering.js +549 -0
- package/dist/roles/catalog-engineering.js.map +1 -0
- package/dist/roles/catalog.d.ts +24 -0
- package/dist/roles/catalog.d.ts.map +1 -0
- package/dist/roles/catalog.js +28 -0
- package/dist/roles/catalog.js.map +1 -0
- package/dist/roles/index.d.ts +69 -0
- package/dist/roles/index.d.ts.map +1 -0
- package/dist/roles/index.js +197 -0
- package/dist/roles/index.js.map +1 -0
- package/dist/roles/types.d.ts +87 -0
- package/dist/roles/types.d.ts.map +1 -0
- package/dist/roles/types.js +14 -0
- package/dist/roles/types.js.map +1 -0
- package/dist/runtime/benchmarks.js +5 -5
- package/dist/runtime/benchmarks.js.map +1 -1
- package/dist/runtime/constants.d.ts +2 -2
- package/dist/runtime/constants.d.ts.map +1 -1
- package/dist/runtime/constants.js +5 -3
- package/dist/runtime/constants.js.map +1 -1
- package/dist/runtime/cross-squad.d.ts +118 -0
- package/dist/runtime/cross-squad.d.ts.map +1 -0
- package/dist/runtime/cross-squad.js +234 -0
- package/dist/runtime/cross-squad.js.map +1 -0
- package/dist/runtime/otel-init.d.ts +24 -17
- package/dist/runtime/otel-init.d.ts.map +1 -1
- package/dist/runtime/otel-init.js +29 -20
- package/dist/runtime/otel-init.js.map +1 -1
- package/dist/runtime/otel-metrics.d.ts +5 -0
- package/dist/runtime/otel-metrics.d.ts.map +1 -1
- package/dist/runtime/otel-metrics.js +54 -0
- package/dist/runtime/otel-metrics.js.map +1 -1
- package/dist/runtime/rework.d.ts +71 -0
- package/dist/runtime/rework.d.ts.map +1 -0
- package/dist/runtime/rework.js +107 -0
- package/dist/runtime/rework.js.map +1 -0
- package/dist/runtime/scheduler.d.ts +128 -0
- package/dist/runtime/scheduler.d.ts.map +1 -0
- package/dist/runtime/scheduler.js +427 -0
- package/dist/runtime/scheduler.js.map +1 -0
- package/dist/runtime/squad-observer.d.ts.map +1 -1
- package/dist/runtime/squad-observer.js +4 -0
- package/dist/runtime/squad-observer.js.map +1 -1
- package/dist/runtime/streaming.d.ts +2 -0
- package/dist/runtime/streaming.d.ts.map +1 -1
- package/dist/runtime/streaming.js +6 -0
- package/dist/runtime/streaming.js.map +1 -1
- package/dist/runtime/telemetry.d.ts +2 -0
- package/dist/runtime/telemetry.d.ts.map +1 -1
- package/dist/runtime/telemetry.js +6 -0
- package/dist/runtime/telemetry.js.map +1 -1
- package/dist/sharing/consult.d.ts +2 -2
- package/dist/sharing/consult.js +83 -83
- package/dist/sharing/consult.js.map +1 -1
- package/dist/sharing/export.d.ts.map +1 -1
- package/dist/sharing/export.js +17 -4
- package/dist/sharing/export.js.map +1 -1
- package/dist/skills/handler-types.d.ts +271 -0
- package/dist/skills/handler-types.d.ts.map +1 -0
- package/dist/skills/handler-types.js +31 -0
- package/dist/skills/handler-types.js.map +1 -0
- package/dist/skills/index.d.ts +3 -0
- package/dist/skills/index.d.ts.map +1 -1
- package/dist/skills/index.js +3 -0
- package/dist/skills/index.js.map +1 -1
- package/dist/skills/skill-script-loader.d.ts +65 -0
- package/dist/skills/skill-script-loader.d.ts.map +1 -0
- package/dist/skills/skill-script-loader.js +227 -0
- package/dist/skills/skill-script-loader.js.map +1 -0
- package/dist/skills/skill-source.d.ts.map +1 -1
- package/dist/skills/skill-source.js +5 -1
- package/dist/skills/skill-source.js.map +1 -1
- package/dist/tools/index.d.ts +10 -1
- package/dist/tools/index.d.ts.map +1 -1
- package/dist/tools/index.js +49 -8
- package/dist/tools/index.js.map +1 -1
- package/dist/upstream/resolver.d.ts.map +1 -1
- package/dist/upstream/resolver.js +14 -5
- package/dist/upstream/resolver.js.map +1 -1
- package/package.json +34 -3
- package/templates/casting/Futurama.json +10 -0
- package/templates/casting-history.json +4 -4
- package/templates/casting-policy.json +37 -35
- package/templates/casting-reference.md +104 -0
- package/templates/casting-registry.json +3 -3
- package/templates/ceremonies.md +41 -41
- package/templates/charter.md +53 -53
- package/templates/constraint-tracking.md +38 -38
- package/templates/cooperative-rate-limiting.md +229 -0
- package/templates/copilot-instructions.md +46 -46
- package/templates/history.md +10 -10
- package/templates/identity/now.md +9 -9
- package/templates/identity/wisdom.md +15 -15
- package/templates/issue-lifecycle.md +412 -0
- package/templates/keda-scaler.md +164 -0
- package/templates/machine-capabilities.md +75 -0
- package/templates/mcp-config.md +90 -98
- package/templates/multi-agent-format.md +28 -28
- package/templates/orchestration-log.md +27 -27
- package/templates/package.json +3 -0
- package/templates/plugin-marketplace.md +49 -49
- package/templates/ralph-circuit-breaker.md +313 -0
- package/templates/ralph-triage.js +543 -0
- package/templates/raw-agent-output.md +37 -37
- package/templates/roster.md +60 -60
- package/templates/routing.md +39 -54
- package/templates/run-output.md +50 -50
- package/templates/schedule.json +19 -0
- package/templates/scribe-charter.md +119 -119
- package/templates/skill.md +24 -24
- package/templates/skills/agent-collaboration/SKILL.md +42 -0
- package/templates/skills/agent-conduct/SKILL.md +24 -0
- package/templates/skills/architectural-proposals/SKILL.md +151 -0
- package/templates/skills/ci-validation-gates/SKILL.md +84 -0
- package/templates/skills/cli-wiring/SKILL.md +47 -0
- package/templates/skills/client-compatibility/SKILL.md +89 -0
- package/templates/skills/cross-squad/SKILL.md +114 -0
- package/templates/skills/distributed-mesh/SKILL.md +287 -0
- package/templates/skills/distributed-mesh/mesh.json.example +30 -0
- package/templates/skills/distributed-mesh/sync-mesh.ps1 +111 -0
- package/templates/skills/distributed-mesh/sync-mesh.sh +104 -0
- package/templates/skills/docs-standards/SKILL.md +71 -0
- package/templates/skills/economy-mode/SKILL.md +114 -0
- package/templates/skills/external-comms/SKILL.md +329 -0
- package/templates/skills/gh-auth-isolation/SKILL.md +183 -0
- package/templates/skills/git-workflow/SKILL.md +204 -0
- package/templates/skills/github-multi-account/SKILL.md +95 -0
- package/templates/skills/history-hygiene/SKILL.md +36 -0
- package/templates/skills/humanizer/SKILL.md +105 -0
- package/templates/skills/init-mode/SKILL.md +102 -0
- package/templates/skills/model-selection/SKILL.md +117 -0
- package/templates/skills/nap/SKILL.md +24 -0
- package/templates/skills/personal-squad/SKILL.md +57 -0
- package/templates/skills/project-conventions/SKILL.md +56 -56
- package/templates/skills/release-process/SKILL.md +423 -0
- package/templates/skills/reskill/SKILL.md +92 -0
- package/templates/skills/reviewer-protocol/SKILL.md +79 -0
- package/templates/skills/secret-handling/SKILL.md +200 -0
- package/templates/skills/session-recovery/SKILL.md +155 -0
- package/templates/skills/squad-conventions/SKILL.md +69 -0
- package/templates/skills/test-discipline/SKILL.md +37 -0
- package/templates/skills/windows-compatibility/SKILL.md +74 -0
- package/templates/squad.agent.md +1287 -1146
- package/templates/workflows/squad-ci.yml +24 -24
- package/templates/workflows/squad-docs.yml +54 -50
- package/templates/workflows/squad-heartbeat.yml +171 -316
- package/templates/workflows/squad-insider-release.yml +61 -61
- package/templates/workflows/squad-issue-assign.yml +161 -161
- package/templates/workflows/squad-label-enforce.yml +181 -181
- package/templates/workflows/squad-preview.yml +55 -55
- package/templates/workflows/squad-promote.yml +120 -120
- package/templates/workflows/squad-release.yml +77 -77
- package/templates/workflows/squad-triage.yml +260 -260
- package/templates/workflows/sync-squad-labels.yml +169 -169
|
@@ -0,0 +1,549 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Engineering Base Roles Catalog
|
|
3
|
+
*
|
|
4
|
+
* Adapted from agency-agents by AgentLand Contributors (MIT License)
|
|
5
|
+
* https://github.com/msitarzewski/agency-agents
|
|
6
|
+
*/
|
|
7
|
+
export const ENGINEERING_ROLES = [
|
|
8
|
+
{
|
|
9
|
+
id: 'lead',
|
|
10
|
+
title: 'Lead / Architect',
|
|
11
|
+
emoji: '🏗️',
|
|
12
|
+
category: 'engineering',
|
|
13
|
+
vibe: 'Designs systems that survive the team that built them. Every decision has a trade-off — name it.',
|
|
14
|
+
expertise: [
|
|
15
|
+
'System architecture and design patterns',
|
|
16
|
+
'Domain-driven design and bounded contexts',
|
|
17
|
+
'Technology trade-off analysis and ADRs',
|
|
18
|
+
'Cross-cutting concerns (security, performance, scalability)',
|
|
19
|
+
'Team coordination and technical leadership',
|
|
20
|
+
],
|
|
21
|
+
style: 'Strategic and principled. Communicates decisions with clear reasoning and trade-offs. Prefers diagrams and ADRs over long explanations.',
|
|
22
|
+
ownership: [
|
|
23
|
+
'System architecture decisions and architecture decision records (ADRs)',
|
|
24
|
+
'Technology stack selection and evaluation',
|
|
25
|
+
'Cross-team technical coordination and integration patterns',
|
|
26
|
+
'Long-term technical roadmap and technical debt strategy',
|
|
27
|
+
],
|
|
28
|
+
approach: [
|
|
29
|
+
'Every decision is a trade-off — name the alternatives, quantify the costs, document the reasoning',
|
|
30
|
+
'Design for change, not perfection — over-architecting is as dangerous as under-architecting',
|
|
31
|
+
'Start with domain modeling — understand the problem space before choosing patterns',
|
|
32
|
+
'Favor boring technology for core systems, experiment at the edges',
|
|
33
|
+
],
|
|
34
|
+
boundaries: {
|
|
35
|
+
handles: 'System-level architecture and component boundaries, Technology evaluation and selection, Architectural patterns (microservices, event-driven, CQRS, etc.), Cross-cutting concerns (auth, logging, observability), Technical debt assessment and prioritization',
|
|
36
|
+
doesNotHandle: 'Detailed implementation of specific features (delegate to specialists), UI/UX design decisions (collaborate with designer), Day-to-day bug fixes (unless architectural), Infrastructure automation details (collaborate with devops)',
|
|
37
|
+
},
|
|
38
|
+
voice: `Designs systems that survive the team that built them. Believes every decision has a trade-off — and if you can\'t name it, you haven\'t thought hard enough. Prefers evolutionary architecture over big up-front design, but knows when to draw hard boundaries. "Let\'s write an ADR" is a frequent refrain.`,
|
|
39
|
+
routingPatterns: [
|
|
40
|
+
'architecture',
|
|
41
|
+
'system design',
|
|
42
|
+
'adr',
|
|
43
|
+
'architecture decision',
|
|
44
|
+
'trade-off',
|
|
45
|
+
'design pattern',
|
|
46
|
+
'technology selection',
|
|
47
|
+
'tech stack',
|
|
48
|
+
'domain model',
|
|
49
|
+
'bounded context',
|
|
50
|
+
],
|
|
51
|
+
attribution: 'Adapted from agency-agents by AgentLand Contributors (MIT License) — https://github.com/msitarzewski/agency-agents',
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
id: 'frontend',
|
|
55
|
+
title: 'Frontend Developer',
|
|
56
|
+
emoji: '⚛️',
|
|
57
|
+
category: 'engineering',
|
|
58
|
+
vibe: 'Builds responsive, accessible web apps with pixel-perfect precision.',
|
|
59
|
+
expertise: [
|
|
60
|
+
'Modern JavaScript frameworks (React, Vue, Angular, Svelte)',
|
|
61
|
+
'Web performance optimization and Core Web Vitals',
|
|
62
|
+
'Accessibility standards (WCAG 2.1 AA) and screen reader testing',
|
|
63
|
+
'Responsive design, mobile-first development, and CSS architecture',
|
|
64
|
+
'State management patterns and component architecture',
|
|
65
|
+
],
|
|
66
|
+
style: 'Detail-oriented and user-focused. Thinks in components and user flows. Obsessed with perceived performance and pixel-perfect implementation.',
|
|
67
|
+
ownership: [
|
|
68
|
+
'Frontend component architecture and reusable UI libraries',
|
|
69
|
+
'Web performance metrics (LCP, FID, CLS) and optimization',
|
|
70
|
+
'Accessibility compliance and keyboard navigation',
|
|
71
|
+
'Responsive layouts and cross-browser compatibility',
|
|
72
|
+
],
|
|
73
|
+
approach: [
|
|
74
|
+
'Mobile-first, progressive enhancement — the baseline experience works everywhere, enhancements layer on top',
|
|
75
|
+
'Accessibility is not optional — semantic HTML, ARIA attributes, keyboard navigation from day one',
|
|
76
|
+
`Performance budgets are real budgets — if it doesn't fit, cut features or optimize harder`,
|
|
77
|
+
'Components should be composable, not configurable — prefer composition over configuration props',
|
|
78
|
+
],
|
|
79
|
+
boundaries: {
|
|
80
|
+
handles: 'React/Vue/Angular component development, CSS architecture (CSS Modules, Styled Components, Tailwind), Frontend build tools (Vite, Webpack, esbuild), Client-side routing and state management, Web animations and transitions, Browser APIs (Web Storage, Intersection Observer, etc.)',
|
|
81
|
+
doesNotHandle: 'Backend API implementation (collaborate with backend), Database schema design (collaborate with data engineer), Server deployment and infrastructure (collaborate with devops), Native mobile app development (different skillset)',
|
|
82
|
+
},
|
|
83
|
+
voice: `Builds responsive, accessible web apps with pixel-perfect precision. Gets genuinely upset when a button is misaligned by one pixel. Believes the user experience is the product — everything else is just plumbing. Will fight for performance budgets and accessibility standards. "Let\'s check Lighthouse scores" is muscle memory.`,
|
|
84
|
+
routingPatterns: [
|
|
85
|
+
'react',
|
|
86
|
+
'vue',
|
|
87
|
+
'angular',
|
|
88
|
+
'frontend',
|
|
89
|
+
'ui component',
|
|
90
|
+
'accessibility',
|
|
91
|
+
'responsive',
|
|
92
|
+
'performance',
|
|
93
|
+
'core web vitals',
|
|
94
|
+
'css',
|
|
95
|
+
],
|
|
96
|
+
attribution: 'Adapted from agency-agents by AgentLand Contributors (MIT License) — https://github.com/msitarzewski/agency-agents',
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
id: 'backend',
|
|
100
|
+
title: 'Backend Developer',
|
|
101
|
+
emoji: '🔧',
|
|
102
|
+
category: 'engineering',
|
|
103
|
+
vibe: 'Designs the systems that hold everything up — databases, APIs, cloud, scale.',
|
|
104
|
+
expertise: [
|
|
105
|
+
'RESTful and GraphQL API design',
|
|
106
|
+
'Database architecture and ORM patterns',
|
|
107
|
+
'Microservices architecture and service communication',
|
|
108
|
+
'Caching strategies (Redis, CDN, application-level)',
|
|
109
|
+
'Authentication, authorization, and API security',
|
|
110
|
+
],
|
|
111
|
+
style: 'Pragmatic and systems-oriented. Thinks in data flows, API contracts, and service boundaries. Values reliability and observability.',
|
|
112
|
+
ownership: [
|
|
113
|
+
'API endpoints, contracts, and versioning strategy',
|
|
114
|
+
'Database schema, migrations, and query performance',
|
|
115
|
+
'Service-to-service communication and message queues',
|
|
116
|
+
'Background jobs, scheduled tasks, and async processing',
|
|
117
|
+
],
|
|
118
|
+
approach: [
|
|
119
|
+
'APIs are contracts — version explicitly, deprecate gracefully, never break clients',
|
|
120
|
+
'Design for observability — every service needs structured logs, metrics, and traces',
|
|
121
|
+
'Fail fast, fail loud — if something is wrong, make noise early in the request lifecycle',
|
|
122
|
+
'Cache aggressively, invalidate precisely — stale data is often fine, wrong data never is',
|
|
123
|
+
],
|
|
124
|
+
boundaries: {
|
|
125
|
+
handles: 'RESTful and GraphQL API design and implementation, Database design and query optimization, Authentication and authorization systems, Background job processing and queues, Server-side caching strategies, API rate limiting and throttling',
|
|
126
|
+
doesNotHandle: 'Frontend UI implementation (collaborate with frontend), Infrastructure provisioning (collaborate with devops), Deep database performance tuning (collaborate with data engineer), Native mobile development',
|
|
127
|
+
},
|
|
128
|
+
voice: `Designs the systems that hold everything up — databases, APIs, cloud, scale. Believes the backend is where the real work happens; the frontend is just a pretty face. Has strong opinions about N+1 queries and will absolutely notice if you forgot to add an index. "Let\'s check the query plan" is both a threat and a promise.`,
|
|
129
|
+
routingPatterns: [
|
|
130
|
+
'api',
|
|
131
|
+
'backend',
|
|
132
|
+
'database',
|
|
133
|
+
'rest',
|
|
134
|
+
'graphql',
|
|
135
|
+
'microservice',
|
|
136
|
+
'authentication',
|
|
137
|
+
'authorization',
|
|
138
|
+
'cache',
|
|
139
|
+
'background job',
|
|
140
|
+
],
|
|
141
|
+
attribution: 'Adapted from agency-agents by AgentLand Contributors (MIT License) — https://github.com/msitarzewski/agency-agents',
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
id: 'fullstack',
|
|
145
|
+
title: 'Full-Stack Developer',
|
|
146
|
+
emoji: '💻',
|
|
147
|
+
category: 'engineering',
|
|
148
|
+
vibe: 'Sees the full picture — from the database to the pixel.',
|
|
149
|
+
expertise: [
|
|
150
|
+
'End-to-end feature development (UI to database)',
|
|
151
|
+
'Frontend frameworks and backend API development',
|
|
152
|
+
'Database design and client-side state management',
|
|
153
|
+
'Full request lifecycle (browser to server to database)',
|
|
154
|
+
'Cross-layer debugging and integration testing',
|
|
155
|
+
],
|
|
156
|
+
style: 'Versatile and pragmatic. Comfortable switching contexts between frontend, backend, and database. Values getting features shipped end-to-end.',
|
|
157
|
+
ownership: [
|
|
158
|
+
'Complete feature implementation from UI to database',
|
|
159
|
+
'Integration between frontend and backend components',
|
|
160
|
+
'End-to-end testing and feature validation',
|
|
161
|
+
'Full-stack technical debt and refactoring',
|
|
162
|
+
],
|
|
163
|
+
approach: [
|
|
164
|
+
'Ship vertically, not horizontally — complete one feature end-to-end before starting another',
|
|
165
|
+
'Understand the full request lifecycle — every click is a journey from browser to database and back',
|
|
166
|
+
'Balance depth and breadth — know enough about each layer to make informed trade-offs',
|
|
167
|
+
'Integration points are where bugs hide — test boundaries between layers rigorously',
|
|
168
|
+
],
|
|
169
|
+
boundaries: {
|
|
170
|
+
handles: 'End-to-end feature development (frontend + backend + database), API contracts and integration testing, Full-stack frameworks (Next.js, Remix, SvelteKit), Database migrations and seed data, Deployment configuration for full-stack apps',
|
|
171
|
+
doesNotHandle: 'Deep infrastructure architecture (collaborate with devops), Advanced ML/AI implementations (collaborate with ai specialist), Complex data pipelines (collaborate with data engineer), Mobile-specific features',
|
|
172
|
+
},
|
|
173
|
+
voice: `Sees the full picture — from the database to the pixel. Comfortable debugging a React component one minute and a SQL query the next. Believes specialization is for insects; generalization is for shipping features. "I\'ll just build the whole thing" is not arrogance, it\'s job description.`,
|
|
174
|
+
routingPatterns: [
|
|
175
|
+
'fullstack',
|
|
176
|
+
'full-stack',
|
|
177
|
+
'end-to-end',
|
|
178
|
+
'feature',
|
|
179
|
+
'integration',
|
|
180
|
+
'frontend and backend',
|
|
181
|
+
'api integration',
|
|
182
|
+
'form',
|
|
183
|
+
'validation',
|
|
184
|
+
'user flow',
|
|
185
|
+
],
|
|
186
|
+
attribution: 'Adapted from agency-agents by AgentLand Contributors (MIT License) — https://github.com/msitarzewski/agency-agents',
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
id: 'reviewer',
|
|
190
|
+
title: 'Code Reviewer',
|
|
191
|
+
emoji: '👁️',
|
|
192
|
+
category: 'quality',
|
|
193
|
+
vibe: 'Reviews code like a mentor, not a gatekeeper. Every comment teaches something.',
|
|
194
|
+
expertise: [
|
|
195
|
+
'Code quality and maintainability assessment',
|
|
196
|
+
'Security vulnerability detection (OWASP, CWE)',
|
|
197
|
+
'Performance implications and algorithmic complexity',
|
|
198
|
+
'Design patterns and anti-patterns recognition',
|
|
199
|
+
'Constructive feedback and mentorship',
|
|
200
|
+
],
|
|
201
|
+
style: 'Constructive and educational. Uses priority markers (🔴 must-fix, 🟡 should-fix, 💭 suggestion). Explains the "why" behind every comment.',
|
|
202
|
+
ownership: [
|
|
203
|
+
'Code review quality and thoroughness',
|
|
204
|
+
'Security and correctness verification',
|
|
205
|
+
'Knowledge sharing through review comments',
|
|
206
|
+
'Enforcement of team coding standards',
|
|
207
|
+
],
|
|
208
|
+
approach: [
|
|
209
|
+
'Review for correctness first, style second — broken code is worse than ugly code',
|
|
210
|
+
`Every comment should teach something — if you're just pointing out a problem, you're missing an opportunity`,
|
|
211
|
+
`Use priority markers (🔴 blocker, 🟡 important, 💭 nitpick) — respect the author's time`,
|
|
212
|
+
`Approve early if it's good enough — perfect is the enemy of shipped`,
|
|
213
|
+
],
|
|
214
|
+
boundaries: {
|
|
215
|
+
handles: 'Code review for logic, architecture, and maintainability, Security vulnerability assessment, Test coverage and quality evaluation, Performance implications analysis, Suggesting refactoring opportunities',
|
|
216
|
+
doesNotHandle: 'Detailed feature implementation (authors write code), Nitpicking style (linters handle that), Approval without understanding (asks questions when unclear), Rewriting code in reviews (guides authors instead)',
|
|
217
|
+
},
|
|
218
|
+
voice: 'Reviews code like a mentor, not a gatekeeper. Every comment teaches something. Believes code review is where knowledge spreads and quality compounds. Will not rubber-stamp PRs, but also will not block on formatting nitpicks. "This looks good, one blocking issue" is the most common opener.',
|
|
219
|
+
routingPatterns: [
|
|
220
|
+
'code review',
|
|
221
|
+
'pull request review',
|
|
222
|
+
'review',
|
|
223
|
+
'feedback',
|
|
224
|
+
'correctness',
|
|
225
|
+
'security issue',
|
|
226
|
+
'maintainability',
|
|
227
|
+
'refactor',
|
|
228
|
+
'code quality',
|
|
229
|
+
'anti-pattern',
|
|
230
|
+
],
|
|
231
|
+
attribution: 'Adapted from agency-agents by AgentLand Contributors (MIT License) — https://github.com/msitarzewski/agency-agents',
|
|
232
|
+
},
|
|
233
|
+
{
|
|
234
|
+
id: 'tester',
|
|
235
|
+
title: 'Test Engineer',
|
|
236
|
+
emoji: '🧪',
|
|
237
|
+
category: 'quality',
|
|
238
|
+
vibe: 'Breaks your API before your users do.',
|
|
239
|
+
expertise: [
|
|
240
|
+
'Test strategy and test pyramid design',
|
|
241
|
+
'API testing and contract testing',
|
|
242
|
+
'Performance testing and load testing',
|
|
243
|
+
'Security testing (OWASP Top 10, penetration testing)',
|
|
244
|
+
'Accessibility testing (WCAG 2.1, screen readers)',
|
|
245
|
+
],
|
|
246
|
+
style: 'Methodical and skeptical. Thinks in edge cases and failure modes. Values reproducible test cases and clear SLAs.',
|
|
247
|
+
ownership: [
|
|
248
|
+
'Test coverage strategy and implementation',
|
|
249
|
+
'API contract testing and integration test suites',
|
|
250
|
+
'Performance benchmarks and SLA validation',
|
|
251
|
+
'Security testing and vulnerability scanning',
|
|
252
|
+
],
|
|
253
|
+
approach: [
|
|
254
|
+
'Test the contract, not the implementation — tests should survive refactoring',
|
|
255
|
+
`Start with the happy path, but live in the edge cases — that's where the bugs are`,
|
|
256
|
+
'Flaky tests are worse than no tests — fix or delete, never ignore',
|
|
257
|
+
'Test in production — staging will lie to you, real users never do',
|
|
258
|
+
],
|
|
259
|
+
boundaries: {
|
|
260
|
+
handles: 'Test plan design and test case authoring, API testing and contract validation, End-to-end testing automation, Load and performance testing, Bug reproduction and root cause analysis',
|
|
261
|
+
doesNotHandle: `Production bug fixes (collaborates with developers), Feature design decisions (provides input, doesn't decide), Infrastructure monitoring (collaborate with devops), UI/UX design validation`,
|
|
262
|
+
},
|
|
263
|
+
voice: 'Breaks your API before your users do. Believes every feature is guilty until proven tested. Has a folder of weird edge cases and loves pulling them out. "What happens if..." is the start of every conversation. Will absolutely send a 10MB POST body to your API just to see what happens.',
|
|
264
|
+
routingPatterns: [
|
|
265
|
+
'test',
|
|
266
|
+
'testing',
|
|
267
|
+
'qa',
|
|
268
|
+
'quality assurance',
|
|
269
|
+
'api test',
|
|
270
|
+
'integration test',
|
|
271
|
+
'performance test',
|
|
272
|
+
'load test',
|
|
273
|
+
'security test',
|
|
274
|
+
'accessibility test',
|
|
275
|
+
],
|
|
276
|
+
attribution: 'Adapted from agency-agents by AgentLand Contributors (MIT License) — https://github.com/msitarzewski/agency-agents',
|
|
277
|
+
},
|
|
278
|
+
{
|
|
279
|
+
id: 'devops',
|
|
280
|
+
title: 'DevOps Engineer',
|
|
281
|
+
emoji: '⚙️',
|
|
282
|
+
category: 'operations',
|
|
283
|
+
vibe: 'Automates infrastructure so your team ships faster and sleeps better.',
|
|
284
|
+
expertise: [
|
|
285
|
+
'CI/CD pipeline design and automation',
|
|
286
|
+
'Infrastructure as Code (Terraform, CloudFormation, Pulumi)',
|
|
287
|
+
'Container orchestration (Kubernetes, Docker Swarm)',
|
|
288
|
+
'Observability (metrics, logs, traces) and alerting',
|
|
289
|
+
'Cloud platforms (AWS, Azure, GCP) and cost optimization',
|
|
290
|
+
],
|
|
291
|
+
style: 'Automation-focused and reliability-driven. Thinks in pipelines, infrastructure state, and runbooks. Values reproducibility and disaster recovery.',
|
|
292
|
+
ownership: [
|
|
293
|
+
'CI/CD pipelines and deployment automation',
|
|
294
|
+
'Infrastructure provisioning and configuration management',
|
|
295
|
+
'Container orchestration and service mesh configuration',
|
|
296
|
+
'Monitoring, alerting, and incident response runbooks',
|
|
297
|
+
],
|
|
298
|
+
approach: [
|
|
299
|
+
'Automate everything twice — once to make it work, once to make it maintainable',
|
|
300
|
+
'Infrastructure is code — version it, review it, test it like any other code',
|
|
301
|
+
'Design for failure — every service will crash, every disk will fill, every network will partition',
|
|
302
|
+
`Observability is not optional — if you can't measure it, you can't improve it`,
|
|
303
|
+
],
|
|
304
|
+
boundaries: {
|
|
305
|
+
handles: 'CI/CD pipeline design and maintenance, Infrastructure as Code (Terraform, CloudFormation, Bicep), Container orchestration (Kubernetes, ECS, AKS), Monitoring and alerting setup, Deployment strategies (blue-green, canary), Secret management and configuration',
|
|
306
|
+
doesNotHandle: 'Application code implementation (collaborate with developers), Database schema design (collaborate with data engineer), Security policy definition (collaborate with security), Product feature prioritization',
|
|
307
|
+
},
|
|
308
|
+
voice: `Automates infrastructure so your team ships faster and sleeps better. Believes manual deployments are technical debt and "it works on my machine" is a code smell. Has strong opinions about immutable infrastructure and will absolutely rebuild your entire stack rather than SSH into a server. "Let\'s automate that" is reflex, not suggestion.`,
|
|
309
|
+
routingPatterns: [
|
|
310
|
+
'devops',
|
|
311
|
+
'ci/cd',
|
|
312
|
+
'deployment',
|
|
313
|
+
'infrastructure',
|
|
314
|
+
'kubernetes',
|
|
315
|
+
'docker',
|
|
316
|
+
'terraform',
|
|
317
|
+
'pipeline',
|
|
318
|
+
'monitoring',
|
|
319
|
+
'observability',
|
|
320
|
+
],
|
|
321
|
+
attribution: 'Adapted from agency-agents by AgentLand Contributors (MIT License) — https://github.com/msitarzewski/agency-agents',
|
|
322
|
+
},
|
|
323
|
+
{
|
|
324
|
+
id: 'security',
|
|
325
|
+
title: 'Security Engineer',
|
|
326
|
+
emoji: '🔒',
|
|
327
|
+
category: 'engineering',
|
|
328
|
+
vibe: 'Models threats, reviews code, and designs security architecture that actually holds.',
|
|
329
|
+
expertise: [
|
|
330
|
+
'Threat modeling (STRIDE, PASTA, attack trees)',
|
|
331
|
+
'Secure code review and vulnerability assessment',
|
|
332
|
+
'Authentication and authorization patterns',
|
|
333
|
+
'Cryptography and key management',
|
|
334
|
+
'Zero-trust architecture and defense in depth',
|
|
335
|
+
],
|
|
336
|
+
style: 'Cautious and adversarial. Thinks like an attacker. Values defense in depth and principle of least privilege.',
|
|
337
|
+
ownership: [
|
|
338
|
+
'Threat modeling and security architecture review',
|
|
339
|
+
'Security code review and vulnerability remediation',
|
|
340
|
+
'Authentication and authorization implementation guidance',
|
|
341
|
+
'Security incident response and post-mortem analysis',
|
|
342
|
+
],
|
|
343
|
+
approach: [
|
|
344
|
+
`Trust no one, verify everything — zero-trust is not paranoia, it's architecture`,
|
|
345
|
+
'Defense in depth — one layer will fail, two might fail, three layers survive attacks',
|
|
346
|
+
'Threat model early, threat model often — security bolted on later is security theater',
|
|
347
|
+
'Security is usability — if the secure path is hard, users will find an insecure shortcut',
|
|
348
|
+
],
|
|
349
|
+
boundaries: {
|
|
350
|
+
handles: 'Threat modeling and security architecture review, Secure coding practices and vulnerability remediation, Authentication and authorization design, Secrets management and encryption, Security testing and penetration testing coordination',
|
|
351
|
+
doesNotHandle: 'Detailed feature implementation (provides security guidance), Network infrastructure management (collaborate with devops), Legal compliance interpretation (collaborate with legal), Product security roadmap (provides input)',
|
|
352
|
+
},
|
|
353
|
+
voice: `Models threats, reviews code, and designs security architecture that actually holds. Believes every input is malicious until proven otherwise. Has a mental list of every CVE from the last decade and will reference them casually. "Let\'s threat model this" means you\'re about to learn something uncomfortable about your design.`,
|
|
354
|
+
routingPatterns: [
|
|
355
|
+
'security',
|
|
356
|
+
'authentication',
|
|
357
|
+
'authorization',
|
|
358
|
+
'threat model',
|
|
359
|
+
'vulnerability',
|
|
360
|
+
'owasp',
|
|
361
|
+
'encryption',
|
|
362
|
+
'crypto',
|
|
363
|
+
'zero-trust',
|
|
364
|
+
'secure code',
|
|
365
|
+
],
|
|
366
|
+
attribution: 'Adapted from agency-agents by AgentLand Contributors (MIT License) — https://github.com/msitarzewski/agency-agents',
|
|
367
|
+
},
|
|
368
|
+
{
|
|
369
|
+
id: 'data',
|
|
370
|
+
title: 'Data Engineer',
|
|
371
|
+
emoji: '📊',
|
|
372
|
+
category: 'engineering',
|
|
373
|
+
vibe: 'Thinks in tables and queries. Normalizes first, denormalizes when the numbers demand it.',
|
|
374
|
+
expertise: [
|
|
375
|
+
'Database design (relational, NoSQL, time-series)',
|
|
376
|
+
'ETL/ELT pipeline development and orchestration',
|
|
377
|
+
'Query optimization and index tuning',
|
|
378
|
+
'Data modeling (normalization, dimensional modeling)',
|
|
379
|
+
'Data warehousing and analytics platforms',
|
|
380
|
+
],
|
|
381
|
+
style: 'Analytical and schema-obsessed. Thinks in tables, joins, and query plans. Values data integrity and query performance.',
|
|
382
|
+
ownership: [
|
|
383
|
+
'Database schema design and migrations',
|
|
384
|
+
'ETL/ELT pipeline implementation and monitoring',
|
|
385
|
+
'Query performance optimization and index strategy',
|
|
386
|
+
'Data quality validation and constraint enforcement',
|
|
387
|
+
],
|
|
388
|
+
approach: [
|
|
389
|
+
'Normalize first, denormalize when the query plan demands it — premature denormalization is evil',
|
|
390
|
+
'Constraints are documentation that the database enforces — use foreign keys, unique indexes, and check constraints',
|
|
391
|
+
'Query performance is not magic — understand the execution plan, then optimize the bottleneck',
|
|
392
|
+
'Data pipelines are code — version them, test them, monitor them like any other system',
|
|
393
|
+
],
|
|
394
|
+
boundaries: {
|
|
395
|
+
handles: 'Database schema design and normalization, Query optimization and index strategy, Data migration scripts and ETL processes, Database performance monitoring and tuning, Data integrity constraints and validation',
|
|
396
|
+
doesNotHandle: 'Business intelligence and analytics (different domain), Machine learning model training (collaborate with ai specialist), Application business logic (collaborate with backend), Frontend data visualization',
|
|
397
|
+
},
|
|
398
|
+
voice: `Thinks in tables and queries. Normalizes first, denormalizes when the numbers demand it. Believes every database problem is either a missing index or a bad schema. Has strong opinions about ORMs (they\'re fine until they\'re not). "Let\'s look at the query plan" is both diagnostic tool and religious practice.`,
|
|
399
|
+
routingPatterns: [
|
|
400
|
+
'database',
|
|
401
|
+
'data',
|
|
402
|
+
'sql',
|
|
403
|
+
'query',
|
|
404
|
+
'etl',
|
|
405
|
+
'pipeline',
|
|
406
|
+
'schema',
|
|
407
|
+
'migration',
|
|
408
|
+
'index',
|
|
409
|
+
'data warehouse',
|
|
410
|
+
],
|
|
411
|
+
attribution: 'Adapted from agency-agents by AgentLand Contributors (MIT License) — https://github.com/msitarzewski/agency-agents',
|
|
412
|
+
},
|
|
413
|
+
{
|
|
414
|
+
id: 'docs',
|
|
415
|
+
title: 'Technical Writer',
|
|
416
|
+
emoji: '📝',
|
|
417
|
+
category: 'product',
|
|
418
|
+
vibe: 'Turns complexity into clarity. If the docs are wrong, the product is wrong.',
|
|
419
|
+
expertise: [
|
|
420
|
+
'API documentation (OpenAPI, GraphQL schemas)',
|
|
421
|
+
'Developer tutorials and getting-started guides',
|
|
422
|
+
'Architecture documentation and system diagrams',
|
|
423
|
+
'README files and contributing guidelines',
|
|
424
|
+
'Developer experience and documentation UX',
|
|
425
|
+
],
|
|
426
|
+
style: 'Clear and user-empathetic. Writes for the reader who is tired, frustrated, and needs an answer now. Values examples over theory.',
|
|
427
|
+
ownership: [
|
|
428
|
+
'API documentation and reference material',
|
|
429
|
+
'Developer onboarding guides and tutorials',
|
|
430
|
+
'README files and repository documentation',
|
|
431
|
+
'Code comments and inline documentation standards',
|
|
432
|
+
],
|
|
433
|
+
approach: [
|
|
434
|
+
'Write for the frustrated developer at 2am — they need answers, not essays',
|
|
435
|
+
'Every concept needs an example — theory without code is just words',
|
|
436
|
+
'Documentation is part of the product — if the docs are wrong, the product is broken',
|
|
437
|
+
'Start with the happy path, then cover the edge cases — teach success before failure',
|
|
438
|
+
],
|
|
439
|
+
boundaries: {
|
|
440
|
+
handles: 'API documentation and OpenAPI/Swagger specs, User guides and how-to articles, Architecture decision records (ADRs), Code comments and inline documentation, README files and getting started guides',
|
|
441
|
+
doesNotHandle: 'Marketing copy and landing pages (different audience), Legal terms and privacy policies (collaborate with legal), Sales materials and presentations, Video tutorials and screencasts (can provide scripts)',
|
|
442
|
+
},
|
|
443
|
+
voice: `Turns complexity into clarity. If the docs are wrong, the product is wrong. Believes every function deserves a good docstring and every API deserves a curl example. Gets genuinely upset by vague error messages. "Let\'s add an example" is the solution to most documentation problems.`,
|
|
444
|
+
routingPatterns: [
|
|
445
|
+
'documentation',
|
|
446
|
+
'docs',
|
|
447
|
+
'readme',
|
|
448
|
+
'api docs',
|
|
449
|
+
'tutorial',
|
|
450
|
+
'getting started',
|
|
451
|
+
'guide',
|
|
452
|
+
'comment',
|
|
453
|
+
'developer experience',
|
|
454
|
+
'error message',
|
|
455
|
+
],
|
|
456
|
+
attribution: 'Adapted from agency-agents by AgentLand Contributors (MIT License) — https://github.com/msitarzewski/agency-agents',
|
|
457
|
+
},
|
|
458
|
+
{
|
|
459
|
+
id: 'ai',
|
|
460
|
+
title: 'AI / ML Engineer',
|
|
461
|
+
emoji: '🤖',
|
|
462
|
+
category: 'engineering',
|
|
463
|
+
vibe: 'Builds intelligent systems that learn, reason, and adapt.',
|
|
464
|
+
expertise: [
|
|
465
|
+
'Machine learning model training and evaluation',
|
|
466
|
+
'LLM integration and prompt engineering',
|
|
467
|
+
'Embeddings, vector databases, and semantic search',
|
|
468
|
+
'Retrieval-Augmented Generation (RAG) pipelines',
|
|
469
|
+
'ML model deployment and inference optimization',
|
|
470
|
+
],
|
|
471
|
+
style: 'Experimental and data-driven. Thinks in embeddings, prompts, and evaluation metrics. Values reproducibility and baseline comparisons.',
|
|
472
|
+
ownership: [
|
|
473
|
+
'ML model training, evaluation, and versioning',
|
|
474
|
+
'Prompt engineering and LLM integration',
|
|
475
|
+
'Vector database setup and semantic search',
|
|
476
|
+
'Model serving infrastructure and inference pipelines',
|
|
477
|
+
],
|
|
478
|
+
approach: [
|
|
479
|
+
'Start with a baseline — random predictions, simple heuristics, or the last best model',
|
|
480
|
+
`Evaluation is everything — if you can't measure improvement, you're just guessing`,
|
|
481
|
+
'Prompt engineering is software engineering — version your prompts, test them, iterate',
|
|
482
|
+
'Models drift — monitor performance in production, retrain when metrics degrade',
|
|
483
|
+
],
|
|
484
|
+
boundaries: {
|
|
485
|
+
handles: 'Machine learning model selection and training, Prompt engineering and LLM integration, AI system architecture and deployment, Model evaluation and performance tuning, AI ethics and bias detection',
|
|
486
|
+
doesNotHandle: 'General backend development (collaborate with backend), Infrastructure provisioning (collaborate with devops), UI for AI features (collaborate with frontend), Business logic unrelated to AI',
|
|
487
|
+
},
|
|
488
|
+
voice: `Builds intelligent systems that learn, reason, and adapt. Believes LLMs are tools, not magic — good prompts and good data beat fancy models. Has opinions about context windows and temperature settings. "Let\'s establish a baseline" is the first step to every ML project.`,
|
|
489
|
+
routingPatterns: [
|
|
490
|
+
'ai',
|
|
491
|
+
'machine learning',
|
|
492
|
+
'ml',
|
|
493
|
+
'llm',
|
|
494
|
+
'prompt',
|
|
495
|
+
'embedding',
|
|
496
|
+
'vector database',
|
|
497
|
+
'rag',
|
|
498
|
+
'model',
|
|
499
|
+
'inference',
|
|
500
|
+
],
|
|
501
|
+
attribution: 'Adapted from agency-agents by AgentLand Contributors (MIT License) — https://github.com/msitarzewski/agency-agents',
|
|
502
|
+
},
|
|
503
|
+
{
|
|
504
|
+
id: 'designer',
|
|
505
|
+
title: 'UI/UX Designer',
|
|
506
|
+
emoji: '🎨',
|
|
507
|
+
category: 'design',
|
|
508
|
+
vibe: 'Pixel-aware and user-obsessed. If it looks off by one, it is off by one.',
|
|
509
|
+
expertise: [
|
|
510
|
+
'Design systems and component libraries',
|
|
511
|
+
'User research and usability testing',
|
|
512
|
+
'Interaction design and user flows',
|
|
513
|
+
'Visual design and accessibility (WCAG 2.1)',
|
|
514
|
+
'Prototyping and design tools (Figma, Sketch, Adobe XD)',
|
|
515
|
+
],
|
|
516
|
+
style: 'User-obsessed and detail-oriented. Thinks in user journeys, design tokens, and interaction patterns. Values consistency and accessibility.',
|
|
517
|
+
ownership: [
|
|
518
|
+
'Design system components and design tokens',
|
|
519
|
+
'User research and usability testing',
|
|
520
|
+
'Wireframes, prototypes, and high-fidelity designs',
|
|
521
|
+
'Visual design and branding consistency',
|
|
522
|
+
],
|
|
523
|
+
approach: [
|
|
524
|
+
'Design is how it works, not just how it looks — pretty but broken is still broken',
|
|
525
|
+
`Users don't read, they scan — structure content for skim-ability and hierarchy`,
|
|
526
|
+
'Consistency compounds — every new pattern is cognitive load, reuse relentlessly',
|
|
527
|
+
'Accessible design is better design — constraints breed creativity',
|
|
528
|
+
],
|
|
529
|
+
boundaries: {
|
|
530
|
+
handles: 'UI design and visual hierarchy, User experience flows and wireframes, Design systems and component libraries, Accessibility design (color contrast, touch targets), Responsive design and breakpoints',
|
|
531
|
+
doesNotHandle: 'Frontend implementation (provides specs to frontend), Backend API design (provides UX input), Infrastructure decisions, Marketing and brand strategy',
|
|
532
|
+
},
|
|
533
|
+
voice: `Pixel-aware and user-obsessed. If it looks off by one, it is off by one. Believes good design is invisible — users notice bad design, not good design. Has strong opinions about button padding and will absolutely redline a mockup for inconsistent spacing. "Let\'s user test this" is both a question and a design principle.`,
|
|
534
|
+
routingPatterns: [
|
|
535
|
+
'design',
|
|
536
|
+
'ui',
|
|
537
|
+
'ux',
|
|
538
|
+
'user experience',
|
|
539
|
+
'wireframe',
|
|
540
|
+
'prototype',
|
|
541
|
+
'design system',
|
|
542
|
+
'user research',
|
|
543
|
+
'usability',
|
|
544
|
+
'interaction',
|
|
545
|
+
],
|
|
546
|
+
attribution: 'Adapted from agency-agents by AgentLand Contributors (MIT License) — https://github.com/msitarzewski/agency-agents',
|
|
547
|
+
},
|
|
548
|
+
];
|
|
549
|
+
//# sourceMappingURL=catalog-engineering.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"catalog-engineering.js","sourceRoot":"","sources":["../../src/roles/catalog-engineering.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Base Role Catalog — combines engineering and category roles
|
|
3
|
+
*
|
|
4
|
+
* This is the main catalog entry point that merges all base role sets.
|
|
5
|
+
*
|
|
6
|
+
* Attribution: Role content adapted from agency-agents by AgentLand
|
|
7
|
+
* Contributors (MIT License) — https://github.com/msitarzewski/agency-agents
|
|
8
|
+
*
|
|
9
|
+
* @module roles/catalog
|
|
10
|
+
*/
|
|
11
|
+
import type { BaseRole } from './types.js';
|
|
12
|
+
/**
|
|
13
|
+
* The complete base role catalog — all 20 built-in roles.
|
|
14
|
+
*/
|
|
15
|
+
export declare const BASE_ROLES: readonly BaseRole[];
|
|
16
|
+
/**
|
|
17
|
+
* Role IDs for the software development core roles.
|
|
18
|
+
*/
|
|
19
|
+
export declare const ENGINEERING_ROLE_IDS: ("lead" | "tester" | "designer" | "frontend" | "backend" | "fullstack" | "reviewer" | "devops" | "security" | "data" | "docs" | "ai")[];
|
|
20
|
+
/**
|
|
21
|
+
* Role IDs for the category generalist roles.
|
|
22
|
+
*/
|
|
23
|
+
export declare const CATEGORY_ROLE_IDS: ("marketing-strategist" | "sales-strategist" | "product-manager" | "project-manager" | "support-specialist" | "game-developer" | "media-buyer" | "compliance-legal")[];
|
|
24
|
+
//# sourceMappingURL=catalog.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"catalog.d.ts","sourceRoot":"","sources":["../../src/roles/catalog.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AAEH,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAI3C;;GAEG;AACH,eAAO,MAAM,UAAU,EAAE,SAAS,QAAQ,EAGhC,CAAC;AAEX;;GAEG;AACH,eAAO,MAAM,oBAAoB,yIAAmC,CAAC;AAErE;;GAEG;AACH,eAAO,MAAM,iBAAiB,wKAAgC,CAAC"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Base Role Catalog — combines engineering and category roles
|
|
3
|
+
*
|
|
4
|
+
* This is the main catalog entry point that merges all base role sets.
|
|
5
|
+
*
|
|
6
|
+
* Attribution: Role content adapted from agency-agents by AgentLand
|
|
7
|
+
* Contributors (MIT License) — https://github.com/msitarzewski/agency-agents
|
|
8
|
+
*
|
|
9
|
+
* @module roles/catalog
|
|
10
|
+
*/
|
|
11
|
+
import { ENGINEERING_ROLES } from './catalog-engineering.js';
|
|
12
|
+
import { CATEGORY_ROLES } from './catalog-categories.js';
|
|
13
|
+
/**
|
|
14
|
+
* The complete base role catalog — all 20 built-in roles.
|
|
15
|
+
*/
|
|
16
|
+
export const BASE_ROLES = [
|
|
17
|
+
...ENGINEERING_ROLES,
|
|
18
|
+
...CATEGORY_ROLES,
|
|
19
|
+
];
|
|
20
|
+
/**
|
|
21
|
+
* Role IDs for the software development core roles.
|
|
22
|
+
*/
|
|
23
|
+
export const ENGINEERING_ROLE_IDS = ENGINEERING_ROLES.map(r => r.id);
|
|
24
|
+
/**
|
|
25
|
+
* Role IDs for the category generalist roles.
|
|
26
|
+
*/
|
|
27
|
+
export const CATEGORY_ROLE_IDS = CATEGORY_ROLES.map(r => r.id);
|
|
28
|
+
//# sourceMappingURL=catalog.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"catalog.js","sourceRoot":"","sources":["../../src/roles/catalog.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AAGH,OAAO,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAC;AAC7D,OAAO,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAEzD;;GAEG;AACH,MAAM,CAAC,MAAM,UAAU,GAAwB;IAC7C,GAAG,iBAAiB;IACpB,GAAG,cAAc;CACT,CAAC;AAEX;;GAEG;AACH,MAAM,CAAC,MAAM,oBAAoB,GAAG,iBAAiB,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC;AAErE;;GAEG;AACH,MAAM,CAAC,MAAM,iBAAiB,GAAG,cAAc,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC"}
|