Surface expert frameworks. Use when creating or evaluating skills, hooks, or agents.
Installation
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
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.
Workflow Integration
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.
Domain Modules
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.
Instruction Design: modules/instruction-design.md - Teaching techniques and behavioral objectives.
Code Review: modules/code-review.md - Review methodologies and feedback patterns.
The domain is identified by name (e.g., "Instruction Design", "Debugging") and at least one
module from modules/ is loaded and consulted.
A methodology brief is produced naming at least one expert, their key framework, and a
"Use When / Avoid When" statement applicable to the current work.
If the task falls under a "Skip" condition (well-defined spec, purely mechanical fix), the
skip is stated explicitly rather than silently omitted.
Any framework selected references one of the documented modules
(instruction-design.md, code-review.md, debugging.md, testing.md,
knowledge-management.md, or decision-making.md) rather than an invented source.