[Extension]: Add Roullout
まだ誰も着手していません。
評価
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 初心者へのやさしさ
- 65/100
- issue の種類
- 機能追加
- 明瞭さ
- おおむね明確
- 活発さ
- 活発
- 領域
- tooling
調査の方向性
まず拡張機能カタログと既存のエントリ形式を見つけ、ここで言及されている提案中の Rollout カタログエントリおよび extension.yml マニフェストと比較します。specify extension add rollout を実行し、コマンドとフックが正常に登録されることを確認してカタログの変更を検証します。Rollout エントリが存在し、インストールが成功すれば完了です。
索引モデルが issue の本文から書いたものです。
説明
Extension ID
rollout
Extension Name
Rollout
Version
0.1.2
Description
Progressive-delivery capability for Spec-Driven Development: teaches agents to recognize feature-flag / canary delivery candidates and fold a concrete rollout strategy into specs, plans, tasks, and implementation.
Author
Fyloss
Repository URL
https://github.com/Fyloss/spec-kit-rollout
Download URL
https://github.com/Fyloss/spec-kit-rollout/archive/refs/tags/v0.1.2.zip
License
MIT
Homepage (optional)
https://github.com/Fyloss/spec-kit-rollout
Documentation URL (optional)
https://github.com/Fyloss/spec-kit-rollout/tree/master/docs/
Changelog URL (optional)
https://github.com/Fyloss/spec-kit-rollout/blob/master/CHANGELOG.md
Required Spec Kit Version
=0.12.0
Required Tools (optional)
- Selected provider MCP server (e.g: Launchdarkly)
Number of Commands
9
Number of Hooks (optional)
7
Tags
feature-flags, progressive-delivery, canary-release, rollout, mcp, launchdarkly, release-management
Key Features
- Automatic rollout detection – Injects progressive-delivery doctrine at each Spec Kit phase (specify → clarify → plan → tasks → analyze → checklist → implement)
- Zero new commands – All functionality integrates into existing Spec Kit workflow via before_* hooks
- Self-gating hooks – Each phase checks for a rollout marker in spec.md; skips if not needed
- LaunchDarkly provider (V1) – Native support for LaunchDarkly feature flags
- MCP integration – One-time /speckit.rollout.connect setup wires LaunchDarkly MCP server
Testing Checklist
- Extension installs successfully via download URL
- All commands execute without errors
- Documentation is complete and accurate
- No security vulnerabilities identified
- Tested on at least one real project
Submission Requirements
- Valid
extension.ymlmanifest included - README.md with installation and usage instructions
- LICENSE file included
- GitHub release created with version tag
- All command files exist and are properly formatted
- Extension ID follows naming conventions (lowercase-with-hyphens)
Testing Details
- Install the extension with
specify extension add rolloutin a Spec Kit project → confirm it installs and validates cleanly, with all commands and hooks registered. - Run
/speckit.rollout.configwith a LaunchDarkly MCP server already registered in your client → confirm you're walked through provider/project/environment selection and end up with a written config block, with no MCP command or credential stored anywhere. - Run
/speckit.specify Add a dark mode toggle in settings, controlled by a feature flag→ check thatspec.mdgets a## Delivery Considerationssection naming a candidate boolean flag (e.g.dark-mode-enabled). - Run
/speckit.planon the dark-mode spec → check thatplan.mdgets a## Delivery Strategysection (flag name, phased rollout, targeting, telemetry gates, rollback conditions). - Run
/speckit.tasks→ check thattasks.mdgets concrete rollout tasks, including one to create thedark-mode-enabledflag in LaunchDarkly, plus configuring environments/targeting, integrating the SDK, adding telemetry, and defining rollback. - Run
/speckit.implementon the dark-mode feature with an MCP server registered and configured → confirm thedark-mode-enabledflag creation task is executed and the flag now exists in your LaunchDarkly project (check the LaunchDarkly dashboard or ask the agent to read the flag status back).
Example Usage
- Install the extension with `specify extension add rollout` in a Spec Kit project → confirm it installs and validates cleanly, with all commands and hooks registered.
- Run `/speckit.rollout.config` with a LaunchDarkly MCP server already registered in your client → confirm you're walked through provider/project/environment selection and end up with a written config block, with no MCP command or credential stored anywhere.
- Run `/speckit.specify Add a dark mode toggle in settings, controlled by a feature flag` → check that `spec.md` gets a `## Delivery Considerations` section naming a candidate boolean flag (e.g. `dark-mode-enabled`).
- Run `/speckit.plan` on the dark-mode spec → check that `plan.md` gets a `## Delivery Strategy` section (flag name, phased rollout, targeting, telemetry gates, rollback conditions).
- Run `/speckit.implement` on the dark-mode feature with an MCP server registered and configured → confirm the `dark-mode-enabled` flag creation task is executed and the flag now exists in your LaunchDarkly project (check the LaunchDarkly dashboard or ask the agent to read the flag status back).
Proposed Catalog Entry
{
"rollout": {
"name": "Rollout",
"id": "rollout",
"description": "Progressive-delivery capability for Spec-Driven Development: teaches agents to recognize feature-flag / canary delivery candidates and fold a concrete rollout strategy into spec kit workflow",
"author": "Fyloss",
"version": "0.1.2",
"download_url": "https://github.com/Fyloss/spec-kit-rollout/archive/refs/tags/v0.1.2.zip",
"repository": "https://github.com/Fyloss/spec-kit-rollout",
"homepage": "https://github.com/Fyloss/spec-kit-rollout",
"license": "MIT",
"requires": {
"speckit_version": ">=0.12.0"
},
"provides": {
"commands": 9
},
"tags": ["feature-flags", "progressive-delivery", "canary-release", "rollout", "mcp", "launchdarkly", "release-management"],
"verified": false,
"downloads": 0,
"stars": 0,
"created_at": "2026-07-07T00:00:00Z",
"updated_at": "2026-09-11T00:00:00Z"
}
}
Additional Context
No response
- 主要言語
- Python
- スター
- 138k
- フォーク
- 12.4k
- 平均マージ
- 3日 6時間
- マージ済み PR(30日)
- 136
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
github/spec-kit のほかの issue
-
triage-can-wait
難易度 2/5 1〜3時間 初心者へのやさしさ 68/100
-
enhancement needs-triage triage-can-wait
難易度 2/5 1〜3時間 初心者へのやさしさ 62/100
-
bundle-submission needs-info triage-can-wait validation-failed
難易度 2/5 1〜3時間 初心者へのやさしさ 78/100
-
author-awaiting enhancement needs-triage preset-submission triage-can-wait validation-failed
難易度 2/5 1〜3時間 初心者へのやさしさ 72/100
-
author-awaiting enhancement extension-submission needs-triage triage-can-wait validation-failed
難易度 2/5 1〜3時間 初心者へのやさしさ 68/100
github/spec-kit の issue をすべて見る
似ている issue
-
sponsored
難易度 2/5 1〜3時間 初心者へのやさしさ 65/100
-
難易度 2/5 1〜3時間 初心者へのやさしさ 86/100
Diaoul/subliminal#1382 ·
-
難易度 1/5 1時間未満 初心者へのやさしさ 92/100
-
triage/confirmed
難易度 2/5 1〜3時間 初心者へのやさしさ 88/100
agentscope-ai/agentscope#2775 ·
-
難易度 2/5 1〜3時間 初心者へのやさしさ 84/100