返回技能列表

generate-status-report

pjt222
更新于 6 days ago
21 次查看
17
2
17
在 GitHub 上查看
data

关于

This skill automatically generates a project status report by analyzing existing artifacts like the charter, backlog, and sprint plans. It calculates metrics, identifies blockers, and summarizes progress using RAG indicators for schedule, scope, budget, and quality. Use it at the end of a sprint, before governance meetings, or when stakeholders request a health update.

快速安装

Claude Code

推荐
主要方式
npx skills add pjt222/agent-almanac -a claude-code
插件命令备选方式
/plugin add https://github.com/pjt222/agent-almanac
Git 克隆备选方式
git clone https://github.com/pjt222/agent-almanac.git ~/.claude/skills/generate-status-report

在 Claude Code 中复制并粘贴此命令以安装该技能

技能文档

生項目狀態報

析項目文、算進度、錄成阻次期,以 RAG 標健。

  • 迭代或報期末(週、雙週、月)
  • 利益人求項目健更
  • 指導會或治理會前
  • 健標異變(新阻或險現)
  • 對章里程碑之定期檢

  • :報期(始、終日)
  • :至少一文檔(BACKLOG.md、SPRINT-PLAN.md、WBS.md 或 PROJECT-CHARTER.md)
  • :前狀報(趨勢比)
  • :預算或資源跟蹤
  • :險登記更新

一:讀既有文檔

掃項目目錄取 PM 文:

  • PROJECT-CHARTER.md:里程碑、成功標準
  • BACKLOG.md:按狀態計數、燃盡數據
  • SPRINT-PLAN.md:迭代目標、承諾項、任務完成
  • WBS.md:工作包完成百分比
  • 先 STATUS-REPORT-*.md:趨勢數據

讀可讀者。非皆存→依可用數據適應報告。

得:至少一文成讀,關鍵標已提。

敗:無文存→報不可生。先用 draft-project-chartermanage-backlog 造章或積件。

二:算進度標

由可用數據算標:

敏捷標(BACKLOG.md / SPRINT-PLAN.md):

  • 速度:本迭代完成故事點
  • 迭代完成:完/承諾
  • 積件燃盡:總餘點對前期
  • 週期時:In Progress 至 Done 之均日

經典標(WBS.md):

  • 完成%:已完工作包/總工作包
  • 日程變異:計劃里程碑日對實際
  • 力變異:估力對耗力
## Metrics
| Metric | Value | Previous | Trend |
|--------|-------|----------|-------|
| Velocity | [N] pts | [N] pts | ↑/↓/→ |
| Sprint Completion | [N]% | [N]% | ↑/↓/→ |
| Backlog Remaining | [N] pts | [N] pts | ↓ (good) |
| Schedule Variance | [+/-N days] | [+/-N days] | |

得:算 3-5 標,具前期比。

敗:無史數據(首報)→略 Previous 與 Trend 欄。數據缺→於報腳標空白並予行動項以建跟蹤。

三:辨阻、險、題

列活躍阻險:

## Blockers & Risks
| ID | Type | Description | Severity | Owner | Status | Action Required |
|----|------|------------|----------|-------|--------|----------------|
| R-001 | Risk | [Description] | High | [Name] | Open | [Action] |
| B-001 | Blocker | [Description] | Critical | [Name] | Active | [Action by date] |
| I-001 | Issue | [Description] | Medium | [Name] | Investigating | [Action] |

對章之險登記交叉引。標先前未辨之新險。

得:諸活躍阻與首險皆錄,有主有行動。

敗:無阻→顯陳「無活躍阻」,勿留空。阻無主→升至項目經理分配。

四:錄成就與次期計

書二節:

## Accomplishments (This Period)
- [Completed item/milestone with evidence]
- [Completed item/milestone with evidence]
- [Completed item/milestone with evidence]

## Planned (Next Period)
- [Planned item/milestone with target]
- [Planned item/milestone with target]
- [Planned item/milestone with target]

得:3-5 成就具證,3-5 次期計項。

敗:無成就→報因(阻、重劃、隊不在)。次期計不明→列「計劃會議訂於 [日期]」為首項。

五:定 RAG 標並書報

評四維健度:

