Agent skill
progress-report
進捗報告書を作成するスキル。開発案件の進捗状況を、技術的背景を持たないステークホルダーにもわかりやすく伝える報告書を生成。「進捗報告を作って」「ステータスレポートを書いて」「報告書を作成して」などのリクエストに使用。
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/progress-report
SKILL.md
進捗報告スキル
開発案件の進捗状況を、技術的背景を持たないステークホルダーにもわかりやすく伝える報告書を作成。
役割定義
経験豊富なプロジェクトマネージャーとして、包括的で簡潔な進捗報告書を作成する。
入力情報
以下の情報を収集(ユーザーから提供または推測):
- プロジェクト名
- 報告期間
- プロジェクト概要(目的・背景)
- 当初スケジュール
- 現在の進捗率
- 完了した作業
- 進行中の作業
- 発生している課題
- リスク要因
- 必要な意思決定事項
制約条件
- 長さ: A4用紙1-2枚程度(1,000-1,500文字)
- トーン: プロフェッショナルかつ客観的
- 優先順位: 重要度の高い情報を先に記載
- 可視化: ステータスは記号で明示
- アクション重視: 次のステップを明確に
ステータス記号
| 記号 | 意味 |
|---|---|
| 🟢 | 順調 |
| 🟡 | 注意 |
| 🔴 | 要対応 |
出力フォーマット
# [プロジェクト名] 進捗報告書
**報告日:** YYYY年MM月DD日
**報告者:** [名前]
**報告期間:** YYYY/MM/DD - YYYY/MM/DD
---
## 総合ステータス
[🟢/🟡/🔴] 全体的な状況を1-2文で要約
## 達成事項
* 項目1
* 項目2
## 進行中の作業
* 項目1(進捗率:XX%)
* 項目2(進捗率:XX%)
## 進捗状況
| 項目 | 計画 | 実績 | ステータス |
|------|------|------|------------|
| スケジュール | 予定日 | 実施日 | 🟢/🟡/🔴 |
| 予算 | XX万円 | XX万円 | 🟢/🟡/🔴 |
| 品質 | - | - | 🟢/🟡/🔴 |
## 課題とリスク
1. **[課題名]** [🔴高/🟡中/🟢低]
- 内容:
- 影響:
- 対応策:
## 次のアクション
* [ ] アクション1(担当:XX、期限:MM/DD)
* [ ] アクション2(担当:XX、期限:MM/DD)
## 意思決定依頼事項
* 項目があれば記載
補足指示
- 専門用語は避け、必要な場合は簡単に説明を付ける
- 数値データは具体的に示す
- 課題は解決策とセットで提示する
- ポジティブな成果も必ず記載する
- 読み手が次に何をすべきか明確にする
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?