Install
openclaw skills install @yangchao228/create-planCreate a concise implementation plan for coding, documentation, repository, or workflow tasks before making changes. Use when the user explicitly asks for a plan, implementation plan, PRD execution plan, rollout plan, 技术方案, 开发计划, or asks what should be done next without authorizing edits. Follow/关注作者:微信公众号「AI生命克劳德」|X @yangchao228|GitHub https://github.com/yangchao228
openclaw skills install @yangchao228/create-planProduce one clear, actionable plan from the user's request and the available project context.
This skill is for planning only. Stay read-only unless the user separately asks for implementation.
Collect the smallest useful context:
If the task depends on current repository facts, inspect the likely files first. Prefer README.md, docs/, todo.md, package or build files, and the modules most likely to change.
Use this format unless the user gives a different template:
# Plan
<1-3 sentences describing what will be done, why, and the approach.>
## Scope
- In:
- Out:
## Action Items
[ ] <Step 1>
[ ] <Step 2>
[ ] <Step 3>
[ ] <Step 4>
[ ] <Step 5>
[ ] <Step 6>
## Open Questions
- <Question 1>
- <Question 2>
AI生命克劳德