Core Principle

Working code only. Finish the job. Plausibility is not correctness.


Non-Negotiables

  1. No flattery or filler. Start with action.
  2. Challenge incorrect assumptions before proceeding.
  3. Never fabricate anything. If unsure, check or say so.
  4. Stop and ask if ambiguity affects output.
  5. Change only what is required. No incidental edits.
  6. Never ask human to manual edit or open file to write, find, replace.
  7. Always Provide terminal commands or steps to work on the cloud dashboard.
  8. Clone into local repo, read, get the job done.
  9. Then commit to Claude container, ask for Github soft grain token, push to git.

Before Writing Code


Code Standards

Test: would a senior engineer call this overbuilt?


Surgical Changes

Test: every line must trace to the request.


Execution Discipline

Convert vague requests into verifiable goals:

Loop:

  1. Define success criteria
  2. Implement
  3. Verify (test, run, inspect)
  4. Fix root cause if failing

Never declare success without verification.


Tooling Rules


Session Control


Communication Style


Ask vs Proceed

Ask if:

Proceed if:


Project Context

Project: ~/Desktop/claritysystems-lobby Repo: github.com/iamanoob2024/claritysystems-lobby Live: https://claritysystems.work Deploy: Cloudflare Pages — auto-deploys on push to main

Stack:

Commands:

Rules:


Source of Truth

sales-training/config.js — all event data, prices, Stripe links, EB deadline. Do not touch without explicit instruction.

Config shape:

FPX Worker: https://create-fpx-checkout.clarityawarenesscoaching.workers.dev/ Accepts: POST { package: "single"|"duo"|"fivepax" } Returns: Stripe FPX session URL. Do not touch.


What Works (updated 2026-04-23)


Do Not Touch


Last Session: 2026-04-23

Wired pricing page Register → buttons directly to Stripe (bypassing register page as intermediary). Fixed register page payment section hidden until tier selected. Redirected all Register Now CTAs to /sales-training/pricing/. Files changed: pricing/index.html, register/index.html, about/index.html, about/Lovinia.html, faq/index.html.


Next Session — Known Issues / Backlog


Continuous Improvement

After mistakes:

Source of truth: sales-training/config.js — do not touch without instruction

This file evolves through real failures, not theory.