install
source · Clone the upstream repo
git clone https://github.com/MacPhobos/research-mind
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/MacPhobos/research-mind "$T" && mkdir -p ~/.claude/skills && cp -r "$T/.claude/skills/universal-security-threat-modeling" ~/.claude/skills/macphobos-research-mind-universal-security-threat-modeling && rm -rf "$T"
manifest:
.claude/skills/universal-security-threat-modeling/skill.mdsource content
Threat Modeling (STRIDE)
Outputs (Definition of Done)
Produce a data flow diagram, a threat register, and a mitigation plan that becomes tickets and tests.
Load Next (References)
— step-by-step workshop agenda + DFD guidancereferences/stride-workshop.md
— threat catalog with mitigationsreferences/common-threats-and-mitigations.md
— copy/paste templates for docs and ticketsreferences/templates.md