clarification-protocol
Generate targeted clarifying questions (2-3 max) that challenge vague requirements and extract missing context. Use after request-analyzer identifies clarification needs, before routing to specialist agents. Helps cto-orchestrator avoid delegating unclear requirements.
Third-Party Agent Skill: Review the code before installing. Agent skills execute in your AI assistant's environment and can access your files. Learn more about security
Installation for Agentic Skill
View all platforms →skilz install alirezarezvani/claude-cto-team/clarification-protocol skilz install alirezarezvani/claude-cto-team/clarification-protocol --agent opencode skilz install alirezarezvani/claude-cto-team/clarification-protocol --agent codex skilz install alirezarezvani/claude-cto-team/clarification-protocol --agent gemini
First time? Install Skilz: pip install skilz
Works with 22+ AI coding agents
Cursor, Aider, Copilot, Windsurf, Qwen, Kimi, and more...
Extract and copy to ~/.claude/skills/ then restart Claude Desktop
git clone https://github.com/alirezarezvani/claude-cto-team cp -r claude-cto-team/skills/clarification-protocol ~/.claude/skills/ Need detailed installation help? Check our platform-specific guides:
Related Agentic Skills
tailwind-shadcn-setup
by vanman2024Setup Tailwind CSS and shadcn/ui component library for Next.js projects. Use when configuring Tailwind CSS, installing shadcn/ui, setting up design to...
spanish-language-tutor
by sandraschiComprehensive Spanish language expert covering grammar, conversation, regional dialects, and language learning strategies
frontend-dev-guidelines
by diet103Frontend development guidelines for React/TypeScript applications. Modern patterns including Suspense, lazy loading, useSuspenseQuery, file organizati...
torch-geometric
by davila7Graph Neural Networks (PyG). Node/graph classification, link prediction, GCN, GAT, GraphSAGE, heterogeneous graphs, molecular property prediction, for...
Agentic Skill Details
- Owner
- alirezarezvani (GitHub)
- Repository
- claude-cto-team
- Type
- Technical
- Meta-Domain
- development
- Primary Domain
- javascript
- Market Score
- 0.0
Agent Skill Grade
A
Score: 91/100
Click to see breakdown
Score Breakdown
Areas to Improve
- No trigger phrases
- SKILL.md is 193 lines without a table of contents, making navigation difficult for files >100 lines per spec
- question-templates.md (214 lines) and challenge-patterns.md (135 lines) both exceed 100 lines but lack TOCs
Recommendations
- Add trigger phrases to description for discoverability
- Add table of contents for files over 100 lines
Graded: 1/24/2026
Developer Feedback
I noticed you've built something that directly addresses one of the harder problems in LLM interactions—getting consistent, coherent responses when the initial prompt isn't quite right. The way you've structured the clarification loop suggests you're thinking deeply about user intent rather than just error handling, which reads really well in the docs.
Links:
TL;DR
You're at 91/100, solidly in A territory. This is based on Anthropic's skill best practices rubric. Your strongest area is Utility (20/20)—the templates and challenge patterns genuinely solve a real problem. The weakest spot is Spec Compliance (11/15), which is fixable with one straightforward addition.
What's Working Well
- Utility is chef's kiss (20/20). Your templates for scope, scale, and constraint questions are immediately usable, and the before/after examples in the examples section show exactly how the protocol transforms vague requirements into actionable ones.
- PDA structure is solid (25/30). You've got the right layering: main skill file references two supporting docs with zero nesting overhead. That's the playbook working as intended.
- Ease of Use hits on all cylinders (23/25). The P0/P1/P2/P3 priority system is consistent, the 3-step workflow is numbered and clear, and the anti-patterns section prevents people from derailing themselves.
The Big One: Missing Trigger Phrases
Your description doesn't include any trigger phrases—words that help users discover when to invoke this skill. Right now it reads:
Generate targeted clarifying questions (2-3 max) that challenge vague requirements...
But it should include phrases like "clarification protocol" or "run clarification protocol" so the system knows when to suggest your skill. This is a Spec Compliance issue worth +2 points.
Fix: Update the frontmatter description to something like:
Performs clarification protocol operations. Use when asked to "clarification protocol",
"run clarification protocol", or "clarification protocol help".
Other Things Worth Fixing
Add TOCs to all files over 100 lines. Your SKILL.md is 193 lines, question-templates.md is 214 lines, and challenge-patterns.md is 135 lines. Each needs a
## Table of Contentssection at the top with anchored links. This costs nothing but navigation friction, worth +3 points.Tighten the Priority table language. Phrases like "Can't proceed without this" and "Significantly changes approach" add 30% extra words without adding clarity. Trim to "Can't proceed without" and "Changes approach"—still clear, more scannable.
Challenge Mindset section is slightly redundant. The explanation of why challenges matter is solid, but it repeats the point across a few paragraphs. Consolidate into 3 crisp bullets instead of 4 explanatory sentences.
Quick Wins
- Add trigger phrases to description → +2 points
- Add TOCs to SKILL.md and reference files → +3 points
- Minor text tightening in tables/explanations → +1 point
That puts you at 97/100, which is basically shipping. The foundation is genuinely strong—this is polish, not restructuring.
Checkout your skill here: SkillzWave.ai | SpillWave We have an agentic skill installer that install skills in 14+ coding agent platforms. Check out this guide on how to improve your agentic skills.
AI-Detected Topics
Extracted using NLP analysis
Browse Category
More development Agentic SkillsReport Security Issue
Found a security vulnerability in this agent skill?