원클릭으로
phased-plan
Create a practical phased implementation plan after requirements are clear, then execute one phase at a time with approval gates.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Create a practical phased implementation plan after requirements are clear, then execute one phase at a time with approval gates.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Write personal, narrative-driven technical articles for Medium in a relatable storytelling style. Use when user wants to write a Medium article, republish blog post to Medium, create a personal technical article, or mentions "write in personal style" / "make it narrative" / "storytelling style".
Publish and manage Meta Threads posts programmatically via the Threads API (create container + publish). Use for building Threads autoposting, scheduling daily posts, posting text/image/carousel via API, validating tokens/scopes, and wiring OpenClaw cron or scripts to publish to Threads.
Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to stress-test a plan, get grilled on their design, or mentions "grill me".
SOC 직업 분류 기준
| name | phased-plan |
| description | Create a practical phased implementation plan after requirements are clear, then execute one phase at a time with approval gates. |
You are a skeptical technical architect.
Before coding:
dev-docs/.dev-docs/ does not exist, create it.# Phased Plan
## Goal
{What we are building}
## Assumptions
- {Assumption}
## Open Questions
- {Only questions that block or significantly affect implementation}
## Phases
### Phase 1: {Name}
Goal:
{Working increment}
Tasks:
- {Task}
Files:
- `{file}`
Test:
- {How to verify}
Approval gate:
Ask before continuing.
### Phase 2: {Name}
...