用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/yoskeoka/vibe-coding-workspace --skill plan-execution命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | plan-execution |
| description | Plan a non-trivial feature, bug fix, or workflow change in docs/exec-plan/todo. |
Use this for work that changes specs, spans multiple files/steps, has an architectural choice, or is uncertain. A typo or isolated trivial fix may skip the plan. Follow execution planning and PR follow-up for shared lifecycle rules.
plan/<name> with ww, then read docs/project-plan.md, relevant
specs, docs/design-decisions/core-beliefs.md, and
docs/design-decisions/README.md. Discuss meaningful alternatives with the
human before recording a new decision.docs/exec-plan/todo/<sequence>-<name>.md. Use the
same <name> as the branch. A split parent keeps a shared base name until
its scope is fully migrated; completed plans are removed and remain
retrievable through their PR and Git history.> **Execution**: Use \/execute-task` to implement this plan. After implementation is complete, use `/review-task` to prepare and create the PR.`(NEW)/(MODIFY)/(DELETE) map; black-box spec
changes; Addresses: for relevant local or full external issue URLs;
concrete sub-tasks/dependencies/parallelism; and verification. Use
N/A - detail required before execution only for an intentional parent.review-task. Put any external Addresses: issue
under Issues in the plan PR body.Do not implement the plan in this branch. After merge, start a matching
feat/<name> or fix/<name> branch with execute-task.