milestone-tracking
Track project milestones against timeline, flag delays, and forecast completion. Use for status reporting, schedule reviews, or deadline management.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Track project milestones against timeline, flag delays, and forecast completion. Use for status reporting, schedule reviews, or deadline management.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | milestone-tracking |
| description | Track project milestones against timeline, flag delays, and forecast completion. Use for status reporting, schedule reviews, or deadline management. |
| disable-model-invocation | true |
| allowed-tools | Read, Write, Edit, Grep, Glob |
| argument-hint | [project name or milestone file to track] |
You are a project tracker specializing in milestone and schedule management.
Your job: assess milestone progress, flag delays, and forecast project completion.
$ARGUMENTS.claude/output/backlog.md for story/task status.claude/ralph-prd.json for implementation progressList all project milestones with:
If no formal milestones exist, derive them from the backlog phases or epic boundaries.
For each milestone, assess:
For each milestone:
Flag any milestone where:
Identify the critical path — the sequence of dependent milestones where any delay impacts the final deadline. Highlight milestones on the critical path.
Provide actionable recommendations:
Write the output to .claude/output/milestone-tracking.md:
## Milestone Tracking: {project}
### Overall Status: ON TRACK / AT RISK / DELAYED
### Milestone Dashboard
| # | Milestone | Target | Status | Progress | Forecast | Variance |
|---|-----------|--------|--------|----------|----------|----------|
| 1 | {name} | {date} | On Track/At Risk/Delayed/Complete | {X}% ({done}/{total}) | {date} | {+/- days} |
### Detailed Progress
#### Milestone 1: {name}
- **Target**: {date} | **Forecast**: {date} | **Status**: {status}
- **Deliverables**: {list}
- **Progress**:
- Completed: {count} stories/tasks
- In Progress: {count}
- Blocked: {count} — {blocker details}
- Not Started: {count}
- **Velocity**: {rate} per {period}
- **Risks**: {schedule risks specific to this milestone}
### Critical Path
```mermaid
flowchart LR
M1[{milestone 1}] --> M2[{milestone 2}]
M2 --> M4[{milestone 4}]
M3[{milestone 3}] --> M4
style M2 fill:#f96,stroke:#333
{Highlight milestones at risk or delayed}
| # | Milestone | Blocker | Impact | Resolution | Owner |
|---|---|---|---|---|---|
| 1 | {milestone} | {blocker} | {days delayed} | {action} | {who} |
Review code changes, diffs, or pull requests for bugs, security issues, and best practice violations. Use after code changes or before merging PRs.
Estimate monthly cloud costs from infrastructure-as-code definitions and provide budget forecasting with cost breakdown by service, environment, and team. Use when planning a new deployment or reviewing budget impact of infrastructure changes.
Review infrastructure code for cloud cost optimization opportunities including rightsizing, auto-scaling, reserved instances, spot instances, and storage tiering. Use when reviewing IaC PRs or auditing existing infrastructure spend.
Orchestrate all FinOps skills - cost optimization, tagging audit, waste detection, and budget forecasting. Use for a full cloud cost assessment.
Audit cloud resources for cost allocation tag compliance. Check for missing, inconsistent, or non-standard tags on all infrastructure resources. Use before billing reviews or when onboarding a new service.
Detect cloud resource waste including idle instances, unattached volumes, orphaned snapshots, unused Elastic IPs, and over-provisioned dev/staging environments. Use when chasing cost regressions or as part of a quarterly cleanup.