# Principle Redesign From First Principles

> Integrate a cross-cutting requirement as if it had shaped the system from the start, then propagate one coherent rule through code, tests, docs, and examples.

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

---


# Integrate the requirement

Treat the request text that activated this skill as the new foundational requirement.

Apply [redesign from first principles](../pkstack-principles/references/catalog.md#redesign-from-first-principles).
Read the full affected boundary, design the shape that would exist if the requirement were original,
and propagate it through types, callers, tests, docs, and examples. Deliver it in verifiable units.
Return the single integrated rule and any removed bolt-on path.

