一键导入
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 页面并帮你完成安装。
基于 SOC 职业分类
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
create a phased implementation plan based on research and design decisions
Generate PR Description in CI (no user input)
| name | 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 .humanlayer/tasks/TASKNAME to find all related documents in the task directoryRead relevant code files:
Read the plan template:
Read({SKILLBASE}/references/plan_template.md)
.humanlayer/tasks/ENG-XXXX-description/YYYY-MM-DD-plan.mdRead({SKILLBASE}/references/plan_final_answer.md)
When you write or edit documents in .humanlayer/tasks/, a cloud permalink is automatically provided in the hook response.
additionalContext after Write/Edit/MultiEdit operationshttp(s)://{DOMAIN}/artifacts/{artifactId}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.