Back to skills
extension
Category: AI Agent CapabilitiesNo API key required

.claude/skills/agile-project-management/SKILL.md

Practical knowledge of Scrum and Kanban, and systematic approaches to Agile project management. Based on Jeff Sutherland's Scrum framework, it realizes iterative development and team self-organization. 📖 Reference Books: - 'Agile Estimating and Planning' (Mike Cohn): Estimation 📚 Resource References: - `resources/Level1_basics.md`: Level 1 Basics Guide - `resources/Level2_intermediate.md`: Level 2 Practical Guide - `resources/Level3_advanced.md`: Level 3 Advanced Guide - `resources/Level4_expert.md`: Level 4 Expert Guide - `resources/legacy-skill.md`: Full text of the old SKILL.md - `scripts/log_usage.mjs`: Usage log & automatic evaluation script - `scripts/validate-skill.mjs`: Skill structure validation script Use proactively when handling agile project management tasks.

personAuthor: jakexiaohubgithub

アジャイルプロジェクト管理スキル

概要

スクラム・カンバンの実践知識とアジャイルプロジェクト管理の体系的手法。 ジェフ・サザーランドのスクラムフレームワークを基盤として、 イテレーティブ開発とチームの自己組織化を実現します。

詳細な手順や背景は resources/Level1_basics.mdresources/Level2_intermediate.md を参照してください。

ワークフロー

Phase 1: 目的と前提の整理

目的: タスクの目的と前提条件を明確にする

アクション:

  1. resources/Level1_basics.mdresources/Level2_intermediate.md を確認
  2. 必要な resources/scripts/templates を特定

Phase 2: スキル適用

目的: スキルの指針に従って具体的な作業を進める

アクション:

  1. 関連リソースやテンプレートを参照しながら作業を実施
  2. 重要な判断点をメモとして残す

Phase 3: 検証と記録

目的: 成果物の検証と実行記録の保存

アクション:

  1. scripts/validate-skill.mjs でスキル構造を確認
  2. 成果物が目的に合致するか確認
  3. scripts/log_usage.mjs を実行して記録を残す

ベストプラクティス

すべきこと

  • プロジェクト開始時のフレームワーク選択
  • スプリント計画とイテレーション管理
  • チーム編成と役割定義
  • アジャイル原則の導入と教育

避けるべきこと

  • アンチパターンや注意点を確認せずに進めることを避ける

コマンドリファレンス

リソース読み取り

cat .claude/skills/agile-project-management/resources/Level1_basics.md
cat .claude/skills/agile-project-management/resources/Level2_intermediate.md
cat .claude/skills/agile-project-management/resources/Level3_advanced.md
cat .claude/skills/agile-project-management/resources/Level4_expert.md
cat .claude/skills/agile-project-management/resources/legacy-skill.md

スクリプト実行

node .claude/skills/agile-project-management/scripts/log_usage.mjs --help
node .claude/skills/agile-project-management/scripts/validate-skill.mjs --help

変更履歴

| Version | Date | Changes | | --- | --- | --- | | 1.0.0 | 2025-12-24 | Spec alignment and required artifacts added |