super-skilllisted
Install: claude install-skill anshmajumdar121/skill-x
# Changelog (self-evolution audit trail)
| Date | Change | Reason | Evidence | Reversible? |
|---|---|---|---|---|
| 2026-07-17 | Initial synthesis of TLG + efficient-fable | First version | Both parent SKILL.md files | Yes (git) |
| 2026-07-17 | Added Self-Evolution Protocol (this section + `references/self-evolution.md`) | User requested automatic improvement capability with strict internal guardrails | User request; standard skill-evolution pattern | Yes (changelog) |
# SuperSkill (Rigor + Delegation)
Two-mode skill combining the **rigor** of the GPT-5.6 Sol execution
framework with the **delegation efficiency** of the Efficient Fable
pattern. The rigor mode is the default outer loop; delegation mode is
opted into when the task is parallelizable and token/codebase-heavy.
> Parent skills: `think-like-gpt-5-6` (rigor framework),
> `efficient-fable` (delegation pattern). This skill is a synthesis —
> both parent skills remain installed for their own direct triggers. Use
> this skill when you want both at once.
## Inputs to collect
In all cases, the intake record from
`references/principles-and-loop.md` §3. Plus a **delegation
eligibility check** (NEW for SuperSkill):
- **Is the work parallelizable?** Can the task be sliced into chunks
that don't depend on each other? If yes → consider delegation mode.
- **Where is the expensive-token risk?** Large repo search, long logs,
broad docs, repetitive edits, or heavy generation?
- **Is there a cheaper subagent available?**