Skip to main content

Environment variables

Business Flex profile files

These are project files, not environment variables: Create them with:
See Business Flex Profiles for profile examples.

Identity & people

Business Hub

Approvals (see Approvals & Policy)

Notifications (see Webhooks)


Project layout


Project-local overrides

Place overrides in .rstack/ or .pi/rstack/. Local files take precedence over the package defaults. Adding a custom agent:
Adding a custom skill:
Adding a custom plugin:

Agent frontmatter schema

All agent files follow this frontmatter schema:
Valid model values:
  • haiku — Fast, lightweight tasks
  • sonnet — Standard tasks (most pipeline agents)
  • opus — Complex tasks: architecture, code generation, security
Valid tools values:
  • Bash, Read, Write, Edit, Grep, Find, LS
  • Validators should only have: Read, Grep, Find, LS

Registry refresh

After adding local overrides, refresh the registry:
This re-scans all asset directories (package + project-local), rebuilds registry/*.json, and reports any errors.

Adapter roadmap

Planned native adapters (not yet available): Track progress and contribute at github.com/richard-devbot/SDLC-rstack.