# CLAUDE.md — @aaidd/sis (Strategy Innovation Studio)

## What This Is
AAIDD module: Strategy Innovation Studio (SIS). Previously called "Creative Intelligence Suite" under the BMAD branding. This is Albin's rebrand — AAIDD = Agile AI-Driven Development (formerly BMAD-METHOD).

## Package
- npm: `@aaidd/sis@0.1.8`
- GitHub: `AlbinB/aaidd-sis`

## Stack
- Node.js, YAML agent definitions in `src/`
- Astro docs website in `website/`
- Tests in `test/`

## Key Commands
```bash
npm run check:bmad-refs    # Pre-publish guard — fails if BMAD refs found in src/
npm run test               # Full test suite
npm run prepublishOnly     # Runs check:bmad-refs automatically
```

## Current Task: Repo-Only BMAD Ref Cleanup
Customer-facing `src/` is already clean. We're cleaning repo-only files:
- CNAME: `cis-docs.bmad-method.org` → delete (we don't host docs there yet)
- README.md: old npm badge, bmad-method.org URLs, bmad-code-org GitHub URLs
- CONTRIBUTING.md: bmad-code-org GitHub URLs
- CONTRIBUTORS.md: bmad-code-org GitHub URL
- docs/: bmad-method.org URLs, bmad-code-org GitHub URLs
- .github/: workflows referencing bmad-method, bmad-code-org
- .github/FUNDING.yaml: `buy_me_a_coffee: bmad`
- .github/CODE_OF_CONDUCT.md: BMAD Discord
- website/src/: comments referencing bmad-module-creative-intelligence-suite (path prefix)
- test/: comment mentioning bmad-builder format

## Rename Rules
- `bmad-code-org` → `AlbinB` (GitHub org)
- `bmad-module-creative-intelligence-suite` → `aaidd-sis` (repo name)
- `bmad-method.org` → leave as-is for now (domain not migrated yet) OR replace with GitHub URLs
- `bmad-method` (npm package ref) → `@aaidd/core`
- `BMad Method` / `BMAD` (display name) → `AAIDD` or `Agile AI-Driven Development`
- `BoMB!` → `Meta Builder`
- `Creative Intelligence Suite` → `Strategy Innovation Studio`

## What NOT to Do
- Don't touch `src/` — it's already clean
- Don't modify `package.json` scripts that reference `bmad-refs` (that's the guard script name, not a BMAD reference)
- Don't delete `.github/workflows/` — update them in place
- Don't change the package name or version
