John Wick Phase Check-in

Compare discovery artifacts against phase-specific deliverables to detect requirement drift.

6|3|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/carson-sweet/sweetclaude --skill john-wick-phase-check-in
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: John Wick Phase Check-in
Source: https://github.com/carson-sweet/sweetclaude/tree/main/skills/john-wick-checkin
Command: npx skills add https://github.com/carson-sweet/sweetclaude --skill john-wick-phase-check-in

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prevents project drift by automatically validating that artifacts produced during a development phase align with the original discovery requirements before moving to the next stage.

Core Features & Use Cases

  • Drift Detection: Compares phase-specific artifacts against discovery documentation to identify inconsistencies.
  • Gatekeeping: Enforces strict phase transitions (DEFINE, PLAN, DESIGN, IMPLEMENT) and mandates human escalation (IM2) for significant issues post-lock.
  • Use Case: During a transition from DESIGN to IMPLEMENT, the agent automatically checks if the design artifacts contradict the initial PRD requirements, flagging significant gaps for immediate review.

Quick Start

Invoke the john-wick-checkin skill by providing the current phase, the drift-detection question, and the relevant file paths for discovery and phase artifacts.

Frequently Asked Questions about John Wick Phase Check-in

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

FAQPage Schema
How do I detect requirement drift between project phases?

Drift detection compares phase-specific deliverables against discovery artifacts to identify inconsistencies. It operates as an internal subagent to automatically validate project phase consistency and flag requirement drift before moving to the next stage.

How do I automate phase gatekeeping for software development workflows?

Automated gatekeeping enforces strict phase transitions across DEFINE, PLAN, DESIGN, and IMPLEMENT stages. It validates artifacts against original requirements and mandates human escalation for significant issues post-lock to prevent project drift.

What is automated drift detection in project management?

Automated drift detection is the process of validating that artifacts produced during a development phase align with original discovery requirements. It classifies requirement drift and design mismatches to ensure project phase consistency.

Can I check if design artifacts contradict discovery requirements before implementation?

Yes, you can check for contradictions by comparing design artifacts against initial PRD requirements during the transition to implementation. Significant gaps are automatically flagged for immediate human review and escalation.

Do I need structured input parameters for automated workflow compliance checks?

Yes, you need structured input of phase parameters and artifact paths to perform automated compliance checks. Providing the current phase, drift-detection question, and relevant file paths is required for validation.

When should I trigger human escalation for requirement drift?

You should trigger human escalation when significant requirement drift or design mismatches are detected post-lock. The automated gatekeeping process flags these critical issues during phase transitions for immediate manual review.