| name | cissp-trap |
| description | Quick exam-trap and glossary lookup for a single CISSP topic |
Look up exam traps + glossary definition for the topic: $ARGUMENTS
Steps
- Grep
wiki/exam-traps.md for the topic (case-insensitive, partial match). Capture every trap entry that mentions it.
- Grep
wiki/glossary.md for the same — capture the canonical 1-line definition.
- Grep
wiki/test-taking-hacks.md — if there's a "obsessive keyword" or "distractor pattern" relevant to this topic, include it.
Render
TRAP LOOKUP: <topic>
GLOSSARY
<the 1-line definition from glossary.md, with the entry name bolded>
EXAM TRAPS
- <trap 1, verbatim from exam-traps.md>
- <trap 2 ...>
ISC2 KEYWORDS THAT REWARD THIS TOPIC
<short list of "if you see X, answer is Y" hints — pulled from test-taking-hacks.md if available>
LINKED CONCEPTS
- wiki/domains/dN-*.md#<anchor>
- wiki/concepts/<concept>.md (if applicable)
Rules
- If the topic returns zero hits, say so honestly. Offer: "Run
/cissp-wiki-update to scan resources/ + kb/ for new material on this topic."
- Do NOT invent traps. Only quote what's in the wiki.
- One-shot output. No follow-up questions unless the user asks.
- No emoji.