Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@hyperdrive.bot/bmad-sls-react

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hyperdrive.bot/bmad-sls-react

Battle-tested BMAD v6 module — 7 specialized agents for TypeScript + AWS Serverless + React + DynamoDB stacks

latest
Source
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

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

AgentNameIconSpecialty
pirloPirlo:dart:Il Maestro — Full-Stack Orchestrator. Story-driven dev with deploy + E2E as Definition of Done. The flagship.
lenaLena:scissors:Pirlo-Aware Scrum Master. Writes stories Pirlo can execute. Splits epics, manages scope.
deployMajor Tom:rocket:Deploy Operations Veteran. CI/CD, rollback procedures, cross-account AWS deploys, mission-phase thinking.
archieArchie:wrench:Serverless Infrastructure Specialist. Modules, IAM, cross-module DDB, API Gateway routing.
tenancyTess:office:Multi-Tenancy Architecture Specialist. ABAC, per-tenant resources, identity pools, tenant isolation.
gwsGus:cloud:Google Workspace Operations Specialist. Drive, Gmail, Calendar, Docs/Sheets — via the gws CLI.
coachCoach:church:Anti-Procrastination Coach & Weekly Planning Copilot. Integrates Calendar, Jira, email for concrete planning.

Installation

npm i -D @hyperdrive.bot/bmad-sls-react

The 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 git@gitlab.com:dev_squad/repo/bmad-packs.git /tmp/bmad-packs
npx bmad-method install --custom-content /tmp/bmad-packs/bmad-sls-react/module

Manual

Copy the module/ folder contents into your project's _bmad/sls-react/ directory:

git clone git@gitlab.com: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.csv

Version Compatibility

  • Targets BMAD v6.0.0 - v6.2.0 module format
  • Agent files use .md format (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

Keywords

bmad

FAQs

Package last updated on 23 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts