Workflow Enforcement Skill Purpose Guides Claude to complete all workflow steps by: 1. Reminding about step completion tracking (use TodoWrite or ) 2. Emphasizing mandatory steps (0, 10, 16-17) that must not be skipped 3. Providing visual progress indicator format 4. Defining expected blocking behavior at checkpoints Implementation Status : This skill is currently a SPECIFICATION that guides Claude behavior. Actual blocking enforcement requires either: - Claude self-compliance (current state) - Future: Pre-commit hooks or CI checks (not yet implemented) The Problem (Issue #1607) Agents routin…