complete-phase

Validate CRISP-DM phase artifacts and update the phase tracker.

Updated Mar 20, 2026
One-click install
npx skills add https://github.com/thbraet/claude-template --skill complete-phase
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: complete-phase
Source: https://github.com/thbraet/claude-template/tree/main/skills/complete-phase
Command: npx skills add https://github.com/thbraet/claude-template --skill complete-phase

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

CRISP-DM phase transitions can stall when artifacts, documentation, notebooks, and cross-phase references are incomplete. This skill provides a deterministic phase gate that validates all required inputs and updates the phase tracker accordingly.

Core Features & Use Cases

  • Validate presence of required documents and notebooks for the selected phase.
  • Verify cross-phase references to prior artifacts (e.g., Phase 1 objectives, Phase 2 data descriptions).
  • Produce a gate report and update .claude/CLAUDE.md to "Complete" when all checks pass.
  • Offer remediation guidance and actionable next steps when gaps remain.

Quick Start

Invoke /complete-phase with a phase number (1-6) to run the completion gate and update the phase tracker.

Frequently Asked Questions about complete-phase

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

FAQPage Schema
How do I validate CRISP-DM phase completeness before project transition?▼

To validate CRISP-DM phase completeness, you can run a phase gate check that verifies required artifacts, documented objectives, data preparation notebooks, and cross-phase references exist before allowing project advancement.

What happens when required data understanding outputs are missing during a CRISP-DM phase gate?▼

When required data understanding outputs are missing during a phase gate, the process fails the check, surfaces specific remediation steps to address the documentation gaps, and prevents the phase tracker from updating to Complete.

How do I track and update phase transitions across the six CRISP-DM phases?▼

You can track phase transitions by invoking the completion gate with a phase number from 1 to 6, which validates phase-specific artifacts and automatically updates the phase tracker to Complete when all checks pass.

Do I need specific notebooks and cross-phase references to pass a CRISP-DM phase gate?▼

Yes, passing a phase gate requires specific notebooks and cross-phase references to prior artifacts, such as Phase 1 objectives and Phase 2 data descriptions, ensuring documented continuity across the data mining lifecycle.

What is the best way to enforce document completeness for data preparation artifacts?▼

The best way to enforce document completeness for data preparation artifacts is using a deterministic phase gate that checks for the presence of required inputs and generates a gate report detailing any missing items.

Are there limitations to automating phase gate checks for cross-phase references?▼

A limitation of automating phase gate checks is that while it validates the presence of cross-phase references and notebooks, it requires all prior phase artifacts to be explicitly documented to successfully update the tracker.