Skill · Free Download

Teach any AI to build frameworks, not one-off answers.

Framework Builder is a single skill file that gives an AI agent a repeatable method for turning your domain expertise into a structured, reusable framework. One file, any domain, no signup.

FORMAT SKILL.md LICENSE MIT VERSION 1.0 SESSION 00:00:00
New to skills?

What a skill is

A skill is a plain text file that gives an AI a specific capability: instructions it loads only when the task calls for it. You drop the file into your AI tool once, and from then on the agent knows how to do that job.

This one teaches the job of building frameworks. Instead of asking an AI for an answer you will need again next week, you ask it to build the repeatable system that produces that answer every time.

What it does

Builds five-layer frameworks from any domain expertise

Give the agent something you know how to do well. It walks that expertise through a fixed five-layer architecture, so the output is structured the same way every time and both people and agents can follow it.

1
Principles FoundationWhy

The evidence-backed core truths that make the domain work, each with the reason it is true.

2
Systematic ApproachHow

The method as reasoning steps with decision logic, not a brittle list of actions.

3
Force MultipliersLeverage

The named mechanisms where small inputs produce outsized results.

4
Success MetricsMeasurement

What good output looks like, and the failure signals that catch a confident wrong answer.

5
Implementation GuidanceDeployment

How to use it in context, including the edge cases a human handles on instinct and an agent would miss.

Output shape · illustrative excerpt
Framework: First-Response Speed for Inbound Leads
Layer 1A reply within four hours converts roughly 3x better, because prospects evaluate alternatives in parallel and the first credible answer anchors them.
Layer 2Triage on intent signal first, not arrival order: qualify, then route the highest-intent lead to a human within the window.
Layer 3A saved-reply library turns each answered question into reusable inventory, cutting the next response time without cutting quality.
Layer 4Good: median first-response under the window. Failure: fast but generic replies that raise speed and lower conversion.
Layer 5After hours, an honest auto-acknowledgement with a real time commitment beats a bot pretending to be a person.

Illustrative only. The skill generates the full framework from the expertise you bring to it.

VERSION 1.0 · MIT LICENSED · ONE FILE

Download the skill

Grab the SKILL.md file. No signup, no email, no gate. Yours to use, share, and build on.

Download SKILL.md
Prefer the source? View it on GitHub.
Install

Where the file goes

In Claude Code, a skill is a folder with a SKILL.md inside it. Create the folder in your personal skills directory and drop the file in:

# make a personal skill folder, then add the file
mkdir -p ~/.claude/skills/framework-builder
mv ~/Downloads/framework-builder-SKILL.md ~/.claude/skills/framework-builder/SKILL.md

Start Claude Code and type /framework-builder, or just ask it to build a framework for something. The three install locations Claude Code reads:

Personal~/.claude/skills/framework-builder/SKILL.md
Project.claude/skills/framework-builder/SKILL.md
Plugin<plugin>/skills/framework-builder/SKILL.md

The file is portable text, so it also works anywhere you can paste custom instructions: a Claude Project, a Cursor rule, a custom GPT, or any agent that reads a skill file.

What it is, and what it is not

Used honestly: this file teaches an AI to produce a well-structured, agent-readable five-layer framework with coherent principles and a real method. That is genuinely more useful than a prompt.

What it does not ship is the intelligence library behind SIOS, the cross-domain force-multiplier catalog with documented mechanisms and interaction effects. Without that, an agent draws force multipliers from its own general knowledge. The download is the architecture; the catalog is what fills it. Both are real, and they are different instruments.

Changelog

Version history

License & credit

Attribution

Framework Builder is released under the MIT License. Created by Mike Goetz at RageDesigner, from a methodology used to build 1,000+ frameworks across federal contracting, sales, medical advocacy, video production, and dozens of other domains since 2024. Keep the attribution line intact when you share the file. Learn the method at howtoframework.com.