这个仓库中的 skills
Generate a structured suite of plan markdown files (README + STATUS + one sub-plan per file-group) for an implementation task. Use whenever the user asks to "create a plan", "write a plan", "plan this feature", "break this down into steps", "draft an implementation plan", or invokes /create-plan. Produces real plan FILES under plans/<slug>/ — distinct from ZCode's built-in plan mode. Always explore the codebase first so the plan is grounded in actual file:line references, not guesses.
Create a GitHub release for this repo with auto-generated, properly grouped release notes built from commit history. Use whenever the user wants to cut/release/publish a release, draft release notes, tag a version, generate a changelog from commits, or says things like "create a release", "ship a release", "cut v0.x", "what changed since the last release", "publish to GitHub". Covers SemVer bumping from conventional commits and Keep-a-Changelog style notes via `gh release create`.