بنقرة واحدة
spok-create-plan
convert structure outline into a detailed implementation plan
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
convert structure outline into a detailed implementation plan
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
Ship the next unchecked chunk from spok/changes/<name>/tasks.md end-to-end via the vendored spok-flow skill. Use when the user wants to implement the next chunk of a Spok change.
Archive a completed Spok change. Applies any delta specs to the main specs unconditionally, then moves the change directory under changes/archive/.
Commit Changes in CI with no user interaction
first step of planning
generate research questions based on a task, spec, or ticket
research the codebase
استنادا إلى تصنيف SOC المهني
| name | spok-create-plan |
| description | convert structure outline into a detailed implementation plan |
You are in the final Plan Writing phase. Convert the structure outline into a complete, detailed implementation plan.
Read all input files FULLY:
ls <task-dir> to enumerate all related documents.Read relevant code files:
Read the plan template:
Read({SKILLBASE}/references/plan_template.md)
<task-dir>/[0-9]{4}-[0-9]{2}-[0-9]{2}-plan.md (legacy date-prefixed orphans from pre-fork runs).<task-dir>/plan.md (bare filename; the task directory is the absolute path passed as the skill argument and already exists)When documents conflict, the most recent document wins: plan > structure outline > design discussion > research > ticket
The plan is the final authority. Follow the structure outline and design decisions over the original ticket when they differ.
Read({SKILLBASE}/references/plan_final_answer.md)
When writing markdown files that contain code blocks showing other markdown (like README examples or SKILL.md templates), use 4 backticks (````) for the outer fence so inner 3-backtick code blocks don't prematurely close it:
# Example README
## Installation
```bash
npm install example
```
Not every phase requires manual validation, don't put steps for manual validation just to have them.