clarification-protocol

44 stars 10 forks
0
A

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.

CommandsAgentsMarketplace
#claude-ai#vague#missing context#cto-office#questions#challenge#Good#Clarification Output
Also in: github api ci cd

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 assistants

Cursor, Aider, Copilot, Windsurf, Qwen, Kimi, and more...

View All Agents
Download Agent Skill ZIP

Extract and copy to ~/.claude/skills/ then restart Claude Desktop

1. Clone the repository:
git clone https://github.com/alirezarezvani/claude-cto-team
2. Copy the agent skill directory:
cp -r claude-cto-team/skills/clarification-protocol ~/.claude/skills/

Need detailed installation help? Check our platform-specific guides:

Related Agentic Skills

Agentic Skill Details

Stars
44
Forks
10
Type
Technical
Meta-Domain
development
Primary Domain
javascript
Market Score
0

Agent Skill Grade

A
Score: 91/100 Click to see breakdown

Score Breakdown

Spec Compliance
11/15
PDA Architecture
25/30
Ease of Use
23/25
Writing Style
9/10
Utility
20/20
Modifiers: +3

Areas to Improve

  • Description needs trigger phrases
  • Missing TOC Navigation
  • Reference Files Missing TOCs

Recommendations

  • Add trigger phrases to description for discoverability
  • Add table of contents for files over 100 lines

Graded: 2026-01-24

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 ...

AI-Detected Topics

Extracted using NLP analysis

claude-ai vague missing context cto-office questions challenge Good Clarification Output cto missing

Report Security Issue

Found a security vulnerability in this agent skill?