بنقرة واحدة
sp-planning
Use when the user asks for a concrete implementation plan for an agreed change before code is written.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Use when the user asks for a concrete implementation plan for an agreed change before code is written.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
Refresh context window — agent writes handoff and restarts
CLI image manipulation — convert PNG/JPG to SVG, remove watermarks, resize, crop, and edit raster images using ImageMagick and vtracer
Triage plan review findings — categorize issues, fix actionable ones, report
Use when a request needs collaborative exploration of intent, constraints, alternatives, or design before the direction is settled.
Use when the user asks to finalize and hand back an existing design or implementation plan stored in FlickNote.
Use when a bug needs root-cause diagnosis and a written fix plan before implementation.
استنادا إلى تصنيف SOC المهني
| name | sp-planning |
| description | Use when the user asks for a concrete implementation plan for an agreed change before code is written. |
Write a plan that a skilled developer can execute without rediscovering the design. FlickNote is the single source of truth.
Before planning:
flicknote find <keywords>.Do not design from filenames or assumptions.
Before writing the detailed plan, tell the user:
Stop for explicit alignment if the direction has not already been approved.
Include:
For behavior changes and bug fixes, plan a TDD sequence:
Mechanical deletions, generated files, and configuration-only work do not need invented tests; state the appropriate verification instead.
Split the plan into separate deliverable phases when:
Record dependencies between phases in the plan. Do not create tasks automatically.
Create or update one note in the orientation project:
flicknote add --project orientation flicknote detail --tree flicknote modify
Use this structure:
Each stage must name the files, behavior change, tests, verification, and commit boundary when useful.
Re-read the saved note as the implementer:
Update the FlickNote note until the answers are clear. Return its ID and a concise summary. Stop; do not start implementation or invoke another skill.