---
name: Sprint Proposal
slug: sprint-proposal
category: Writing
description: Sprint Proposal generates a standardized sprint proposal document with goals, scope, process decisions, risks, acceptance criteria, and a G0 review section. Use it when planning a sprint from discussion notes.
github: "https://github.com/Stanshy/AgentHub/tree/main/.knowledge/company/skill-templates/sprint-proposal"
language: TypeScript
stars: 201
forks: 23
install: "npx degit https://github.com/Stanshy/AgentHub/tree/main/.knowledge/company/skill-templates/sprint-proposal ~/.claude/skills/sprint-proposal"
installs_to: ~/.claude/skills/sprint-proposal
source_path: .knowledge/company/skill-templates/sprint-proposal/SKILL.md
collection_size: 25
category_size: 1227
collection_url: "https://dirskills.com/collections/Stanshy/AgentHub"
added: 2026-09-05T05:30:50.170Z
last_synced: 2026-09-05T05:30:50.170Z
canonical_url: "https://dirskills.com/skills/sprint-proposal"
---

# Sprint Proposal

Sprint Proposal generates a standardized sprint proposal document with goals, scope, process decisions, risks, acceptance criteria, and a G0 review section. Use it when planning a sprint from discussion notes.

**Install:**

```bash
npx degit https://github.com/Stanshy/AgentHub/tree/main/.knowledge/company/skill-templates/sprint-proposal ~/.claude/skills/sprint-proposal
```

## README

# Sprint 提案書產生器

根據需求討論產出標準化的 Sprint 提案書。

## 使用方式
```
/sprint-proposal <sprint-number> <project-name>
```

## 參數
- `$0`: Sprint 編號（如 `2`）
- `$1`: 專案名稱（如 `AgentHub`）

## 執行步驟

1. 讀取提案書範本：
   使用 Read tool 讀取 `.knowledge/templates/sprint-proposal.md.template`。
   若檔案不存在，略過此步驟，改用預設格式。

2. 讀取現有提案書參考格式：
   使用 Glob tool 搜尋 `proposal/sprint*-proposal.md`，取最後一個（編號最大），用 Read tool 讀取前 30 行。
   若無既有提案書，略過此步驟。

3. 產出 `proposal/sprint$0-proposal.md`，包含：
   - 目標（1-2 句話）
   - 範圍定義（做/不做）
   - 流程決策（步驟勾選 + 關卡）
   - 團隊分配
   - 風險評估
   - 驗收標準
   - G0 審核區塊（空白待填）

## 產出格式
嚴格遵循 `.knowledge/templates/sprint-proposal.md.template` 的結構。
若範本不存在，遵循 `proposal/` 下既有提案書的格式。
