plugins/abstract/skills/methodology-curator/SKILL.md
Surface expert frameworks. Use when creating or evaluating skills, hooks, or agents.
npx skillsauth add athola/claude-night-market methodology-curatorInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Identifying the best way to approach a domain is often more difficult than the technical scaffolding itself. This skill surfaces frameworks from domain masters to prevent reinventing established processes and identify methodology gaps in existing work. It should be used as a brief initial check before brainstorming or evaluation begins.
When starting new work, identify the domain (e.g., Instruction Design, Code Review, or Knowledge Management) and consult the corresponding module in modules/ to discover experts and their frameworks. Select principles that fit your context and document them in a methodology brief before proceeding to creation.
For existing work, determine what the skill or hook is trying to teach and compare it against established frameworks. This gap analysis identifies opportunities to add missing principles or align terminology with recognized standards. Surgically add methodology rather than rewriting from scratch to maintain authority and effectiveness.
Each module in the modules/ directory provides a curated list of masters, key works, and actionable frameworks. These resources include selection guides and anti-patterns to avoid for each domain.
modules/instruction-design.md - Teaching techniques and behavioral objectives.modules/code-review.md - Review methodologies and feedback patterns.modules/debugging.md - Systematic troubleshooting frameworks.modules/testing.md - TDD masters and test design patterns.modules/knowledge-management.md - Note-taking and knowledge systems.modules/decision-making.md - Mental models and decision frameworks./validate-plugin instead)Each module contains:
To expand the masters database, create a new module following this template:
# [Domain Name] Masters
## Masters Overview
| Expert | Key Contribution | Best For |
|--------|-----------------|----------|
| Name | Framework/Book | Context |
## Detailed Frameworks
### [Framework 1]
**Source**: [Expert] - [Work]
**Core Idea**: [One sentence]
**Key Principles**:
- Principle 1
- Principle 2
**Use When**: [Context]
**Avoid When**: [Anti-context]
## Selection Matrix
[Decision guide for choosing between frameworks]
After curating methodologies, the skill authoring workflow benefits from:
/create-skill - Skill creation workflow (use after this)/create-hook - Hook creation workflowsuperpowers:brainstorming - Refine approach after methodology selectionskill-authoring - Detailed skill writing guidance/skills-eval - Evaluate skill quality (complements methodology audit)/analyze-skill - Analyze skill complexity/bulletproof-skill - Harden against rationalizationpensive:code-reviewer - Code review (uses code-review domain)research
Generate diverse solution candidates with category-spanning ideation methods and rotation. Use when stuck on a design or fighting repetitive LLM output.
tools
--- name: validate-pr description: Use when you need a diff-derived test plan for a PR: reads the diff, groups changes by area, runs targeted verifications, and proves revert-tests are genuine guards, not dead assertions. alwaysApply: false category: validation tags: - pr - validation - test-plan - diff - revert-test - evidence tools: [] usage_patterns: - diff-derived-test-plan - revert-test-quality-check - evidence-capture complexity: intermediate model_hint: standard estimated_tokens: 650
development
Contract for the project decision journal (tradeoffs and lessons-learned logs). Use when recording a decision, tradeoff, or lesson, or building a consumer hook.
development
Ramps implementation ambition a notch only after the prior increment is understood. Use when building a feature you must understand, not just ship.