@hyperdrive.bot/bmad-sls-react
v0.1.1
Published
Battle-tested BMAD v6 module — 7 specialized agents for TypeScript + AWS Serverless + React + DynamoDB stacks
Maintainers
Readme
SLS-React: Battle-Tested Serverless + React Agent Pack
By Kingdom Group — extracted from 500+ real production sessions across multi-tenant SaaS products.
A BMAD v6 module providing 7 specialized agents for teams building on the TypeScript + AWS Serverless + React + DynamoDB stack.
These agents aren't theoretical — they were forged in production incidents, deploy failures, multi-tenant permission bugs, and real weekly planning sessions. Every persona encodes hard-won operational knowledge.
Stack Assumptions
These agents are most valuable when your project uses:
- TypeScript / Node.js — backend and frontend
- AWS Lambda + API Gateway — via Serverless Framework v4
- DynamoDB — single-table design patterns
- React (TanStack Router, TanStack Query, Tailwind CSS)
- Multi-tenant SaaS — ABAC, per-tenant resources, identity pools
- CI/CD — GitLab CI, GitHub Actions, or similar
They'll still work on adjacent stacks (Vue, RDS, CDK), but the deep expertise is in the combination above.
Agents
| Agent | Name | Icon | Specialty |
|-------|------|------|-----------|
| pirlo | Pirlo | :dart: | Il Maestro — Full-Stack Orchestrator. Story-driven dev with deploy + E2E as Definition of Done. The flagship. |
| lena | Lena | :scissors: | Pirlo-Aware Scrum Master. Writes stories Pirlo can execute. Splits epics, manages scope. |
| deploy | Major Tom | :rocket: | Deploy Operations Veteran. CI/CD, rollback procedures, cross-account AWS deploys, mission-phase thinking. |
| archie | Archie | :wrench: | Serverless Infrastructure Specialist. Modules, IAM, cross-module DDB, API Gateway routing. |
| tenancy | Tess | :office: | Multi-Tenancy Architecture Specialist. ABAC, per-tenant resources, identity pools, tenant isolation. |
| gws | Gus | :cloud: | Google Workspace Operations Specialist. Drive, Gmail, Calendar, Docs/Sheets — via the gws CLI. |
| coach | Coach | :church: | Anti-Procrastination Coach & Weekly Planning Copilot. Integrates Calendar, Jira, email for concrete planning. |
Installation
Via npm (recommended)
npm i -D @hyperdrive.bot/bmad-sls-reactThe postinstall script automatically copies the module into your project's _bmad/sls-react/ directory. On update (npm update), files are overwritten with the latest version.
To skip the auto-install (e.g., in CI where you don't need the agents): BMAD_SKIP_INSTALL=1 npm install
Via BMAD installer
git clone [email protected]:dev_squad/repo/bmad-packs.git /tmp/bmad-packs
npx bmad-method install --custom-content /tmp/bmad-packs/bmad-sls-react/moduleManual
Copy the module/ folder contents into your project's _bmad/sls-react/ directory:
git clone [email protected]:dev_squad/repo/bmad-packs.git /tmp/bmad-packs
cp -r /tmp/bmad-packs/bmad-sls-react/module/ your-project/_bmad/sls-react/Then update your _bmad/_config/agent-manifest.csv to include the new agents.
Dependencies
- BMAD v6.0.0+ (v6.2.0 recommended)
- bmm module (recommended) — Pirlo and Lena reference bmm workflows for story-driven development
- gws CLI (optional) — required for the GWS agent (
npm i -g @hyperdrive.bot/gws)
Package Structure
@hyperdrive.bot/bmad-sls-react/
├── package.json # npm package config + postinstall hook
├── README.md # This file
├── scripts/install.js # Copies module/ into _bmad/sls-react/
└── module/ # BMAD module payload (installed content)
├── module.yaml # BMAD v6 module config + install prompts
├── config.yaml # Agent variable resolution template
├── agents/
│ ├── pirlo.md # Full-stack orchestrator
│ ├── lena.md # Pirlo-aware scrum master
│ ├── deploy.md # Deploy operations veteran
│ ├── archie.md # Serverless infrastructure
│ ├── tenancy.md # Multi-tenancy specialist
│ ├── gws.md # Google Workspace ops
│ ├── gws-sidecar/ # GWS operational knowledge + scope refs
│ └── coach.md # Anti-procrastination coach
└── teams/
└── default-party.csvVersion Compatibility
- Targets BMAD v6.0.0 - v6.2.0 module format
- Agent files use
.mdformat (not.agent.yaml) - v6.2.1+ skills-based format: conversion planned for a future release
About
Built by Kingdom Group — a software studio specializing in multi-tenant SaaS products on AWS. These agents encode the patterns, mistakes, and victories from shipping real products to real customers.
Published under the @hyperdrive.bot npm scope.
License
MIT
