request-analyzer

44 stars 10 forks
0
A

Analyze incoming user requests to detect intent, request type (design/validate/debug/document), complexity level, and identify vague requirements or buzzwords that need clarification. Use when cto-orchestrator receives new requests that need classification before routing to specialist agents.

CommandsAgentsMarketplace
#claude-ai#vague#design#Request User#cto-office#Vague Terms#request#Analyze incoming
Also in: word pdf

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/request-analyzer
skilz install alirezarezvani/claude-cto-team/request-analyzer --agent opencode
skilz install alirezarezvani/claude-cto-team/request-analyzer --agent codex
skilz install alirezarezvani/claude-cto-team/request-analyzer --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/request-analyzer ~/.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
web api
Primary Domain
api
Market Score
0

Agent Skill Grade

A
Score: 92/100 Click to see breakdown

Score Breakdown

Spec Compliance
12/15
PDA Architecture
26/30
Ease of Use
22/25
Writing Style
9/10
Utility
18/20
Modifiers: +5

Areas to Improve

  • Missing TOCs in all files
  • Examples too verbose
  • Step 5 not using checklist format

Recommendations

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

Graded: 2026-01-24

Developer Feedback

I took a quick look at how you're parsing and validating HTTP requests—the way you're handling edge cases in the request body analysis is solid. With a 92/100, you're in that interesting space where the fundamentals are clearly dialed in; I'd be curious what pushed a couple points off.

Links:

The TL;DR

You're at 92/100, solid A territory. This is based on Anthropic's best practices for skill design. Your strongest area is Writing Style (9/10)—the voice is consistent and objective throughout. Weakest link is Spec Compliance (12/15), mostly because you're only using 1-2 trigger phrases when you could squeeze out more discoverability.

What's Working Well

  • Layered architecture is chef's kiss. SKILL.md stays clean as an overview, with detailed analysis logic split across buzzword-dictionary.md and classification-criteria.md. That's exactly the token-efficient separation that matters.
  • Your five-step framework is rock solid. The progression from intent detection → complexity assessment → validation is intuitive and practical. The tables make it scannable.
  • Trigger terms are well-chosen. "Classify requests", "prioritize work", "route to specialists"—these actually describe what developers need, not buzzword soup.

The Big One: Missing Table of Contents

All three files exceed 100 lines but don't have TOCs. For SKILL.md (149 lines) and your reference files (113 and 144 lines), this hurts navigation and costs you 2-3 points in Progressive Disclosure.

Fix: Add a simple TOC at the top of each file:

# Request Analyzer

## Table of Contents
- [When to Use](#when-to-use)
- [Analysis Framework](#analysis-framework)
- [Output Format](#output-format)
- [Examples](#example...

AI-Detected Topics

Extracted using NLP analysis

claude-ai vague design Request User cto-office Vague Terms request Analyze incoming request type type

Report Security Issue

Found a security vulnerability in this agent skill?