← スキル一覧に戻る

deliveryroadmap
by edwardmonteiro
Make Claude Skills work in other agents like Codex by adding the missing piece: a small enumerator script.
⭐ 0🍴 1📅 2025年12月23日
SKILL.md
name: delivery.roadmap phase: delivery roles:
- Product Manager
- Program Manager
description: Create a delivery roadmap that translates strategy into sequenced releases with milestones and dependencies.
variables:
required:
- name: product description: Product or program to roadmap.
- name: horizon description: Time horizon (e.g., next 2 quarters). optional:
- name: themes description: Strategic themes or pillars to organize work.
- name: dependencies description: Known cross-team or platform dependencies. outputs:
- Timeline view of releases or increments with objectives and success metrics.
- Dependency and risk register with mitigation steps.
- Communication plan for stakeholders.
Purpose
Provide a roadmap artifact that balances ambition with delivery realism and gives stakeholders visibility into upcoming milestones.
Pre-run Checklist
- ✅ Align on strategic themes and investment mix with leadership.
- ✅ Confirm engineering capacity and velocity assumptions.
- ✅ Collect known dependencies, risks, and sequencing constraints.
Invocation Guidance
codex run --skill delivery.roadmap \
--vars "product={{product}}" \
"horizon={{horizon}}" \
"themes={{themes}}" \
"dependencies={{dependencies}}"
Recommended Input Attachments
- OKR drafts or strategic plans.
- Engineering capacity plans.
- Dependency tracker or RAID log.
Claude Workflow Outline
- Summarize product vision, horizon, and strategic themes.
- Map releases or increments across the horizon with objectives, metrics, and target dates.
- Identify dependencies, risks, and mitigation strategies per increment.
- Provide stakeholder communication plan and review cadence.
- Suggest visualization tips for slides or shared docs.
Output Template
## Roadmap Overview — {{product}} ({{horizon}})
| Increment | Target Date | Theme | Objective | Success Metric | Key Dependencies |
| --- | --- | --- | --- | --- | --- |
## Risks & Mitigations
| Risk | Impact | Likelihood | Mitigation | Owner | Review Date |
| --- | --- | --- | --- | --- | --- |
## Stakeholder Communication Plan
- Audience:
- Channel:
- Cadence:
Follow-up Actions
- Socialize roadmap with core stakeholders for feedback and sign-off.
- Integrate roadmap milestones into project tracking tools.
- Review and update monthly based on delivery progress and learnings.
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です