一键导入
adopt
Use when bootstrapping an existing project into PTSD pipeline
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when bootstrapping an existing project into PTSD pipeline
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Invoke when writing or modifying a Bevy module (SimDomain/StaticData/View/InputUI) on the magnum_opus core. Enforces contract-first workflow.
Perform a hard audit of the Magnum Opus repo - build, tests, clippy warnings, unwrap/TODO counts, oversized files, PTSD pipeline state, and drift between CLAUDE.md claims and reality. Use at session start when CLAUDE.md claims feel stale, before committing large changes, or whenever asked to verify the true state of the code.
| name | adopt |
| description | Use when bootstrapping an existing project into PTSD pipeline |
ptsd init in the project root (sets up .ptsd/, hooks, skills).ptsd map to generate a codebase overview at .ptsd/docs/CODEBASE.md.ptsd feature add <id> "title" [--pipeline standard|lite|full] to register your feature.ptsd feature status <id> in-progress to activate it.ptsd context --agent tells you what to do next.Do NOT register every existing module as a PTSD feature. Existing code is the context you're building on. Only register features you are actively developing or modifying.
ptsd map -- the codebase overview helps you and the AI understand what exists.