From 3c70e828c664580b4183fefb254ef6ef785fd18f Mon Sep 17 00:00:00 2001 From: Alireza Rezvani Date: Sat, 7 Mar 2026 12:37:45 +0100 Subject: [PATCH] fix: Phase 5 verification fixes + docs update (#294) Phase 5 verification fixes --- README.md | 8 +++-- engineering/tech-debt-tracker/SKILL.md | 5 +++ .../senior-pm/references/portfolio-kpis.md | 32 +++++++++++++++++++ 3 files changed, 42 insertions(+), 3 deletions(-) create mode 100644 project-management/senior-pm/references/portfolio-kpis.md diff --git a/README.md b/README.md index d925686..54410ff 100644 --- a/README.md +++ b/README.md @@ -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. [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) -[![Skills](https://img.shields.io/badge/Skills-169-brightgreen.svg)](#skills-overview) +[![Skills](https://img.shields.io/badge/Skills-170-brightgreen.svg)](#skills-overview) +[![Agents](https://img.shields.io/badge/Agents-11-blue.svg)](#agents) +[![Commands](https://img.shields.io/badge/Commands-5-orange.svg)](#commands) [![Stars](https://img.shields.io/github/stars/alirezarezvani/claude-skills?style=flat)](https://github.com/alirezarezvani/claude-skills/stargazers) [![SkillCheck Validated](https://img.shields.io/badge/SkillCheck-Validated-4c1)](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. --- diff --git a/engineering/tech-debt-tracker/SKILL.md b/engineering/tech-debt-tracker/SKILL.md index 467552f..c17c341 100644 --- a/engineering/tech-debt-tracker/SKILL.md +++ b/engineering/tech-debt-tracker/SKILL.md @@ -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 🔥 diff --git a/project-management/senior-pm/references/portfolio-kpis.md b/project-management/senior-pm/references/portfolio-kpis.md new file mode 100644 index 0000000..5f18aae --- /dev/null +++ b/project-management/senior-pm/references/portfolio-kpis.md @@ -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% |