metacognitive-self-mod
Metacognitive Self-Modification
Analyze the effectiveness of past skill improvements and refine the improvement process itself. This is the core innovation from the Hyperagents paper: not just improving skills, but improving HOW skills are improved.
Context Triggers (auto-invocation)
This skill should be invoked automatically when:
-
Regression detected: The homeostatic monitor finds a skill's evaluation window ended in
pending_rollback_reviewstatus. The improvement made things worse -- we need to understand why. -
Low effectiveness rate: When
ImprovementMemory.get_effective_strategies()vsget_failed_strategies()shows effectiveness below 50%, the improvement process itself needs refinement.
More from athola/claude-night-market
project-planning
Turn a specification into a phased implementation plan with dependency ordering.
125code-quality-principles
KISS, YAGNI, and SOLID code quality principles for clean code, reducing complexity and preventing over-engineering.
93project-brainstorming
Guide project ideation via Socratic questioning to generate project briefs.
91doc-generator
Generate or remediate documentation with human-quality writing and style.
80rigorous-reasoning
Anti-sycophancy reasoning checklist.
78project-specification
Transform project briefs into testable specifications with user stories, acceptance criteria, and measurable outcomes.
77