From idea-to-code
Formulates structured questions for ChatGPT and copies to clipboard when debugging stalls or outside perspective helps. Language-agnostic for any tech.
How this skill is triggered — by the user, by Claude, or both
Slash command
/idea-to-code:ask-a-friendThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
When you're stuck and need an outside perspective, use this skill to formulate a clear question for ChatGPT.
When you're stuck and need an outside perspective, use this skill to formulate a clear question for ChatGPT.
pbcopy (macOS) to put the formatted question on the clipboardUse this structure (adapted to the specific problem):
## Problem: [one-line summary]
### Setup
[Relevant code, configuration, or architecture — keep it minimal but complete]
### Symptom
[What happens vs. what should happen]
### What I've verified
[Bulleted list of tests/checks that passed or confirmed behavior]
### What I've tried (didn't help)
[Numbered list of attempted fixes and why each failed]
### Key facts
[Bullet points of relevant constraints, versions, platform details]
### Question
[The specific question you need answered]
npx claudepluginhub humansintheloop-dev/humansintheloop-dev-workflow-and-tools --plugin idea-to-codeAsks clarifying questions to surface hidden requirements and false premises when a request is vague, assumption-laden, or underspecified.
Asks only questions to help users reason through problems. Use when debugging unfamiliar code, exploring design choices, or untangling confusion without being told answers.
Decomposes underspecified requests by classifying gaps (missing info, ambiguity, false premises) and generating clarifying questions. Confirms the problem statement before implementation.