Exploration banner
runesleo runesleo

Exploration

Development community

Description

# /exploration — Solution Quality Check ## Purpose Before writing code, have Claude play CTO/architect role to challenge the solution's feasibility. ## When to Use - About to implement a new feature - Multiple solution approaches available - Feeling "ready to start coding" but not quite sure ## Execution Steps 1. **Understand current solution** Ask user to describe in 1-2 sentences what they want to do 2. **CTO Challenge Mode** From tech leadership perspective: - "Why this approach

Installation

Installs to ~/.claude/skills/runesleo-claude-code-workflow-exploration/SKILL.md

Terminal
mkdir -p ~/.claude/skills/runesleo-claude-code-workflow-exploration && curl -fsSL https://raw.githubusercontent.com/runesleo/claude-code-workflow/HEAD/commands/exploration.md -o ~/.claude/skills/runesleo-claude-code-workflow-exploration/SKILL.md

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

Full documentation available on GitHub

View Source Repository