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.
npx claudepluginhub humansintheloop-dev/humansintheloop-dev-workflow-and-tools --plugin idea-to-codeThis skill uses the workspace's default tool permissions.
When you're stuck and need an outside perspective, use this skill to formulate a clear question for ChatGPT.
Provides structured prompts and templates to get unstuck on debugging dead-ends, covering rubber duck debugging, assumption audits, async issues, state management, TypeScript errors, and build problems.
Enriches vague prompts via research on conversation history, codebase (grep/glob/git), docs, and web, then generates 1-6 grounded multiple-choice clarifying questions.
Decomposes ambiguous user requests via structured brainstorming and hypothesis-driven questions to detect underspecification, false premises, and multiple interpretations. For unclear coding tasks.
Share bugs, ideas, or general feedback.
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]