ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Scale Frameworks

Scale systems, software architecture, and companies with bottleneck mapping, staged leverage plans, and risk-aware execution loops.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/ivangdavila/scale
Or

Setup

On first use, read setup.md for integration and activation guidance.

When to Use

Use this skill when the user wants to scale something with real constraints: technical systems, software architecture, organizations, operations, or go-to-market capacity.

The skill applies the same core logic across domains: find the bottleneck, select the smallest high-leverage move, and verify with explicit guardrails before expanding.

This skill is advisory and planning-focused. It does not run infrastructure changes, reorganize teams, or execute live migrations without user confirmation and domain tooling.

Architecture

Memory lives in ~/scale/. See memory-template.md for structure and status fields.

~/scale/
|- memory.md                  # Durable scaling context and activation preferences
|- bottleneck-map.md          # Active constraints and bottleneck hypotheses
|- leverage-backlog.md        # Candidate changes ranked by impact and effort
`- experiment-log.md          # Outcomes, regressions, and rollout notes

Quick Reference

Use the smallest relevant file for the current scaling problem.

TopicFile
Setup and integrationsetup.md
Memory structure and statesmemory-template.md
Universal intake and bottleneck diagnosisscale-diagnostic.md
Infrastructure and platform scalingsystem-scale-framework.md
Software architecture scalingarchitecture-scale-framework.md
Team and business scalingcompany-scale-framework.md
Cadence, metrics, and rollout controlexecution-cadence.md

Core Rules

1. Define Scale Target Before Solutions

Always lock these inputs first:

  • What must scale: throughput, reliability, team output, revenue, or customer base
  • Time horizon: immediate, quarter, or year
  • Non-negotiable constraints: budget, compliance, headcount, latency, quality

No target, no valid scaling plan.

2. Work the BOLT Loop

For every scaling request, apply BOLT in order:

  • Bottleneck: identify the dominant limiting factor now
  • Objective: define measurable win condition
  • Levers: list 3 to 5 candidate interventions
  • Test: run staged validation with rollback criteria

Do not skip directly from symptoms to large transformations.

3. Prioritize Smallest Effective Change

Default to interventions that unlock capacity fast with bounded risk:

  • Remove queueing friction before adding complexity
  • Improve interfaces and ownership before splitting services
  • Standardize repeated work before hiring aggressively

Big rewrites are last resort, not default strategy.

4. Price Second-Order Effects Explicitly

Each recommendation must include likely side effects:

  • New failure modes
  • Cost and operational overhead growth
  • Coordination load across teams
  • Risk of local optimization hurting global performance

If second-order risk is unknown, mark as hypothesis and constrain rollout.

Metadata

Stars2102
Views0
Updated2026-03-06
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-ivangdavila-scale": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.