← ClaudeAtlas

proceed-with-the-recommendationlisted

Orchestrator for all 7 Laws of AI Agent Discipline. Walks an agent-emitted recommendation list top-to-bottom under the 7 Laws — restate, route per item, verify before advancing, reflect at the end, close with the mandatory three-section block. Standalone with inline fallbacks; trigger phrases are matched by the companion hook, not enumerated here.
naimkatiman/continuous-improvement · ★ 6 · AI & Automation · score 72
Install: claude install-skill naimkatiman/continuous-improvement
# Proceed With The Recommendation ## Overview One reusable skill that ties the continuous-improvement framework to a concrete execution engine. When the user greenlights a list of recommendations, this skill walks them in order under the **7 Laws**, routes each item to the best companion (`workspace-surface-audit`, `superpowers:*`, `ralph`, continuous-improvement helpers), and falls back to explicit inline behavior when a companion is not installed. Never silent no-op, never drive-by, never skip verification. Core principle: **execute in order, one concern at a time, verify before advancing, reflect at the end.** ## The 7 Laws (inline summary) This skill is the execution engine for the continuous-improvement framework. Mirrored from `continuous-improvement/SKILL.md` so this file stands alone if that companion is not installed: 1. **Research Before Executing** — what exists, what constrains, what breaks, simplest path. If you can't answer, research first. 2. **Plan Is Sacred** — state WILL build / Will NOT build / Verification / Fallback before any edit. 3. **One Thing at a Time** — finish and verify one item before the next. No "also quickly add" drive-bys. Parallel only when items share no state. 4. **Verify Before Reporting** — "Done" requires actual output checked, not assumed. "Should work" is not verification. 5. **Reflect After Every Session** — what worked / what failed / what you'd do differently / rule to add / next 3 ranked moves. 6. **Iterate Means One Thing*