智谱 Coding Plan 免费工具:网络搜索、网页读取、GitHub 仓库文档搜索、文件解析、视觉理解(GLM-4.6V)、额度查询。
文档
Create Plan
试用Create a concise implementation plan for coding, documentation, repository, or workflow tasks before making changes. Use when the user explicitly asks for a...
它能做什么
Create 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
技能文档
Create Plan
Goal
Produce 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.
Inputs
Collect the smallest useful context:
- user's requested outcome
- repository or artifact path, if relevant
- current constraints from README, docs, existing code, or prior decisions
- known deadline, risk tolerance, or delivery format, if provided
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.
Process
- Identify the real objective in one sentence.
- Check the existing structure before proposing changes.
- Separate confirmed facts from assumptions.
- Ask at most two short questions only when planning would be risky without the answer.
- Choose the smallest plan that can deliver the requested outcome.
- Order the plan from discovery to change design, implementation, validation, and rollout.
- Include explicit validation steps.
- Surface edge cases, migration risk, data risk, or user-decision points.
Output Format
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
[ ]
[ ]
[ ]
[ ]
[ ]
[ ]
## Open Questions
-
-
Plan Quality Rules
- Make action items concrete, ordered, and verb-first.
- Mention likely files, modules, commands, or docs when useful.
- Keep the checklist short by default: 6-10 items.
- Include at least one validation item.
- Include risk or edge-case review when the change touches shared behavior, data, permissions, release flow, or user-facing output.
- Label assumptions instead of hiding them.
Boundaries
- Do not write or edit project files while using this skill.
- Do not produce code snippets unless the user asked for design details that require them.
- Do not create a vague task list such as "update backend" or "improve frontend".
- Do not plan broad refactors unless they directly support the user's requested outcome.
- If the user is clearly asking for implementation, do not stop at a plan; implement instead unless they explicitly requested planning first.
作者入口
- 微信公众号:
AI生命克劳德 - X:@yangchao228
- GitHub:yangchao228
相关技能
Use when you need a bite-sized, TDD-driven implementation plan but do NOT have a brainstorm-beagle spec to plan against. quick-plan reconstructs intent from...
根据风险信号决定先规划还是直接执行,并按风险等级匹配规划深度,包含步骤、估算与回滚。
HTML-first persistent planning skill. Generates a single self-contained plan.html with interactive phases, drag-and-drop tickets, sliders, mockups, and embedded JSON state. Survives /clear via session catchup, tamper-protected by SHA-256, mirrors across 17 IDEs, ships 10 templates across Thariq's 9 categories, exports back to Markdown on demand. Use when asked to "plan it", "make me an html plan", "show me the plan", "render the plan", or when starting any multi-step task that needs a navigable artifact instead of a markdown wall.
Build a complete, production-ready masterplan for a new project/system from scratch (0 to 100%).
Generate evidence-based project weekly reports from a local code repository. Use when the user asks for a project weekly report, weekly update, status summar...