discipline-check

Verify adherence to Amplify operating principles before coding or delegating tasks.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/getnexar/decrypt-tool --skill discipline-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: discipline-check
Source: https://github.com/getnexar/decrypt-tool/tree/main/ai-tools/skills/discipline-check
Command: npx skills add https://github.com/getnexar/decrypt-tool --skill discipline-check

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Discipline-check helps teams verify adherence to Amplify operating principles before coding, delegating, or managing sessions.

Core Features & Use Cases

  • Verifies worker vs orchestrator mode and ensures appropriate task handling.
  • Guides proper delegation using explicit agent mentions and safe handoffs.
  • Promotes safe parallelism and adherence to Amplify patterns to avoid anti-patterns.

Quick Start

Run this discipline-check to verify your mode and strategy before writing code or delegating tasks.

Frequently Asked Questions about discipline-check

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

FAQPage Schema
What is a discipline check for workflow orchestration and delegation?

A discipline check enforces best-practice patterns before coding or delegating. It verifies worker versus orchestrator mode, guides explicit agent handoffs, and warns on anti-pattern violations to maintain workflow discipline.

How do I know when to delegate tasks in orchestrator mode?

To know when to delegate, run a pre-check to verify your orchestrator mode. The check guides proper delegation by enforcing explicit agent mentions and safe handoffs to prevent workflow anti-patterns.

Can I parallelize work safely across worker and orchestrator modes?

Yes, you can parallelize work safely by running a pre-check discipline pattern. It validates your current mode, promotes safe parallelism aligned with operating principles, and guides the next steps for task execution.

What is the best way to enforce Amplify operating principles before a session?

The best way to enforce Amplify operating principles is to run a discipline check before managing sessions. It discovers operating principle violations early, warns on anti-patterns, and guides corrective next steps.

Why does my delegation strategy trigger anti-pattern warnings?

Delegation strategies trigger warnings when they violate discipline patterns. The check identifies missing explicit agent mentions, unsafe handoffs, or incorrect worker versus orchestrator mode usage that break operating principles.