atomic-crm-constitution

Enforce fail-fast error handling and Zod schema validation in Atomic CRM.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/krwhynot/crispy-crm --skill atomic-crm-constitution
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: atomic-crm-constitution
Source: https://github.com/krwhynot/crispy-crm/tree/main/.claude/skills/engineering-constitution
Command: npx skills add https://github.com/krwhynot/crispy-crm --skill atomic-crm-constitution

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Developers often deviate from core engineering principles, leading to technical debt, inconsistent code, and slower development velocity. This skill ensures adherence to critical guidelines like fail-fast error handling, single source of truth for validation, and schema-derived form states, preventing over-engineering and maintaining codebase quality.

Core Features & Use Cases:

  • Fail-Fast Error Handling: Prevents over-engineering by enforcing immediate error reporting, prioritizing velocity over resilience in pre-launch phases.
  • Single Source of Truth Validation: Ensures all data validation occurs via Zod schemas at the API boundary, eliminating inconsistencies.
  • Schema-Derived Form State: Automatically generates form default values from Zod schemas, preventing UI/validation drift.
  • Use Case: When implementing a new feature, this skill guides you to write code that aligns with the project's constitution, ensuring consistency and preventing common anti-patterns like retry logic or hardcoded form defaults.

Quick Start: Use the atomic-crm-constitution skill when implementing a new feature or handling errors in Atomic CRM. It will guide you on fail-fast error handling and Zod validation.