Skillquality 0.45

pmstudio-nfr

Detailed completeness audit of all project documents. Use when someone asks "are we ready for production", "audit our docs", "readiness check", "nfr tracker", or "what's missing". Do NOT use for a quick command listing — use /pmstudio instead. Scans every document for section-lev

Price
free
Protocol
skill
Verified
no

What it does

NFR Tracker — Operational Readiness Auditor

Purpose

Meta-command that discovers all project documents, checks existence and freshness, and produces a readiness dashboard with prioritized recommendations for what to create or update next.

Process

Step 1: Detect Project Context

Read these files to understand the project:

  1. CLAUDE.local.md — project name, type, architecture, folder structure
  2. .sync-watch.json — registered documents and watch directories
  3. Run ls -R on the project root to discover all files

Determine the product lifecycle stage from context:

  • Ideate/Build — pre-production (DR/IRP not yet required)
  • Production — live product (DR/IRP required)
  • Mixed — some components live, some building (e.g., ProductA production + ProductB ideate)

Step 2: Scan Document Registry

Check for each document type. For each, record: exists (Y/N), path, last modified date, stale (Y/N based on threshold).

Document registry:

Document TypeSource SkillFile PatternRequired WhenStaleness
PRD/prd-generatorPRD/*.html, PRD/*.mdAlways30 days
Project Memory(auto)CLAUDE.local.mdAlways7 days
Presentation/project-docsPresentations/*.htmlRecommended30 days
Architecture Map/project-docsArchitecture/*.html, *Architecture*.htmlIf PRD has architecture section60 days
Stakeholder Directory/project-docsData/Stakeholder*.xlsx, Data/Stakeholder*.mdIf >5 stakeholders30 days
Change Log/change-logData/Change-Log*.mdRecommended14 days
ARB Presentation/arb-reviewPresentations/ARB-*.htmlBefore architecture review90 days
DR Plan/dr-planOperational/DR-Plan*.htmlProduction180 days
Incident Response Plan/irpOperational/IRP-*.htmlProduction180 days
Recovery Procedures/recovery-planOperational/Recovery-*.htmlIf DR Plan exists180 days
Verification Report/project-docsVerification/*.mdBefore milestones60 days

Staleness calculation: Compare file modification date to today. If (today - last_modified) > threshold, mark as STALE.

Search strategy: Use glob patterns first. If the project uses non-standard paths (from CLAUDE.local.md folder structure), adapt the search. Example: Some projects store PRDs in non-default paths like ProductB-Control-Framework/PRD/ not PRD/.

Step 3: Assess Completeness (Optional Deep Check)

If --deep flag or user requests "thorough check":

For each FOUND document, open it and check for key sections:

  • PRD: Has executive summary, requirements, timeline, risks? Missing sections = partial.
  • DR Plan: Has RTO/RPO targets, scenarios, procedures? Missing = partial.
  • IRP: Has severity matrix, escalation contacts, playbooks? Missing = partial.

Without --deep, existence + freshness is sufficient.

Step 4: Generate Recommendations

Prioritize missing/stale documents:

Priority logic:

  1. CRITICAL — Production product missing DR or IRP
  2. HIGH — Any required document missing or stale >2x threshold
  3. MEDIUM — Recommended document missing or stale >1x threshold
  4. LOW — Optional document missing

Each recommendation includes:

  • What to create/update
  • Why it matters
  • The slash command to run

Step 5: Output Report

Console output (default):

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 NFR TRACKER ► READINESS REPORT — {Project Name}
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

Lifecycle: {Production / Ideate / Mixed}
Scanned: {timestamp}

| Document              | Status  | Path              | Updated    | Stale? |
|-----------------------|---------|-------------------|------------|--------|
| ...                   | FOUND   | ...               | YYYY-MM-DD | No     |
| ...                   | MISSING | —                 | —          | —      |
| ...                   | FOUND   | ...               | YYYY-MM-DD | STALE  |

Coverage: N/M ({pct}%)    Stale: N    Missing: N

Recommendations:
1. [{priority}] {description}
   → Run: /{command}
...
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

Markdown file output (with --format md):

Write to Operational/Readiness-Report-{YYYY-MM-DD}.md with the same content plus a header with project metadata.

Modes

  • /nfr-tracker — Full audit, console output
  • /nfr-tracker --format md — Write report to file
  • /nfr-tracker --deep — Check document completeness, not just existence
  • /nfr-tracker --scope {name} — Filter to a specific product/instance within the project

Critical Rules

  1. Read-only. This skill never creates or modifies documents. It only reports.
  2. Adapt paths. Don't assume standard folder structure. Read CLAUDE.local.md for actual paths.
  3. No false positives. Only mark FOUND if the file has real content (>100 bytes). Empty scaffolds don't count.
  4. Date accuracy. Use file system modification date, not content parsing, for freshness checks.

Capabilities

skillsource-rkz91skill-nfr-trackertopic-agent-skillstopic-agents-mdtopic-ai-agentstopic-claude-codetopic-codextopic-cursortopic-developer-toolstopic-llm-toolstopic-mcptopic-pm-toolstopic-product-managementtopic-productivity

Install

Installnpx skills add rkz91/coco
Transportskills-sh
Protocolskill

Quality

0.45/ 1.00

deterministic score 0.45 from registry signals: · indexed on github topic:agent-skills · 7 github stars · SKILL.md body (5,162 chars)

Provenance

Indexed fromgithub
Enriched2026-05-18 19:14:07Z · deterministic:skill-github:v1 · v1
First seen2026-05-18
Last seen2026-05-18

Agent access