بنقرة واحدة
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 المهني
| 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:
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