원클릭으로
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: