fix: Phase 5 verification fixes + docs update (#294)
Phase 5 verification fixes
This commit is contained in:
@@ -1,13 +1,15 @@
|
||||
# Claude Code Skills & Plugins
|
||||
|
||||
**169 production-ready skills and plugins for Claude Code, OpenAI Codex, and OpenClaw** — reusable expertise bundles that transform AI coding agents into specialized professionals across engineering, product, marketing, compliance, and more.
|
||||
**170 production-ready skills and plugins for Claude Code, OpenAI Codex, and OpenClaw** — reusable expertise bundles that transform AI coding agents into specialized professionals across engineering, product, marketing, compliance, and more.
|
||||
|
||||
[](https://opensource.org/licenses/MIT)
|
||||
[](#skills-overview)
|
||||
[](#skills-overview)
|
||||
[](#agents)
|
||||
[](#commands)
|
||||
[](https://github.com/alirezarezvani/claude-skills/stargazers)
|
||||
[](https://getskillcheck.com)
|
||||
|
||||
> ⭐ **2,300+ GitHub stars** — the most comprehensive open-source skill library for AI coding agents.
|
||||
> ⭐ **2,500+ GitHub stars** — the most comprehensive open-source skill library for AI coding agents.
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
---
|
||||
name: tech-debt-tracker
|
||||
description: Scan codebases for technical debt, score severity, track trends, and generate prioritized remediation plans. Use when users mention tech debt, code quality, refactoring priority, debt scoring, cleanup sprints, or code health assessment. Also use for legacy code modernization planning and maintenance cost estimation.
|
||||
---
|
||||
|
||||
# Tech Debt Tracker
|
||||
|
||||
**Tier**: POWERFUL 🔥
|
||||
|
||||
32
project-management/senior-pm/references/portfolio-kpis.md
Normal file
32
project-management/senior-pm/references/portfolio-kpis.md
Normal file
@@ -0,0 +1,32 @@
|
||||
# Portfolio KPIs Reference
|
||||
|
||||
## Delivery KPIs
|
||||
| KPI | Formula | Target |
|
||||
|-----|---------|--------|
|
||||
| Sprint Velocity | Story points completed / sprint | Stable ±10% |
|
||||
| Sprint Predictability | Completed / Committed × 100 | ≥80% |
|
||||
| Cycle Time | Time from In Progress → Done | Decreasing trend |
|
||||
| Lead Time | Time from Created → Done | <2 sprints |
|
||||
| Throughput | Items completed per sprint | Increasing trend |
|
||||
|
||||
## Quality KPIs
|
||||
| KPI | Formula | Target |
|
||||
|-----|---------|--------|
|
||||
| Defect Escape Rate | Prod bugs / total stories × 100 | <5% |
|
||||
| Rework Rate | Reopened items / completed × 100 | <10% |
|
||||
| Test Coverage | Covered lines / total lines × 100 | >80% |
|
||||
|
||||
## Team Health KPIs
|
||||
| KPI | Formula | Target |
|
||||
|-----|---------|--------|
|
||||
| Planned vs Unplanned | Unplanned work / total work × 100 | <20% |
|
||||
| Blocked Time | Hours blocked / total hours × 100 | <10% |
|
||||
| WIP Limit Compliance | Times WIP exceeded / sprints × 100 | <15% |
|
||||
|
||||
## Portfolio KPIs
|
||||
| KPI | Formula | Target |
|
||||
|-----|---------|--------|
|
||||
| On-Time Delivery | Projects on schedule / total | >85% |
|
||||
| Budget Variance | (Actual - Budget) / Budget × 100 | ±10% |
|
||||
| Resource Utilization | Allocated / Available × 100 | 70-85% |
|
||||
| Strategic Alignment | Projects aligned to OKRs / total | >80% |
|
||||
Reference in New Issue
Block a user