Skip to content

Quick start

Get RedTeam running in a few minutes.

Terminal window
npx --yes github:CurateLabs/RedTeam install

This detects harness folders (.cursor, .claude, .agents) and installs the skill. Customize with:

Terminal window
npx --yes github:CurateLabs/RedTeam install --providers=cursor,claude,agents --scope=project

Restart or reload your AI harness so it picks up the new skill.

In chat:

/redteam challenge our plan to migrate to microservices by Q3

Or use a playbook for a common decision type:

/redteam sequence product launch for payments v2

For an ongoing decision, capture structured context once:

/redteam init

This creates a .redteam/ directory with CONTEXT.md and review folders. See .redteam/ directory.

Create a pinned alias for a command you use often:

/redteam pin premortem

Then invoke /premortem directly.