用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Azure-Samples/Spec2Cloud --skill plan命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | plan |
| description | Use when a spec exists and an implementation or Azure deployment plan is needed, before writing code. |
Requires spec.md. Load workspace context per copilot-instructions.md.
Cycle these phases as needed (iterative, not linear). For highly ambiguous tasks, do only Discovery, then Alignment, before Design.
./src/ or ./infra/ in this phase../docs/plan.md from resources/plan-template.md and ./.azure/deployment-plan.md from resources/deployment-plan-template.md. For the AZD template, present 4 options: accept the suggestion from resources/azd-templates.md, pick a different template from the catalog, minimal (azd init --minimal), or none (opt out of azd init). Verify the proposed resource group does not exist (az group exists --name <name>) and suggest a suffix on collision. Mark genuine unknowns as [NEEDS CLARIFICATION: <question>] rather than guessing. Show a summary to the user..gitignore entries for the ./.azure/ folder and any other generated files that should not be checked in.rubber-duck as a tool for self-review. On approval, hand off to Implement.Summarize ./docs/plan.md and ./.azure/deployment-plan.md, and prompt the user to continue with implement.