From work-skill
Pressure-test requirements, explore alternatives, and produce a written plan before any code is written. Use interview mode for ambiguous specs.
How this skill is triggered — by the user, by Claude, or both
Slash command
/work-skill:thinkThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Challenge the problem, pressure-test the design, validate architecture. No code until the plan is clear.
Challenge the problem, pressure-test the design, validate architecture. No code until the plan is clear.
For ambiguous requirements, start with:
I want to build [brief description]. Interview me in detail using the AskUserQuestion tool.
Ask about technical implementation, UI/UX, edge cases, concerns, and tradeoffs.
Don't ask obvious questions — dig into the hard parts.
Keep interviewing until we've covered everything.
A concrete plan: files to change, order of changes, verification strategy, rollback path. The plan is a contract — /build executes against it.
"Explore first, then plan, then code." / "Let Claude interview you." / "Planning is most useful when you're uncertain about the approach."
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub youtiaoguagua/cc-marketplace --plugin work-skill