一键导入
workflow
Use at session start or when unsure what to do next
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use at session start or when unsure what to do next
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when bootstrapping an existing project into PTSD pipeline
Use when writing Gherkin BDD scenarios for a feature
Use when implementing code to make failing tests pass
Use when creating golden seed data for a feature
Use when writing tests from BDD scenarios for a feature
| name | workflow |
| description | Use at session start or when unsure what to do next |
Each feature has a pipeline profile. Check: ptsd feature show <id> --agent
| Profile | Stages |
|---|---|
| full | PRD -> Seed -> BDD -> Tests -> Impl |
| standard | PRD -> BDD -> Tests -> Impl |
| lite | PRD -> Tests -> Impl |
Context tells you what to do: ptsd context --agent
Follow the action= field. Skip stages not in the feature's profile.
| Stage | Create skill | Review skill |
|---|---|---|
| PRD | write-prd | review-prd |
| Seed | write-seed | review-seed |
| BDD | write-bdd | review-bdd |
| Tests | write-tests | review-tests |
| Impl | write-impl | review-impl |
ptsd context --agent -- see where each feature is and what to do next.next: lines.[SCOPE] type: message format.ptsd review <feature> <stage> <score> -- score 0-10, honest self-assessment.write artifacts -> commit [SCOPE] -> ptsd review <feature> <stage> <score> -> next
Do NOT skip the ptsd review step. It records review verdicts. Without it the feature stays review: pending forever.
If you joined a project that was bootstrapped with ptsd adopt:
ptsd context --agent -- see which features exist and their stages.ptsd status --agent -- if TESTS:0 but test files exist, they need mapping.<!-- feature:<id> --> anchors in PRD.md will be blocked.lite with ptsd feature pipeline <id> lite.standard pipeline, write BDD scenarios first.When ptsd context --agent shows several features blocked: