gaia-framework 1.25.0 → 1.27.0
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 +95 -91
- package/gaia-install.sh +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -237,85 +237,89 @@ All developer agents extend a shared base with common dev patterns. Each adds st
|
|
|
237
237
|
|
|
238
238
|
Workflows are structured multi-step processes. Each has a `workflow.yaml` config, `instructions.xml` with step-by-step guidance, and a `checklist.md` for quality gates.
|
|
239
239
|
|
|
240
|
+
### Model Assignment
|
|
241
|
+
|
|
242
|
+
Each command specifies which Claude model to use. **Opus** is assigned to workflows requiring deep reasoning, multi-step synthesis, or complex analysis. **Sonnet** is assigned to structured generation, template-following, and status reporting tasks.
|
|
243
|
+
|
|
240
244
|
### Phase 1: Analysis
|
|
241
245
|
|
|
242
|
-
| Command | Workflow | Agent | Output |
|
|
243
|
-
|
|
244
|
-
| `/gaia-brainstorm` | Brainstorm Project | Elena | `docs/planning-artifacts/` |
|
|
245
|
-
| `/gaia-market-research` | Market Research | Elena | `docs/planning-artifacts/` |
|
|
246
|
-
| `/gaia-domain-research` | Domain Research | Elena | `docs/planning-artifacts/` |
|
|
247
|
-
| `/gaia-tech-research` | Technical Research | Elena | `docs/planning-artifacts/` |
|
|
248
|
-
| `/gaia-product-brief` | Create Product Brief | Elena | `docs/planning-artifacts/` |
|
|
246
|
+
| Command | Workflow | Agent | Model | Output |
|
|
247
|
+
|---------|----------|-------|-------|--------|
|
|
248
|
+
| `/gaia-brainstorm` | Brainstorm Project | Elena | Sonnet | `docs/planning-artifacts/` |
|
|
249
|
+
| `/gaia-market-research` | Market Research | Elena | Sonnet | `docs/planning-artifacts/` |
|
|
250
|
+
| `/gaia-domain-research` | Domain Research | Elena | Sonnet | `docs/planning-artifacts/` |
|
|
251
|
+
| `/gaia-tech-research` | Technical Research | Elena | Sonnet | `docs/planning-artifacts/` |
|
|
252
|
+
| `/gaia-product-brief` | Create Product Brief | Elena | Sonnet | `docs/planning-artifacts/` |
|
|
249
253
|
|
|
250
254
|
### Phase 2: Planning
|
|
251
255
|
|
|
252
|
-
| Command | Workflow | Agent | Output |
|
|
253
|
-
|
|
254
|
-
| `/gaia-create-prd` | Create PRD | Derek | `docs/planning-artifacts/` |
|
|
255
|
-
| `/gaia-validate-prd` | Validate PRD | Derek | `docs/planning-artifacts/` |
|
|
256
|
-
| `/gaia-edit-prd` | Edit PRD | Derek | `docs/planning-artifacts/` |
|
|
257
|
-
| `/gaia-create-ux` | Create UX Design | Christy | `docs/planning-artifacts/` |
|
|
256
|
+
| Command | Workflow | Agent | Model | Output |
|
|
257
|
+
|---------|----------|-------|-------|--------|
|
|
258
|
+
| `/gaia-create-prd` | Create PRD | Derek | Opus | `docs/planning-artifacts/` |
|
|
259
|
+
| `/gaia-validate-prd` | Validate PRD | Derek | Sonnet | `docs/planning-artifacts/` |
|
|
260
|
+
| `/gaia-edit-prd` | Edit PRD | Derek | Opus | `docs/planning-artifacts/` |
|
|
261
|
+
| `/gaia-create-ux` | Create UX Design | Christy | Opus | `docs/planning-artifacts/` |
|
|
258
262
|
|
|
259
263
|
### Phase 3: Solutioning
|
|
260
264
|
|
|
261
|
-
| Command | Workflow | Agent | Output |
|
|
262
|
-
|
|
263
|
-
| `/gaia-create-arch` | Create Architecture | Theo | `docs/planning-artifacts/` |
|
|
264
|
-
| `/gaia-create-epics` | Create Epics & Stories | Derek | `docs/planning-artifacts/` |
|
|
265
|
-
| `/gaia-readiness-check` | Implementation Readiness | Theo | `docs/planning-artifacts/` |
|
|
266
|
-
| `/gaia-threat-model` | Security Threat Model | Zara | `docs/planning-artifacts/` |
|
|
267
|
-
| `/gaia-infra-design` | Infrastructure Design | Soren | `docs/planning-artifacts/` |
|
|
265
|
+
| Command | Workflow | Agent | Model | Output |
|
|
266
|
+
|---------|----------|-------|-------|--------|
|
|
267
|
+
| `/gaia-create-arch` | Create Architecture | Theo | Opus | `docs/planning-artifacts/` |
|
|
268
|
+
| `/gaia-create-epics` | Create Epics & Stories | Derek | Opus | `docs/planning-artifacts/` |
|
|
269
|
+
| `/gaia-readiness-check` | Implementation Readiness | Theo | Opus | `docs/planning-artifacts/` |
|
|
270
|
+
| `/gaia-threat-model` | Security Threat Model | Zara | Opus | `docs/planning-artifacts/` |
|
|
271
|
+
| `/gaia-infra-design` | Infrastructure Design | Soren | Opus | `docs/planning-artifacts/` |
|
|
268
272
|
|
|
269
273
|
### Phase 4: Implementation
|
|
270
274
|
|
|
271
|
-
| Command | Workflow | Agent | Output |
|
|
272
|
-
|
|
273
|
-
| `/gaia-sprint-plan` | Sprint Planning | Nate | `docs/implementation-artifacts/` |
|
|
274
|
-
| `/gaia-sprint-status` | Sprint Status | Nate | `docs/implementation-artifacts/` |
|
|
275
|
-
| `/gaia-epic-status` | Epic Status | Nate | `docs/implementation-artifacts/` |
|
|
276
|
-
| `/gaia-create-story` | Create Story | Derek | `docs/implementation-artifacts/` |
|
|
277
|
-
| `/gaia-validate-story` | Validate Story | Derek | `docs/implementation-artifacts/` |
|
|
278
|
-
| `/gaia-fix-story` | Fix Story | Nate | `docs/implementation-artifacts/` |
|
|
279
|
-
| `/gaia-dev-story` | Dev Story | Stack dev | `docs/implementation-artifacts/` |
|
|
280
|
-
| `/gaia-code-review` | Code Review | Stack dev | `docs/implementation-artifacts/` |
|
|
281
|
-
| `/gaia-qa-tests` | QA Generate Tests | Vera | `docs/implementation-artifacts/` |
|
|
282
|
-
| `/gaia-security-review` | Security Review | Zara | `docs/implementation-artifacts/` |
|
|
283
|
-
| `/gaia-triage-findings` | Triage Findings | Nate | `docs/implementation-artifacts/` |
|
|
284
|
-
| `/gaia-tech-debt-review` | Tech Debt Review | Nate | `docs/implementation-artifacts/` |
|
|
285
|
-
| `/gaia-change-request` | Change Request | Derek | `docs/planning-artifacts/` |
|
|
286
|
-
| `/gaia-add-stories` | Add Stories | Derek | `docs/planning-artifacts/` |
|
|
287
|
-
| `/gaia-correct-course` | Correct Course | Nate | `docs/implementation-artifacts/` |
|
|
288
|
-
| `/gaia-retro` | Retrospective | Nate | `docs/implementation-artifacts/` |
|
|
275
|
+
| Command | Workflow | Agent | Model | Output |
|
|
276
|
+
|---------|----------|-------|-------|--------|
|
|
277
|
+
| `/gaia-sprint-plan` | Sprint Planning | Nate | Sonnet | `docs/implementation-artifacts/` |
|
|
278
|
+
| `/gaia-sprint-status` | Sprint Status | Nate | Sonnet | `docs/implementation-artifacts/` |
|
|
279
|
+
| `/gaia-epic-status` | Epic Status | Nate | Sonnet | `docs/implementation-artifacts/` |
|
|
280
|
+
| `/gaia-create-story` | Create Story | Derek | Sonnet | `docs/implementation-artifacts/` |
|
|
281
|
+
| `/gaia-validate-story` | Validate Story | Derek | Sonnet | `docs/implementation-artifacts/` |
|
|
282
|
+
| `/gaia-fix-story` | Fix Story | Nate | Sonnet | `docs/implementation-artifacts/` |
|
|
283
|
+
| `/gaia-dev-story` | Dev Story | Stack dev | Opus | `docs/implementation-artifacts/` |
|
|
284
|
+
| `/gaia-code-review` | Code Review | Stack dev | Opus | `docs/implementation-artifacts/` |
|
|
285
|
+
| `/gaia-qa-tests` | QA Generate Tests | Vera | Opus | `docs/implementation-artifacts/` |
|
|
286
|
+
| `/gaia-security-review` | Security Review | Zara | Opus | `docs/implementation-artifacts/` |
|
|
287
|
+
| `/gaia-triage-findings` | Triage Findings | Nate | Sonnet | `docs/implementation-artifacts/` |
|
|
288
|
+
| `/gaia-tech-debt-review` | Tech Debt Review | Nate | Sonnet | `docs/implementation-artifacts/` |
|
|
289
|
+
| `/gaia-change-request` | Change Request | Derek | Opus | `docs/planning-artifacts/` |
|
|
290
|
+
| `/gaia-add-stories` | Add Stories | Derek | Sonnet | `docs/planning-artifacts/` |
|
|
291
|
+
| `/gaia-correct-course` | Correct Course | Nate | Sonnet | `docs/implementation-artifacts/` |
|
|
292
|
+
| `/gaia-retro` | Retrospective | Nate | Sonnet | `docs/implementation-artifacts/` |
|
|
289
293
|
|
|
290
294
|
### Phase 5: Deployment
|
|
291
295
|
|
|
292
|
-
| Command | Workflow | Agent | Output |
|
|
293
|
-
|
|
294
|
-
| `/gaia-release-plan` | Release Plan | Soren | `docs/implementation-artifacts/` |
|
|
295
|
-
| `/gaia-deploy-checklist` | Deployment Checklist | Soren | `docs/implementation-artifacts/` |
|
|
296
|
-
| `/gaia-post-deploy` | Post-Deploy Verify | Soren | `docs/implementation-artifacts/` |
|
|
297
|
-
| `/gaia-rollback-plan` | Rollback Plan | Soren | `docs/implementation-artifacts/` |
|
|
296
|
+
| Command | Workflow | Agent | Model | Output |
|
|
297
|
+
|---------|----------|-------|-------|--------|
|
|
298
|
+
| `/gaia-release-plan` | Release Plan | Soren | Sonnet | `docs/implementation-artifacts/` |
|
|
299
|
+
| `/gaia-deploy-checklist` | Deployment Checklist | Soren | Sonnet | `docs/implementation-artifacts/` |
|
|
300
|
+
| `/gaia-post-deploy` | Post-Deploy Verify | Soren | Sonnet | `docs/implementation-artifacts/` |
|
|
301
|
+
| `/gaia-rollback-plan` | Rollback Plan | Soren | Sonnet | `docs/implementation-artifacts/` |
|
|
298
302
|
|
|
299
303
|
### Quick Flow
|
|
300
304
|
|
|
301
305
|
Fast-track workflows for small changes that skip the full lifecycle ceremony.
|
|
302
306
|
|
|
303
|
-
| Command | Workflow | Description |
|
|
304
|
-
|
|
305
|
-
| `/gaia-quick-spec` | Quick Spec | Rapid tech spec — skip full PRD |
|
|
306
|
-
| `/gaia-quick-dev` | Quick Dev | Implement a quick spec immediately |
|
|
307
|
+
| Command | Workflow | Model | Description |
|
|
308
|
+
|---------|----------|-------|-------------|
|
|
309
|
+
| `/gaia-quick-spec` | Quick Spec | Sonnet | Rapid tech spec — skip full PRD |
|
|
310
|
+
| `/gaia-quick-dev` | Quick Dev | Sonnet | Implement a quick spec immediately |
|
|
307
311
|
|
|
308
312
|
### Creative Workflows
|
|
309
313
|
|
|
310
|
-
| Command | Workflow | Agent | Output |
|
|
311
|
-
|
|
312
|
-
| `/gaia-creative-sprint` | Creative Sprint | Multi-agent | `docs/creative-artifacts/` |
|
|
313
|
-
| `/gaia-design-thinking` | Design Thinking | Lyra | `docs/creative-artifacts/` |
|
|
314
|
-
| `/gaia-innovation` | Innovation Strategy | Orion | `docs/creative-artifacts/` |
|
|
315
|
-
| `/gaia-problem-solving` | Problem Solving | Nova | `docs/creative-artifacts/` |
|
|
316
|
-
| `/gaia-storytelling` | Storytelling | Elara | `docs/creative-artifacts/` |
|
|
317
|
-
| `/gaia-slide-deck` | Slide Deck | Vermeer | `docs/creative-artifacts/` |
|
|
318
|
-
| `/gaia-pitch-deck` | Pitch Deck | Vermeer | `docs/creative-artifacts/` |
|
|
314
|
+
| Command | Workflow | Agent | Model | Output |
|
|
315
|
+
|---------|----------|-------|-------|--------|
|
|
316
|
+
| `/gaia-creative-sprint` | Creative Sprint | Multi-agent | Opus | `docs/creative-artifacts/` |
|
|
317
|
+
| `/gaia-design-thinking` | Design Thinking | Lyra | Opus | `docs/creative-artifacts/` |
|
|
318
|
+
| `/gaia-innovation` | Innovation Strategy | Orion | Opus | `docs/creative-artifacts/` |
|
|
319
|
+
| `/gaia-problem-solving` | Problem Solving | Nova | Opus | `docs/creative-artifacts/` |
|
|
320
|
+
| `/gaia-storytelling` | Storytelling | Elara | Sonnet | `docs/creative-artifacts/` |
|
|
321
|
+
| `/gaia-slide-deck` | Slide Deck | Vermeer | Sonnet | `docs/creative-artifacts/` |
|
|
322
|
+
| `/gaia-pitch-deck` | Pitch Deck | Vermeer | Sonnet | `docs/creative-artifacts/` |
|
|
319
323
|
|
|
320
324
|
### Testing Workflows
|
|
321
325
|
|
|
@@ -330,35 +334,35 @@ Testing workflows are **integrated into the main lifecycle** — they are not op
|
|
|
330
334
|
| During `/gaia-brownfield` | `/gaia-nfr` + `/gaia-perf-testing` | REQUIRED steps |
|
|
331
335
|
| Before `/gaia-deploy-checklist` | traceability + CI + readiness PASS | HALT |
|
|
332
336
|
|
|
333
|
-
| Command | Workflow | Agent | Output |
|
|
334
|
-
|
|
335
|
-
| `/gaia-test-design` | Test Design | Sable | `docs/test-artifacts/` |
|
|
336
|
-
| `/gaia-test-framework` | Test Framework | Sable | `docs/test-artifacts/` |
|
|
337
|
-
| `/gaia-atdd` | ATDD | Sable | `docs/test-artifacts/` |
|
|
338
|
-
| `/gaia-test-automate` | Test Automation | Sable | `docs/test-artifacts/` |
|
|
339
|
-
| `/gaia-test-review` | Test Review | Sable | `docs/test-artifacts/` |
|
|
340
|
-
| `/gaia-ci-setup` | CI Setup | Sable | `docs/test-artifacts/` |
|
|
341
|
-
| `/gaia-nfr` | NFR Assessment | Sable | `docs/test-artifacts/` |
|
|
342
|
-
| `/gaia-trace` | Traceability Matrix | Sable | `docs/test-artifacts/` |
|
|
343
|
-
| `/gaia-a11y-testing` | Accessibility Testing | Sable | `docs/test-artifacts/` |
|
|
344
|
-
| `/gaia-perf-testing` | Performance Testing | Sable | `docs/test-artifacts/` |
|
|
345
|
-
| `/gaia-mobile-testing` | Mobile Testing | Sable | `docs/test-artifacts/` |
|
|
346
|
-
| `/gaia-teach-testing` | Teach Me Testing | Sable | `docs/test-artifacts/` |
|
|
337
|
+
| Command | Workflow | Agent | Model | Output |
|
|
338
|
+
|---------|----------|-------|-------|--------|
|
|
339
|
+
| `/gaia-test-design` | Test Design | Sable | Opus | `docs/test-artifacts/` |
|
|
340
|
+
| `/gaia-test-framework` | Test Framework | Sable | Sonnet | `docs/test-artifacts/` |
|
|
341
|
+
| `/gaia-atdd` | ATDD | Sable | Sonnet | `docs/test-artifacts/` |
|
|
342
|
+
| `/gaia-test-automate` | Test Automation | Sable | Sonnet | `docs/test-artifacts/` |
|
|
343
|
+
| `/gaia-test-review` | Test Review | Sable | Sonnet | `docs/test-artifacts/` |
|
|
344
|
+
| `/gaia-ci-setup` | CI Setup | Sable | Sonnet | `docs/test-artifacts/` |
|
|
345
|
+
| `/gaia-nfr` | NFR Assessment | Sable | Opus | `docs/test-artifacts/` |
|
|
346
|
+
| `/gaia-trace` | Traceability Matrix | Sable | Sonnet | `docs/test-artifacts/` |
|
|
347
|
+
| `/gaia-a11y-testing` | Accessibility Testing | Sable | Sonnet | `docs/test-artifacts/` |
|
|
348
|
+
| `/gaia-perf-testing` | Performance Testing | Sable | Sonnet | `docs/test-artifacts/` |
|
|
349
|
+
| `/gaia-mobile-testing` | Mobile Testing | Sable | Sonnet | `docs/test-artifacts/` |
|
|
350
|
+
| `/gaia-teach-testing` | Teach Me Testing | Sable | Sonnet | `docs/test-artifacts/` |
|
|
347
351
|
|
|
348
352
|
### Anytime Workflows
|
|
349
353
|
|
|
350
354
|
Available at any point in the lifecycle.
|
|
351
355
|
|
|
352
|
-
| Command | Workflow | Description |
|
|
353
|
-
|
|
354
|
-
| `/gaia-brownfield` | Brownfield Onboarding |
|
|
355
|
-
| `/gaia-document-project` | Document Project | Document a project for AI context |
|
|
356
|
-
| `/gaia-project-context` | Generate Project Context | Generate context for AI consumption |
|
|
357
|
-
| `/gaia-performance-review` | Performance Review | Analyze performance bottlenecks |
|
|
358
|
-
| `/gaia-brainstorming` | Brainstorming | Facilitated brainstorming session |
|
|
359
|
-
| `/gaia-party` | Party Mode | Multi-agent group discussion |
|
|
360
|
-
| `/gaia-advanced-elicitation` | Advanced Elicitation | Deep requirements elicitation |
|
|
361
|
-
| `/gaia-memory-hygiene` | Memory Hygiene | Detect stale or contradicted decisions in agent memory sidecars |
|
|
356
|
+
| Command | Workflow | Model | Description |
|
|
357
|
+
|---------|----------|-------|-------------|
|
|
358
|
+
| `/gaia-brownfield` | Brownfield Onboarding | Opus | 6-step orchestration with subagents for existing projects |
|
|
359
|
+
| `/gaia-document-project` | Document Project | Sonnet | Document a project for AI context |
|
|
360
|
+
| `/gaia-project-context` | Generate Project Context | Sonnet | Generate context for AI consumption |
|
|
361
|
+
| `/gaia-performance-review` | Performance Review | Opus | Analyze performance bottlenecks |
|
|
362
|
+
| `/gaia-brainstorming` | Brainstorming | Sonnet | Facilitated brainstorming session |
|
|
363
|
+
| `/gaia-party` | Party Mode | Sonnet | Multi-agent group discussion |
|
|
364
|
+
| `/gaia-advanced-elicitation` | Advanced Elicitation | Opus | Deep requirements elicitation |
|
|
365
|
+
| `/gaia-memory-hygiene` | Memory Hygiene | Sonnet | Detect stale or contradicted decisions in agent memory sidecars |
|
|
362
366
|
|
|
363
367
|
### Brownfield Onboarding (Deep Dive)
|
|
364
368
|
|
|
@@ -422,15 +426,15 @@ Standalone tasks that can be run anytime without a full workflow. These are sing
|
|
|
422
426
|
|
|
423
427
|
### Code & Security Reviews
|
|
424
428
|
|
|
425
|
-
| Command | Task | Description |
|
|
426
|
-
|
|
427
|
-
| `/gaia-adversarial` | Adversarial Review | Cynical critical review — finds weaknesses |
|
|
428
|
-
| `/gaia-edge-cases` | Edge Case Hunter | Identify edge cases and boundary conditions |
|
|
429
|
-
| `/gaia-review-security` | Security Review | OWASP-focused security review |
|
|
430
|
-
| `/gaia-review-api` | API Design Review | Review REST API against standards |
|
|
431
|
-
| `/gaia-review-deps` | Dependency Audit | Scan dependencies for vulnerabilities |
|
|
432
|
-
| `/gaia-review-a11y` | Accessibility Review | WCAG 2.1 compliance review |
|
|
433
|
-
| `/gaia-review-perf` | Performance Review | Code-level performance review |
|
|
429
|
+
| Command | Task | Model | Description |
|
|
430
|
+
|---------|------|-------|-------------|
|
|
431
|
+
| `/gaia-adversarial` | Adversarial Review | Opus | Cynical critical review — finds weaknesses |
|
|
432
|
+
| `/gaia-edge-cases` | Edge Case Hunter | Opus | Identify edge cases and boundary conditions |
|
|
433
|
+
| `/gaia-review-security` | Security Review | Opus | OWASP-focused security review |
|
|
434
|
+
| `/gaia-review-api` | API Design Review | Opus | Review REST API against standards |
|
|
435
|
+
| `/gaia-review-deps` | Dependency Audit | Sonnet | Scan dependencies for vulnerabilities |
|
|
436
|
+
| `/gaia-review-a11y` | Accessibility Review | Sonnet | WCAG 2.1 compliance review |
|
|
437
|
+
| `/gaia-review-perf` | Performance Review | Opus | Code-level performance review |
|
|
434
438
|
|
|
435
439
|
### Adversarial Review (`/gaia-adversarial`)
|
|
436
440
|
|
|
@@ -635,7 +639,7 @@ The single source of truth for project settings at `_gaia/_config/global.yaml`:
|
|
|
635
639
|
|
|
636
640
|
```yaml
|
|
637
641
|
framework_name: "GAIA"
|
|
638
|
-
framework_version: "1.
|
|
642
|
+
framework_version: "1.27.0"
|
|
639
643
|
|
|
640
644
|
user_name: "your-name"
|
|
641
645
|
project_name: "your-project"
|
package/gaia-install.sh
CHANGED
|
@@ -6,7 +6,7 @@ set -euo pipefail
|
|
|
6
6
|
# Installs, updates, validates, and reports on GAIA installations.
|
|
7
7
|
# ─────────────────────────────────────────────────────────────────────────────
|
|
8
8
|
|
|
9
|
-
readonly VERSION="1.
|
|
9
|
+
readonly VERSION="1.27.0"
|
|
10
10
|
readonly GITHUB_REPO="https://github.com/J-louage/Gaia-framework.git"
|
|
11
11
|
readonly MANIFEST_REL="_gaia/_config/manifest.yaml"
|
|
12
12
|
|