phase-closure-audit

Audit a Ken project phase for closure readiness against milestones and ADRs.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/t11z/ken --skill phase-closure-audit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: phase-closure-audit
Source: https://github.com/t11z/ken/tree/main/.claude/skills/phase-closure-audit
Command: npx skills add https://github.com/t11z/ken --skill phase-closure-audit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It verifies whether a specific Ken project phase meets all defined closure criteria, preventing premature releases and ensuring documentation and ADR compliance.

Core Features & Use Cases

  • Milestone Extraction: Retrieves the phase milestone from the GitHub repository and parses its description, closure criteria, and ADR references.
  • ADR Verification: Confirms that every referenced ADR exists and is accepted, delegating detailed conformance checks to a sub‑agent.
  • Closure Criteria Assessment: Evaluates each “Closes when:” condition, categorising it as MET, NOT MET, or UNVERIFIABLE based on code and issue evidence.
  • Automated Report Generation: Produces a structured docs/maintainer/phase‑N‑closure‑audit.md report summarising findings, blockers, and manual verification needs.

Quick Start

Request the skill to audit phase 2 for closure.

Frequently Asked Questions about phase-closure-audit

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit a project phase for closure readiness in GitHub?

To audit a project phase for closure readiness, you need to verify milestones, ADRs, and closure criteria. The audit retrieves phase milestones, confirms referenced ADRs are accepted, and evaluates closure conditions to generate a structured readiness report.

What is phase closure readiness and how does ADR verification work?

Phase closure readiness is the validation that all milestone conditions and documentation are complete before a release. ADR verification confirms that every referenced Architecture Decision Record exists, is accepted, and conforms to the codebase via sub-agent checks.

How do I generate a closure audit report for a GitHub repository milestone?

You generate a closure audit report by evaluating the GitHub milestone description and its closure criteria. The audit categorizes each condition as MET, NOT MET, or UNVERIFIABLE, outputting the results to a markdown file in the docs/maintainer directory.

Do I need GitHub CLI access to verify project phase milestones and ADRs?

Yes, GitHub CLI access is required to retrieve phase milestones and parse their descriptions. The repository must also contain a docs/adr directory structure to enable sub-agent verification of Architecture Decision Record conformance.

What happens when a closure criteria condition is unverifiable in a phase audit?

When a closure criteria condition is unverifiable during a phase audit, it is explicitly categorized as UNVERIFIABLE. The generated closure audit report will flag these conditions, alongside MET and NOT MET items, to indicate manual verification needs and blockers.

Can I use a phase audit to prevent premature releases in my repository?

Yes, a phase audit prevents premature releases by ensuring phase documentation and ADR compliance meet defined standards. It systematically checks milestone descriptions and closure criteria, blocking closure until all architectural and code evidence is verified.