Skip to main content
This page is the product gap list for the business-flex version of RStack. It is based on the current codebase and recent AI-agent platform direction: multi-agent workflows, tool mediation, typed handoffs, traceability, evaluation, budget controls, and context protocols.

Patterns worth adopting

Open-source learning notes

RStack can learn from open-source agent frameworks without copying code blindly:
  • OpenAI Agents SDK emphasizes multi-agent workflows, tracing, handoffs, and model-provider flexibility.
  • Model Context Protocol emphasizes standardized context/tool interfaces and schema-first interoperability.
  • Google ADK emphasizes code-first agents, evaluation, deployment, and control.
  • AI SDLC reference architectures emphasize governance, tool orchestration, observability, human gates, and enterprise policy.
Use those projects as design references. Do not paste their code or prompts into RStack unless the license is compatible and attribution is preserved.

Current loopholes in the application

  1. Pack installerrstack-agents packs install backend-development unit-testing security-scanning.
  2. Usage ingestion — allow host frameworks to write .rstack/runs/<run-id>/usage.jsonl.
  3. Validator sandbox runner — enforce read-only validator tools at the RStack bridge layer.
  4. Dashboard diagnostics — show missing contract/event reasons per Business Flex panel.
  5. Safe OSS import — license-aware agent/plugin adaptation workflow.
  6. MCP adapter — expose core SDLC tools through a standard context/tool protocol.

Decision rule for business users

If the user says “upgrade this application”, do not enable the entire catalog. Start with:
  • business-flex for production/business work
  • lean-mvp for prototypes
  • enterprise-webapp for compliance-heavy web apps
Then narrow .rstack/rstack.config.json to the smallest domains required by the request.