# Principle Redesign From First Principles

> Design the shape you would choose if the requirement had existed from day one, then migrate toward that shape. Use when when integrating a new requirement into a design that keeps fighting it.

- Skill: `theonlyfusioncube/principle-redesign-from-first-principles` (Agent Skill)
- Install (CLI): `npx skillmds@latest add theonlyfusioncube/principle-redesign-from-first-principles`
- Raw SKILL.md: https://api.skillmd.com/api/skills/theonlyfusioncube/principle-redesign-from-first-principles/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: TheOnlyFusionCube (https://skillmd.com/u/theonlyfusioncube)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/theonlyfusioncube/principle-redesign-from-first-principles

---

# Redesign from First Principles

## Trigger

When integrating a new requirement into a design that keeps fighting it.

## Rule

Design the shape you would choose if the requirement had existed from day one, then migrate toward that shape.

## Application

1. Name the concrete decision this principle changes.
2. Apply the rule to that decision, not as a decorative citation.
3. Prefer evidence from the current repository/runtime over generic preference.
4. If the principle conflicts with an explicit user constraint, keep the constraint and state the tradeoff.

