framework-curator

Proposes, validates, and executes governed changes to the Solo Builder Framework repository.

Updated Apr 13, 2026
One-click install
npx skills add https://github.com/scoots31/engineering-playbook --skill framework-curator-scoots31
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: framework-curator
Source: https://github.com/scoots31/engineering-playbook/tree/main/skills/framework-curator
Command: npx skills add https://github.com/scoots31/engineering-playbook --skill framework-curator-scoots31

SYSTEM DOCUMENTATION & REQUIREMENTS

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."

Frequently Asked Questions about framework-curator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add a new skill to the Solo Builder Framework?

Invoke the framework curator with your skill idea. It asks clarifying questions about category and activation pattern, reads the framework docs, drafts a full cascade proposal covering SKILL.md, README, and communications files, then executes only after your approval.

How do I modify an existing framework skill safely?

Tell the curator which skill and what behavior is changing. It reads the target SKILL.md plus every file referencing it, previews the exact text changes, runs a principle check, and waits for approval before executing the cascade.

Can the framework curator change project files?

No. The curator operates only on the framework repository itself. Project-level changes flow through the normal phase skills, keeping framework governance separate from project execution.

What happens if a proposed change violates a framework principle?

The curator flags the violation explicitly in the principle check section of the proposal and asks whether the principle is being changed intentionally. You can still proceed, but it becomes an explicit acknowledged decision, never a silent one.

Does the curator execute changes without approval?

Never. Every change is proposed with a full preview first, and the curator waits for an explicit approve, approve-with-edits, or reject response. Rejected proposals result in no action.

What files get updated when a framework skill changes?

The curator identifies the affected subset from the documentation cascade: the SKILL.md itself, README, framework docs, skills-reference and process-map HTML, deck slides, Cursor rules templates and installed files, and CHANGELOG with a versioned entry.