.cursor/skills/explain-topic/SKILL.md
Refresh your memory on any topic by synthesizing local repo files, Hormozi assets, skills, and web research into a tiered briefing. Use when the user says /explain [topic], asks "what do we know about X", "remind me about X", "catch me up on X", or wants to explore and internalize a topic from the repo or the web.
npx skillsauth add alexwox/genesis-template explain-topicInstall 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.
Help the user quickly recall, internalize, and explore what they know about a topic. Reads local repo files first, routes to web research when the knowledge isn't local, and always presents a tiered refresher: TLDR first, deeper on request.
Slash command: /explain [topic]
Apply when the user asks things like:
Extract the topic from the user's message. The topic might be:
Search the repo for files related to the topic. Search these locations in order:
| Location | What lives there | Search method |
|---|---|---|
| ideas/ | Brainstorm sessions, idea files | Directory names + file names + content grep |
| outputs/book-summaries/ | Hormozi book summaries (.md and .json) | File names + content grep |
| outputs/research/ | Research outputs and benchmarks | File names + content grep |
| outputs/problem-trees/ | MECE problem trees | File names + content grep |
| assets/ | Source PDFs (Hormozi playbooks, etc.) | File names only (PDFs are heavy — read only if specifically needed) |
| .cursor/skills/ | Skill files | Skill names + descriptions + content grep |
| memories/ | Conversation memories | Content grep |
Search procedure:
.md files outside .cursor/plans/ideas/ for matches.cursor/skills/*/SKILL.md frontmatterCollect the list of matching files with a one-line note on what each covers.
IF matching files found AND they cover the topic substantively:
→ Route 1: Repo Synthesis
ELIF no matching files found:
→ Route 2: External Research
ELIF matching files found BUT the topic clearly extends beyond local coverage:
→ Route 3: Hybrid
How to decide "substantively covered": If the matching files contain specific claims, decisions, frameworks, or data about the topic (not just a passing mention), it's substantive. If the topic only appears in a bullet point or a handoff reference, it's a mention — treat as hybrid or external.
Read the matching files. Synthesize across them — do not summarize each file independently.
Synthesis procedure:
Present as Tier 1 TLDR (see output template below). After presenting, ask: "Want me to go deeper on any of these, or explore a specific aspect?"
The topic has no local files. Route to the deep-web-research workflow.
Procedure:
deep-web-research Step 1 (primary question + subquestions)outputs/research/ for future /explain callsThe topic has local files but the user's question extends beyond what's there.
Procedure:
deep-web-research only on the gaps — not a full research passAlways present this first. Keep it to a 2-3 minute read.
# [Topic]: Where Things Stand
## Core thesis
[1-2 sentences capturing the fundamental bet, insight, or framework]
## Key decisions made
- [Decision]: [what was decided and why] — from [source file]
- ...
## Open questions
- [Question]: [why it matters]
- ...
## Tensions or contradictions
- [Tension]: [file A says X, file B says Y — which is it?]
- (omit this section if none found)
## What you'd tell someone in 30 seconds
[Elevator pitch version — the whole topic compressed into a paragraph]
## Source files
- [file.md] — [one-line description of what it covers]
- ...
When the user asks to go deeper on a specific aspect:
Never mix local knowledge with external knowledge without labeling:
deep-web-researchThis prevents the user from confusing their own prior thinking with new information.
Avoid:
consult-hormozi routing for the right assetdeep-web-research (Route 2 or 3)/funnel, /lead-magnet-creation, /offer-pillar-discovery, etc.tools
Translate role-based organizations into workflow-based organizations by decomposing roles into scored tasks, extracting dark playbooks (proprietary tacit knowledge), formalizing workflows, calculating automation ROI, and producing a sequenced automation roadmap. Use when a company wants to identify what work can be automated, extract undocumented expert knowledge, or build an automation strategy.
development
Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices".
development
Builds stakeholder-friendly project status updates from markdown sources. Use when asked for progress reports, implementation status, future plans, UI/UX flow summaries, infrastructure/data-flow summaries, risks, code smells, or scout-principle improvement notes.
development
Repeatable playbook for finding and interviewing key stakeholders to validate an offer pillar hypothesis. Produces a pain proximity map, target list, outreach plan, interview protocol, and structured synthesis of findings. Use when a hypothesis needs human validation before building.