Proceed With The Recommendation banner
naimkatiman naimkatiman

Proceed With The Recommendation

Development community

Description

--- name: proceed-with-the-recommendation description: "Execute the agent's prior recommendation list under the 7 Laws — walk in order, route per item, verify, reflect. Standalone companion skill with inline fallbacks when other skills are not installed." --- # /proceed-with-the-recommendation Walk an agent-generated recommendation list top-to-bottom under the continuous-improvement 7 Laws. Each item is routed to the best specialist skill when available, falls back to concrete inline behavior

Installation

Installs to ~/.claude/skills/naimkatiman-continuous-improvement-proceed-with-the-recommendation/SKILL.md

Terminal
mkdir -p ~/.claude/skills/naimkatiman-continuous-improvement-proceed-with-the-recommendation && curl -fsSL https://raw.githubusercontent.com/naimkatiman/continuous-improvement/HEAD/commands/proceed-with-the-recommendation.md -o ~/.claude/skills/naimkatiman-continuous-improvement-proceed-with-the-recommendation/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository