What problem does it solve? Frameworks drift: skills fall out of sync with documentation, principles erode silently, and ad-hoc edits break downstream phases. This Skill governs every change to the Solo Builder Framework itself, ensuring each modification is proposed, previewed, approved, and cascaded across all affected files before execution. ## Core Features & Use Cases - Change Proposal Workflow: Drafts a four-part proposal (what's changing, file cascade, full text preview, principle check) and waits for explicit approval before touching any file. - Documentation Cascade Management: Tracks every file that must stay in sync — SKILL.md files, README, framework docs, communications HTML, Cursor rules, and CHANGELOG — so nothing drifts. - Principle Enforcement: Checks every proposed change against ten load-bearing principles (process-first, four anchors, gates, output contract) and flags violations explicitly. - Use Case: You want to add a new skill to the framework. The curator reads the relevant docs, drafts the full cascade including the new SKILL.md, README entry, skills-reference card, and Cursor rules update, shows you the exact text, and only executes after you approve — then versions, tags, pushes, and validates integrity. ## Quick Start Ask the curator to add a new skill or modify an existing one, for example: "I want to add a skill that converts brand-specific language in SKILL.md files — draft the change proposal."