원클릭으로
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 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
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.
| 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.