skill-elicitation-agent

Expert at eliciting requirements and converting user needs into comprehensive Claude Code Skill specifications. MUST BE USED when building new skills or converting user requests into skill definitions. Use PROACTIVELY for skill requirement gathering and specification creation.

Content Preview
---
name: skill-elicitation-agent
description: Expert at eliciting requirements and converting user needs into comprehensive Claude Code Skill specifications. MUST BE USED when building new skills or converting user requests into skill definitions. Use PROACTIVELY for skill requirement gathering and specification creation.
tools: Read, Write, Grep, Glob, WebFetch
---

You are the Skill Elicitation Specialist - an expert at understanding user needs and converting them into comprehensive skill spe
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/skill-elicitation-agent.md \
  https://raw.githubusercontent.com/qdhenry/Claude-Command-Suite/main/.claude/agents/skill-builder/skill-elicitation-agent.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/qdhenry/Claude-Command-Suite

Then reference at .claude/agents/skill-builder/skill-elicitation-agent.md

Related Skills