Quick start
Get RedTeam running in a few minutes.
1. Install
Section titled “1. Install”npx --yes github:CurateLabs/RedTeam installThis detects harness folders (.cursor, .claude, .agents) and installs the skill. Customize with:
npx --yes github:CurateLabs/RedTeam install --providers=cursor,claude,agents --scope=project2. Reload
Section titled “2. Reload”Restart or reload your AI harness so it picks up the new skill.
3. Run a command
Section titled “3. Run a command”In chat:
/redteam challenge our plan to migrate to microservices by Q3Or use a playbook for a common decision type:
/redteam sequence product launch for payments v24. (Optional) Persist context
Section titled “4. (Optional) Persist context”For an ongoing decision, capture structured context once:
/redteam initThis creates a .redteam/ directory with CONTEXT.md and review folders. See .redteam/ directory.
Pin shortcuts
Section titled “Pin shortcuts”Create a pinned alias for a command you use often:
/redteam pin premortemThen invoke /premortem directly.