一键导入
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 页面并帮你完成安装。
基于 SOC 职业分类
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".
| 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}
...