select-scalardb-edition

Analyze project requirements to select a ScalarDB edition and generate a configuration file.

5|Updated Feb 10, 2026
One-click install
npx skills add https://github.com/wfukatsu/architecture-redesign-agent --skill select-scalardb-edition
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: select-scalardb-edition
Source: https://github.com/wfukatsu/architecture-redesign-agent/tree/main/.claude/skills/select-scalardb-edition
Command: npx skills add https://github.com/wfukatsu/architecture-redesign-agent --skill select-scalardb-edition

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

ScalarDB Edition Selection Agent provides a guided, interactive way to determine the optimal ScalarDB edition (OSS, Enterprise Standard, Enterprise Premium) based on deployment, API needs, features, storage choices, and environment constraints. This ensures licensing alignment and prevents misconfiguration downstream.

Core Features & Use Cases

  • Context-aware edition guidance based on user requirements gathered through an interactive workflow.
  • Outputs a downstream configuration file named scalardb-edition-config.md in the work/{project} directory for downstream skills to consume.
  • Supports defaulting to Enterprise Standard when requirements are ambiguous.

Quick Start

Run the select-scalardb-edition agent against your project to generate a scalardb-edition-config.md in the work directory.

Frequently Asked Questions about select-scalardb-edition

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I choose the right ScalarDB edition for my deployment environment?

The selection process enforces edition constraints by evaluating your deployment mode, API type, required features, and storage backends against OSS and Enterprise limitations. This prevents misconfiguration and ensures licensing alignment for your project.

What is the difference between ScalarDB OSS and Enterprise editions?

When ScalarDB requirements are ambiguous, the selection process defaults to Enterprise Standard. This ensures a baseline of enterprise-grade features while still generating a structured configuration file for your project.

How do I configure ScalarDB storage backends and API types for my project?

You configure ScalarDB storage backends and API types by defining them during the interactive edition selection workflow. The agent outputs this structured configuration, including edition, deployment_mode, api_type, features, and storage_backends, to a downstream file.

What downstream configuration file is generated after selecting a ScalarDB edition?

After selecting a ScalarDB edition, the workflow generates a structured configuration file named scalardb-edition-config.md in the work directory. This file contains the edition decision, deployment mode, API type, features, and storage backends for downstream skills to consume.

Can I use ScalarDB OSS edition for enterprise-level storage backends?

Using ScalarDB OSS edition for enterprise-level storage backends depends on the specific edition constraints enforced during the selection process. The agent evaluates your required storage choices and environment constraints to verify OSS compatibility or recommend an Enterprise edition.