Skip to main content
RStack is an npm package that can sit on top of Pi, Claude Code, Operator, Codex-style CLIs, Gemini-style CLIs, or a custom harness. Business Flex profiles make that package feel tailored instead of dumping the whole catalog on every project. A profile answers four questions before agents run:
  1. Which business workflow is this project using?
  2. Which agent domains are enabled?
  3. Which plugins and specialists should be considered first?
  4. What budget guardrails should planning use?

Quick setup

init writes these project-local files without overwriting existing files:
The default profile is business-flex, so npx rstack-agents init is enough for most business teams.

Built-in profiles

Examples:

What the profile changes in real runs

When sdlc_start and sdlc_plan run, RStack reads .rstack/rstack.config.json and .rstack/budget.json. The run then records:
  • manifest.profile
  • manifest.workflow
  • budget policy events
  • task-level profile
  • task-level workflow
  • task-level routing.explanation
  • task-level budget_envelope
A planned task includes routing proof like this:

Edit the profile safely

You can narrow the active teams any time:
Then validate the catalog:

Business Hub visibility

Open the Business Hub:
The Business Flex page shows real .rstack data:
  • active profile packs
  • enabled domains
  • run budget totals
  • task budget envelopes
  • agent routing proof
  • selected specialists
Nothing is fake/demo state. If a panel is empty, the run has not written that profile/routing/budget data yet.

Current limitation

Profiles currently shape planning, routing metadata, budget policy, and dashboard visibility. They do not yet physically prune npm package contents during installation; the package still ships the complete catalog so offline/project-local routing works. The next product step is a registry/pack installer that can copy only selected packs into .rstack/ for stricter enterprise footprints.