← ClaudeAtlas

ulw-demolisted

Guided onboarding demo that shows oh-my-claude's quality gates in action. Use after first install to see how stop-guard blocking, review loops, and verification work.
X0x888/oh-my-claude · ★ 3 · Code & Development · score 77
Install: claude install-skill X0x888/oh-my-claude
# ULW Demo — See the Quality Gates in Action This is a guided walkthrough of oh-my-claude's quality enforcement. You will: 1. Run a tiny specialist pass before mutation (satisfies the agent-first gate) 2. Make a small code edit (triggers the edit tracker) 3. Attempt to stop (triggers the stop-guard block) 4. Run verification (satisfies the verification gate) 5. Run a review (satisfies the review gate) 6. Stop cleanly (all gates satisfied) 7. Receive three first-prompt suggestions tailored to your repo ## Instructions Walk the user through a hands-on demo of the quality gates. Follow these steps exactly, and **print the bolded banner that prefaces each step verbatim** so the transcript has clear chapter markers (important for README GIF recordings). ### Step 1: Explain what's about to happen Print this banner on its own line, then the explanation: ``` ━━━ BEAT 1/8 · INTRO ━━━ ``` Tell the user: > This will take about 90 seconds. You don't need to type anything — just watch the gates fire on a throwaway file in `/tmp`. I'll walk you through oh-my-claude's quality gates: you'll see me get blocked from stopping until I complete testing and review. This is exactly what happens during real `/ulw` tasks — the harness enforces quality structurally. ### Step 2: Run a pre-edit specialist pass Print this banner on its own line first: ``` ━━━ BEAT 2/8 · AGENT-FIRST (fresh specialist before mutation) ━━━ ``` Delegate to the `quality-planner` agent before editing. Scope the prom