Configurable Features

Elixium adapts to your team. Whether you're a solo developer shipping fast or an enterprise team with full governance, you can configure which features appear on your story cards and in your workflow.


Feature Bundles

Elixium organizes features into four logical bundles. Each bundle can be enabled or disabled at the workspace or board level.

๐Ÿค

Balanced Team

Features for cross-functional product teams with dedicated roles.

  • โ€ข Design URL field (Figma, Miro links)
  • โ€ข Three Amigos check (Design, Product, Eng)
  • โ€ข Objective/OKR linking

Best for: Teams with PM, Designer, and Engineers

๐Ÿงช

Learning Loop

Hypothesis-driven development and experiment tracking.

  • โ€ข Hypothesis field
  • โ€ข Risk Profile tags (User, Tech, Market)
  • โ€ข Confidence scoring (Icebox)
  • โ€ข Outcome summary capture

Best for: Lean Startup, product discovery teams

โš™๏ธ

TDD Workflow

Test-Driven Development enforcement for AI agents.

  • โ€ข Workflow stage badge
  • โ€ข Test plan review and approval
  • โ€ข Branch and commit tracking
  • โ€ข MCP tools: start_story, propose_tests, submit_review

Best for: Teams using AI coding assistants

๐Ÿค–

AI Tools

AI-powered suggestions and automation.

  • โ€ข AI Pair: Draft story and acceptance criteria
  • โ€ข Story split suggestions
  • โ€ข Dependency analysis
  • โ€ข Epic recommendations

Best for: Teams wanting AI assistance

Cascading Configuration

Features follow a cascading priority system. This allows workspace defaults while enabling per-board customization.

Priority 1
Board Override
Explicit per-board setting (Enabled/Disabled)
Priority 2
Workspace Default
Team-wide setting from Workspace Settings
Priority 3
Smart Default
Based on your team profile

Smart Defaults

When you complete onboarding, Elixium automatically configures features based on your team profile.

Team ProfileBalanced TeamLearning LoopTDD WorkflowAI Tools
Solo DeveloperOFFOFFOFFON
Small Team (2-5)OFFOFFONON
Team with Designer/PMONOFFONON
Hypothesis-DrivenONONONON
Enterprise (16+)ONONONON

Workspace Templates

During onboarding, you can choose a pre-configured template for one-click setup, or customize settings manually.

๐Ÿ‘คSolo Developer

Ship fast, stay focused

๐Ÿš€Startup Team

Speed over ceremony

๐Ÿ”ฌLean Startup

Validate before you build

๐ŸคProduct Team

Three Amigos collaboration

๐ŸขEnterprise

Maximum visibility & control

๐ŸŒRemote / Async

Clear context, fewer meetings

Configuring Features

Workspace Settings

Access Workspace Settings from the gear icon in the header. Here you can:

  • Toggle feature bundles on/off for all boards
  • Update your team profile
  • Apply a workspace template
  • Export/import settings for backup or transfer

Board Settings

Access Board Settings from the board menu. Each feature can be set to:

  • Inherit from workspace โ€” Uses the workspace default
  • Always enabled โ€” Force on for this board
  • Always disabled โ€” Force off for this board

This is useful for boards with different purposes. For example, you might have a "Experiments" board with Learning Loop enabled, and a "Maintenance" board with it disabled.

MCP Agent Awareness

AI agents connected via MCP are aware of your feature configuration. They can:

  • Query configuration: The get_feature_config tool returns which features are enabled and your team profile.
  • Conditional tools: TDD Workflow and Learning Loop tools only appear when those features are enabled.
  • Team context: Agents see your team size, roles, and development approach to tailor suggestions.
# Example: Agent querying feature config
โœ… Balanced Team: OFF
โœ… Learning Loop: ON
โœ… TDD Workflow: ON
โœ… AI Tools: ON
Team: 5 engineers, Lean Startup approach

Export & Import

You can export your workspace settings to a JSON file for backup or transfer to another workspace.

To export: Workspace Settings โ†’ Show Advanced Options โ†’ Export Settings

To import: Workspace Settings โ†’ Show Advanced Options โ†’ Import Settings โ†’ Upload JSON or paste