DimensionGreenAmberRed
ScheduleOn track or ahead1-2 weeks behind>2 weeks behind or milestone missed
ScopeNo uncontrolled changesMinor scope adjustmentsScope creep affecting deliverables
BudgetWithin 5% of plan5-15% over plan>15% over plan or untracked
QualityTests pass, criteria metMinor quality issuesCritical defects or acceptance failures

書全報:

# Status Report: [Project Name]
## Report Date: [YYYY-MM-DD]
## Reporting Period: [Start] to [End]
## Document ID: SR-[PROJECT]-[YYYY-MM-DD]

### Overall Health
| Dimension | Status | Notes |
|-----------|--------|-------|
| Schedule | 🟢/🟡/🔴 | [One-line explanation] |
| Scope | 🟢/🟡/🔴 | [One-line explanation] |
| Budget | 🟢/🟡/🔴 | [One-line explanation] |
| Quality | 🟢/🟡/🔴 | [One-line explanation] |

### Executive Summary
[2-3 sentences: overall status, key achievement, biggest risk]

### Metrics
[From Step 2]

### Accomplishments
[From Step 4]

### Blockers & Risks
[From Step 3]

### Planned Next Period
[From Step 4]

### Decisions Needed
- [Decision 1 — needed by date, from whom]

---
*Report prepared by: [Name/Agent]*

存為 STATUS-REPORT-[YYYY-MM-DD].md

得:全狀報已存,含 RAG 標、標、敘述。

敗:數據不足以定 RAG→用 ⚪(灰)示「數據不足」並列次報所需收集。

  • 狀報檔以正確日期戳檔名造
  • RAG 標分於四維皆予由
  • 至少 3 標由項目文算
  • 阻節存(即「無活躍阻」)
  • 成就列具證
  • 次期計含
  • 執行摘 2-3 句,非段落
  • 諸阻險皆有主與帶期之行動

  • 無數據報:狀報必證據為基。諸斷皆引文或標
  • 恆綠:持恆綠而無證→報不誠。挑戰綠評
  • 阻無主:諸阻需主與行動。無主阻不解
  • 標無脈絡:「速度=18」孤立無意。恆含前期或目標
  • 過長:狀報應 2 分可掃。限 1-2 頁
  • 缺決定節:項目需利益人決定→顯以期
  • 數據陳:用舊文致誤報。驗文日合報期
  • 缺趨勢:首報無趨勢,次後必比前期

  • draft-project-charter
  • manage-backlog
  • plan-sprint
  • create-work-breakdown-structure
  • conduct-retrospective

GitHub 仓库

pjt222/agent-almanac
路径: i18n/wenyan-ultra/skills/generate-status-report
0
agentsagentskillsai-assisted-developmentclaude-codeskillsteams

相关推荐技能

content-collections

Content Collections 是一个 TypeScript 优先的构建工具,可将本地 Markdown/MDX 文件转换为类型安全的数据集合。它专为构建博客、文档站和内容密集型 Vite+React 应用而设计,提供基于 Zod 的自动模式验证。该工具涵盖从 Vite 插件配置、MDX 编译到生产环境部署的完整工作流。

查看技能

polymarket

这个Claude Skill为开发者提供完整的Polymarket预测市场开发支持,涵盖API调用、交易执行和市场数据分析。关键特性包括实时WebSocket数据流,可监控实时交易、订单和市场动态。开发者可用它构建预测市场应用、实施交易策略并集成实时市场预测功能。

查看技能

creating-opencode-plugins

该Skill帮助开发者创建OpenCode插件,用于接入命令、文件、LSP等25+种事件。它提供了插件结构、事件API规范和JavaScript/TypeScript实现模式,适合需要拦截操作、扩展功能或自定义事件处理的场景。开发者可通过它快速构建响应式模块来增强OpenCode AI助手的能力。

查看技能

sglang

SGLang是一个专为LLM设计的高性能推理框架,特别适用于需要结构化输出的场景。它通过RadixAttention前缀缓存技术,在处理JSON、正则表达式、工具调用等具有重复前缀的复杂工作流时,能实现极速生成。如果你正在构建智能体或多轮对话系统,并追求远超vLLM的推理性能,SGLang是理想选择。

查看技能