一键导入
roadmap
Create a release-tracking issue that organizes open issues into a phased roadmap. Pass a target version (e.g., `0.5.0`) to scope the plan.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Create a release-tracking issue that organizes open issues into a phased roadmap. Pass a target version (e.g., `0.5.0`) to scope the plan.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Create a pull request from the current branch, matching the repo's PR conventions (What/Why/Testing for features, Summary/Test-plan for small PRs).
Cut a release — promote Unreleased → versioned in CHANGELOG, bump version, commit. CI auto-tags and publishes from the version-bump commit.
| name | roadmap |
| description | Create a release-tracking issue that organizes open issues into a phased roadmap. Pass a target version (e.g., `0.5.0`) to scope the plan. |
Create a release-tracking issue (a "roadmap") that organizes open issues into a phased implementation plan. Matches the pattern used in AgentLoom's reference roadmap issue (cchinchilla-dev/agentloom#133).
$ARGUMENTS is the target version (e.g., 0.2.0, 0.5.0). If missing, ask.
For minor or major releases with coordinated scope — multiple issues with interdependencies, parallelization decisions worth communicating, or deferred items that need to be explicitly listed so they're not forgotten. Skip for patch releases (hotfixes, small cleanups); those ship directly from the Unreleased CHANGELOG section via /release.
Scope conversation — ask:
Inventory — run gh issue list --state open --limit 200 --json number,title,labels. Read bodies of non-trivial issues to understand cross-refs. Flag closed issues still referenced in open work.
Phase structure — organize issues by:
Typical shape for AgentAnvil milestones:
Draft — follow the body format used by the reference roadmap:
### Description with scope drivers and version-jump justification.### How to use this issue explaining the task-list convention.## Phase N — <title> per phase with rationale, task list of - [ ] #NNN …, parallelization notes.## Cross-phase dependency map in ASCII.## What is deliberately not in <version> with deferred issues grouped by category.## What <version> unlocks with 3–5 concrete outcomes.## Issue inventory table with per-phase counts.## Notes — living document caveat.GitHub renders - [ ] #NNN as tracked tasks; use that syntax for every child reference.
Formatting constraints:
->, |, +) in dependency maps, not unicode arrows.ship <version>: <short description> — brief, lowercase imperative.Confirm — show the full draft. Iterate on phase membership, deferred items, outcomes before creating.
Create — gh issue create --title "ship <version>: …" --body-file /tmp/roadmap.md --label "release,enhancement". Return the issue URL.
/release references this issue for pre-flight validation: all referenced sub-tasks must be closed (or explicitly demoted from scope) before cutting the release.agentanvil[agentloom] extra. Note this in each issue's body and in the roadmap's "What is deliberately not in" section.