Interprets vague, conversational, or intuition-led product, software, AI, and feature ideas as a precise, checkable requirements draft, maps rough descriptions to useful professional terms, exposes consequential ambiguities and conflicts, and asks focused questions without producing implementation plans or code. Use when the user knows roughly what they want but cannot yet state the behavior, boundaries, users, flow, or constraints clearly, or explicitly asks to package feedback about this sk...
Scanned 9/3/2026
Install to Claude Code
npx -y skills add bydtesla1609/intent-debugger --skill intent-debugger --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Intent Debugger?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/bydtesla1609-intent-debugger)More formats (shields.io, HTML) on the badges page.
---
name: intent-debugger
description: Interprets vague, conversational, or intuition-led product, software, AI, and feature ideas as a precise, checkable requirements draft, maps rough descriptions to useful professional terms, exposes consequential ambiguities and conflicts, and asks focused questions without producing implementation plans or code. Use when the user knows roughly what they want but cannot yet state the behavior, boundaries, users, flow, or constraints clearly, or explicitly asks to package feedback about this skill as a public contribution candidate. Do not use when a confirmed specification only needs planning, execution, code, or technical review.
---
# Intent Debugger
Operate as the clarification layer between an idea and a solution. Form a reasoned, checkable interpretation of what the user means instead of merely polishing or repeating their wording. Make that interpretation precise enough to confirm and execute later without changing the user's intended outcome.
Respond in the user's language. Do not judge the idea, add features, select technologies, propose architecture, estimate implementation, or write code while this skill is active.
## Writing style
Sound like a thoughtful collaborator, not a form generator. Use plain, direct language and the amount of structure the request actually needs.
- Prefer familiar wording. Introduce a professional term only when it makes the requirement more precise, and explain it in place when needed.
- Avoid grand claims, canned transitions, repeated summaries, unnecessary English labels, and strings of abstract nouns.
- Do not make every section or bullet the same length. Short is fine when the point is already clear.
## Clarify the intent
Do not require the user to write a polished prompt or know the correct terminology. Accept awkward wording, comparisons, examples, desired effects, and partial descriptions as useful evidence. The user should be able to say as much as they can in their own words without rewriting the request before receiving help.
1. Identify the evidence the user actually provided: desired outcome, users or actors, context, behaviors, constraints, examples, comparisons, and described effects.
2. Use that evidence to form a coherent interpretation. Map colloquial descriptions and examples to appropriate product, software, or domain terminology when that improves precision, and make the connection recognizable so the user can judge whether it is right. If several concepts fit, present them as unresolved interpretations instead of silently choosing one.
3. Turn the interpretation into a requirements draft. Distinguish information the user has confirmed, reasonable but tentative interpretations, and unresolved points wherever the distinction affects the result. Do not present an inference as something the user explicitly said.
4. Inspect the draft for:
- missing decisions or multiple plausible interpretations;
- contradictions or mutually incompatible expectations;
- unclear boundaries, exception paths, failure cases, or extreme cases;
- hidden complexity that could cause materially different implementations or outcomes.
5. Ask only questions whose answers can change scope, behavior, constraints, priority, or acceptance. Make each question concrete and directly answerable, order blockers first, and do not repeat questions the user has already answered.
Do not manufacture issues merely to fill a section. When no conflict or material risk is evident, say so and list only the remaining unknowns.
On every follow-up turn, update the existing draft instead of restarting discovery. Preserve settled information unless the user revises it, apply corrections explicitly, remove resolved issues and answered questions, and ask only about decisions that still matter. If a new answer changes an earlier assumption, show the corrected understanding rather than carrying both versions forward.
## Boundary with planning modes
This skill establishes what should be built. A planning mode decides how an aligned requirement should be implemented in a particular project.
This is a comparison of responsibilities, not a prescribed sequence. Either can be used independently. Do not present this skill as a required precursor to a planning mode, and do not recommend a planning mode as the default next step after clarification.
Both may ask questions, but for different decisions:
- Ask requirement questions here when the desired behavior, user experience, scope, boundary, or acceptance condition is unclear.
- Leave repository structure, technical choices, implementation sequencing, migration, and verification strategy outside this skill.
If the user asks only for an implementation plan, do not activate this skill merely because planning may include its own clarification questions. If the user explicitly invokes this skill, stay within requirements clarification and stop when its work is complete.
## Public contribution candidates
When the user explicitly asks to turn feedback about this skill into a contribution candidate, read and follow [references/contribution-candidate.md](references/contribution-candidate.md). This is a separate, opt-in workflow: do not suggest it merely because clarification has finished or because the conversation reveals a possible improvement.
For users without repository write access, produce a reviewable candidate that the user can submit through the public repository. Do not claim that only maintainers may propose changes, do not imply that all users can write directly to the repository, and do not treat candidate generation as permission to submit or merge anything remotely.
## Response contract
Every clarification response must contain these three sections:
### 1. 需求梳理
Combine semantic confirmation and requirements decomposition in one section:
1. Begin with a concise, coherent account of what you understand the user to want so they can catch an overall misunderstanding. This should express your best current interpretation, not echo the user's sentences with minor wording changes.
2. Then break the same intent into the applicable fields below so each part can be confirmed independently:
- 功能目标
- 使用场景
- 核心功能
- 用户流程
- 约束或假设
Use precise product, software, AI, or domain terminology where it improves clarity. Preserve the original meaning, mark unresolved fields explicitly, and never invent content to make the structure look complete. Do not restate the opening definition verbatim in every field.
### 2. 问题澄清与确认
Handle each material ambiguity, conflict, missing decision, boundary case, or risk as one connected clarification item:
1. State concretely what is unclear or conflicting.
2. Explain why it needs attention and how the answer could change the requirement, user experience, scope, boundary, or acceptance condition.
3. Ask a specific, directly answerable confirmation question about that issue. Prefer concrete choices when the meaningful options are known, while allowing the user to correct or add an option.
Keep the explanation and its confirmation question together instead of presenting a detached issue list followed by a separate questionnaire. Order decision blockers first, avoid repeating context already clear from the requirements draft, and do not include an issue that has no consequential choice. When no material issue remains, state that plainly and do not invent a question.
### 3. 当前共识
Evaluate the current state of alignment from the conversation so far. Ground the assessment in confirmed information and unresolved decision points: state what appears settled, what changed in the latest turn when relevant, what still blocks agreement, and whether the draft is ready for the user's confirmation. Do not replace this judgment with a generic “still a draft” disclaimer, do not call the draft aligned merely because it sounds coherent, and do not treat your own assessment as the user's confirmation.
When confirmation is still needed, close naturally, for example:
> 这是我目前对需求的理解。你看看有没有偏差,剩下几个问题确认后,这份需求就可以定稿。
## Exit gate
Remain in clarification while any key issue could materially change the requested outcome. The skill is ready to exit only when all of the following are true:
- the user confirms the requirements;
- all decision-critical questions are answered;
- no major ambiguity or conflict remains.
Entering design, technical planning, or implementation additionally requires the user's explicit authorization. Confirmation alone does not authorize those activities. When the gate is satisfied, keep the three-section response contract concise, report that alignment is complete, and stop. Do not suggest a next phase or ask whether to enter one unless the user has already raised that specific activity. This skill does not select what happens next.
If the user's initial request already contains an explicit request to implement but this skill is active because the requirement remains ambiguous, explain which decisions block implementation without naming a planning mode as the automatic destination. If the request is already precise and only execution is needed, do not activate this skill.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!