chore(instructions): reduce bootstrap payload by extracting reusable …#58
chore(instructions): reduce bootstrap payload by extracting reusable …#58scappuccino-grid wants to merge 1 commit intomainfrom
Conversation
…content into skills Extract reusable content from bootstrap rules into standalone skills loaded via ACQUIRE, reducing bootstrap payload from 556 to ~200 lines (64% reduction). New skills: hitl, subagent-orchestration, execution-discipline, risk-assessment, prep-steps. Updated: questioning skill, load-context skill, CLAUDE.md, plugin bootstrap mirrors. Made-with: Cursor
Rosetta Triage ReviewSummary: This PR refactors the bootstrap instruction system by extracting large inline sections from bootstrap rules into five standalone skill files ( Findings:
Suggestions:
Automated triage by Rosetta agent |
There was a problem hiding this comment.
The task was to extract if-then style skills from bootstrap and reduce duplication. "Execution-discipline" is not a skill, it is not going to be invoked by AI reliably, mostly because it does not provide a need.
Good examples of skills:
- Deviation (if you deviate or cannot achieve original goal...)
- Risk assessment (step before execution, we can directly invoke)
- Self-organization (if file is large, ...)
- Self-learning and memory (if user is unhappy or you made a mistake, ...)
- Sensitive data handling (if you see sensitive or even possibly sensitive data, ...)
- HITL (if not disabled explicitly by user with exactly "No HITL", ....)
- Subagent/Orchestrator rules (if you are subagent ..., if you are orchestrator ... + some rules are duplicate)
- Dangerous Actions (if action or consequence ...)
These are good skills => AI knows what to look for AND will engage whenever it is called.
…content into skills
Extract reusable content from bootstrap rules into standalone skills loaded via ACQUIRE, reducing bootstrap payload from 556 to ~200 lines (64% reduction).
New skills: hitl, subagent-orchestration, execution-discipline, risk-assessment, prep-steps.
Updated: questioning skill, load-context skill, CLAUDE.md, plugin bootstrap mirrors.
Made-with: Cursor