From spexl
Explore an idea, investigate a problem, or clarify requirements before committing to a formal spec change. Use when the user asks to "explore", "investigate", "think through", "research", "brainstorm", "understand the codebase", or wants a thinking partner before writing a proposal. Produces no artifacts by default -- this is discussion, diagrams, and code reading, not implementation. Transition to `/spexl-propose` when a decision crystallizes.
How this skill is triggered — by the user, by Claude, or both
Slash command
/spexl:spexl-exploreThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Thinking-partner mode for exploring ideas and investigating problems before committing to a proposal.
Thinking-partner mode for exploring ideas and investigating problems before committing to a proposal.
Before doing anything else, invoke the spexl-foundations skill. Tell it you're in the explore phase and need the rules, the big-picture concepts, and the spec directory layout. It will point you at the right references.
The methodology knowledge is needed so you can relate user questions to the spexl model -- for example, recognizing when something is a capability split vs a single capability change.
Check for existing context:
specs/changes/ for active changes (are we exploring something related?)specs/reference/ for existing specs (what does the system already do?)Follow the user's thread. Useful patterns:
When a decision or insight emerges naturally, offer to capture it:
Never auto-capture. Always offer and let the user decide.
If the user says yes, transition to /spexl-propose. Pass along what you learned so the propose skill doesn't start from scratch.
/spexl-propose)specs/)npx claudepluginhub a3lem/spexl --plugin spexlGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.