jpskill.com
🛠️ 開発・MCP コミュニティ

agile-sprint-planning

Plan and execute effective sprints using Agile methodologies. Define sprint goals, estimate user stories, manage sprint backlog, and facilitate daily standups to maximize team productivity and deliver value incrementally.

⚡ おすすめ: コマンド1行でインストール(60秒)

下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。

🍎 Mac / 🐧 Linux
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o agile-sprint-planning.zip https://jpskill.com/download/21317.zip && unzip -o agile-sprint-planning.zip && rm agile-sprint-planning.zip
🪟 Windows (PowerShell)
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/21317.zip -OutFile "$d\agile-sprint-planning.zip"; Expand-Archive "$d\agile-sprint-planning.zip" -DestinationPath $d -Force; ri "$d\agile-sprint-planning.zip"

完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。

💾 手動でダウンロードしたい(コマンドが難しい人向け)
  1. 1. 下の青いボタンを押して agile-sprint-planning.zip をダウンロード
  2. 2. ZIPファイルをダブルクリックで解凍 → agile-sprint-planning フォルダができる
  3. 3. そのフォルダを C:\Users\あなたの名前\.claude\skills\(Win)または ~/.claude/skills/(Mac)へ移動
  4. 4. Claude Code を再起動

⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。

🎯 このSkillでできること

下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。

📦 インストール方法 (3ステップ)

  1. 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
  2. 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
  3. 3. 展開してできたフォルダを、ホームフォルダの .claude/skills/ に置く
    • · macOS / Linux: ~/.claude/skills/
    • · Windows: %USERPROFILE%\.claude\skills\

Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。

詳しい使い方ガイドを見る →
最終更新
2026-05-18
取得日時
2026-05-18
同梱ファイル
5

📖 Skill本文(日本語訳)

※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。

[Skill 名] agile-sprint-planning

アジャイル スプリント プランニング

目次

概要

アジャイル スプリント プランニングは、作業を時間枠のあるイテレーションに整理するための構造化されたアプローチを提供し、チームが柔軟性を維持し、変化に対応しながら、価値を段階的に提供できるようにします。

使用場面

  • 新しいスプリントサイクルの開始時
  • スプリントの目標と目的の定義時
  • ユーザー ストーリーとタスクの見積もり時
  • スプリント バックログの優先順位付けの管理時
  • スプリント途中の変更やスコープ調整の処理時
  • スプリント レビューとレトロスペクティブの準備時
  • チームメンバーへのアジャイルプラクティスのトレーニング時

クイックスタート

最小限の動作例:

# Sprint Planning Checklist

## 1-2 Days Before Planning Meeting

- [ ] Groom product backlog (ensure top items are detailed)
- [ ] Update user story acceptance criteria
- [ ] Identify dependencies and blockers
- [ ] Prepare estimates from previous sprints
- [ ] Review team velocity (average story points per sprint)
- [ ] Identify team availability/absences
- [ ] Prepare sprint goals draft

## Information to Gather

- Product Owner priorities
- Team capacity (working hours available)
- Previous sprint metrics
- Upcoming holidays or interruptions
- Technical debt items to address

リファレンスガイド

references/ ディレクトリにある詳細な実装:

ガイド 内容
Sprint Planning Meeting Structure スプリント プランニング ミーティングの構造
Story Point Estimation ストーリー ポイントの見積もり
Sprint Goal Definition スプリント ゴールの定義
Daily Standup Management デイリー スタンドアップの管理

ベストプラクティス

✅ DO(行うべきこと)

  • 過去のスプリントの実際のチーム ベロシティに基づいてキャパシティを設定する
  • 割り込みやサポート作業のためのバッファ時間を設ける
  • スプリント ゴールは技術的なタスクではなく、ビジネス価値に焦点を当てる
  • プランニング ミーティングに時間枠を設ける(2週間のスプリントで最大2時間)
  • プランニングの議論にチーム全体を含める
  • 大きなストーリーを小さく、管理しやすいピースに分割する
  • ベロシティの傾向を把握するためにストーリー ポイントを追跡する
  • 実際の完了に基づいて見積もりをレビューし、調整する
  • スプリントの長さを一貫させる
  • レトロスペクティブでの改善点をプランニングに含める

❌ DON'T(行うべきではないこと)

  • 100%のキャパシティ利用率で計画する
  • プランニング ミーティングの前にストーリー グルーミングをスキップする
  • スプリント開始後にストーリーを追加する(緊急時を除く)
  • 一人の人がチーム全体の見積もりを行う
  • ストーリー ポイントを従業員のパフォーマンス指標として使用する
  • チームのベロシティの傾向を無視する
  • 明確なスプリント ゴールなしに計画する
  • キャパシティの数値に合わせるためにストーリーをスプリントに無理やり押し込む
  • 時間を節約するためにスプリント プランニングをスキップする
  • プランニング ポーカーの結果を議論なしに最終見積もりとして使用する
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開

Agile Sprint Planning

Table of Contents

Overview

Agile sprint planning provides a structured approach to organize work into time-boxed iterations, enabling teams to deliver value incrementally while maintaining flexibility and responding to change.

When to Use

  • Starting a new sprint cycle
  • Defining sprint goals and objectives
  • Estimating user stories and tasks
  • Managing sprint backlog prioritization
  • Handling mid-sprint changes or scope adjustments
  • Preparing sprint reviews and retrospectives
  • Training team members on Agile practices

Quick Start

Minimal working example:

# Sprint Planning Checklist

## 1-2 Days Before Planning Meeting

- [ ] Groom product backlog (ensure top items are detailed)
- [ ] Update user story acceptance criteria
- [ ] Identify dependencies and blockers
- [ ] Prepare estimates from previous sprints
- [ ] Review team velocity (average story points per sprint)
- [ ] Identify team availability/absences
- [ ] Prepare sprint goals draft

## Information to Gather

- Product Owner priorities
- Team capacity (working hours available)
- Previous sprint metrics
- Upcoming holidays or interruptions
- Technical debt items to address

Reference Guides

Detailed implementations in the references/ directory:

Guide Contents
Sprint Planning Meeting Structure Sprint Planning Meeting Structure
Story Point Estimation Story Point Estimation
Sprint Goal Definition Sprint Goal Definition
Daily Standup Management Daily Standup Management

Best Practices

✅ DO

  • Base capacity on actual team velocity from past sprints
  • Include buffer time for interruptions and support work
  • Focus sprint goal on business value, not technical tasks
  • Timeboxe planning meeting (2 hours max for 2-week sprint)
  • Include entire team in planning discussion
  • Break down large stories into smaller, manageable pieces
  • Track story points for velocity trending
  • Review and adjust estimates based on actual completion
  • Maintain consistent sprint length
  • Include retrospective improvements in planning

❌ DON'T

  • Plan for 100% capacity utilization
  • Skip story grooming before planning meeting
  • Add stories after sprint starts (unless emergency)
  • Let one person estimate for entire team
  • Use story points as employee performance metrics
  • Ignore team velocity trends
  • Plan without clear sprint goal
  • Force stories into sprints to match capacity numbers
  • Skip sprint planning to save time
  • Use planning poker results as final estimate without discussion

同梱ファイル

※ ZIPに含まれるファイル一覧。`SKILL.md` 本体に加え、参考資料・サンプル・スクリプトが入っている場合があります。