AgentSkillsCN

project-health

对单个 Linear 项目进行深度健康检查,从七个维度展开全面评估:在轨进展、风险预警、停滞状态……一目了然。

SKILL.md
--- frontmatter
name: project-health
description: Deep-dive health check on a single Linear project. Produces assessment with 7 dimensions - On Track / At Risk / Stalled.

Project Health Check

Analyze a single Linear project against execution best practices. Produces a health assessment: On Track / At Risk / Stalled.

Prerequisites

  • Linear MCP must be configured
  • Run /linear-calibrate first to identify projects worth investigating

Entry Point

When this skill is invoked, start with:

code
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 PROJECT HEALTH CHECK
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

Deep-dive health check on a specific Linear project.

Which project do you want to analyze?

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

Usage

code
/project-health [project-name]

Examples:

  • /project-health AI Video
  • /project-health "HBN for Agent Customers"

What Happens

  1. Invokes the project-health-checker agent with your project name
  2. Agent fetches project details and all issues from Linear
  3. Applies 7 health dimensions with status-aware thresholds
  4. Generates structured health assessment

Health Dimensions

DimensionWhat It Measures
OwnershipDoes the project have a lead assigned?
TimelineAre start and target dates set? Is it overdue?
ProgressCompletion percentage and recent activity
Scope ClarityDescription length (>300 chars = clear scope)
Issue DistributionRight number of issues (5-100 is healthy)
BlockersPercentage of open issues that are blocked
StalenessDays since last activity

Overall Rating

ConditionStatus
Any red dimensionStalled
2+ yellow (no red)At Risk
0-1 yellowOn Track

After the Report

Options:

  1. Fix a specific red flag - I can help update the project
  2. See blocked issues - Detail on what's stuck
  3. Review issues missing descriptions - Quality cleanup
  4. Run on another project - /project-health [other-name]

Relationship to Other Commands

code
/linear-calibrate        → Workspace-level (flags "497 projects, 86% missing dates")
         ↓
/project-health [name]   → THIS COMMAND - deep-dive on flagged projects
         ↓
/issue-audit [team]      → Team workflow analysis

Part of PM Thought Partner Linear analysis suite