Spec Gathering
Spec Gathering efficiently extracts key details from text, streamlining research and providing focused information for analysis or documentation.
Install on your platform
We auto-selected Claude Code based on this skillβs supported platforms.
Run in terminal (recommended)
claude mcp add spec-gathering npx -- -y @trustedskills/spec-gathering
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"spec-gathering": {
"command": "npx",
"args": [
"-y",
"@trustedskills/spec-gathering"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill, Spec Gathering, transforms vague task descriptions into actionable, structured requirements through a series of guided questions. It helps clarify user needs and validates those requirements before proceeding with detailed specification writing. The core principle is to ask smart questions and produce validated, structured output for improved clarity and efficiency.
When to use it
- Starting a new feature or project.
- Clarifying ambiguous task descriptions.
- When users provide high-level goals without specifics.
- Before beginning the process of writing detailed specifications.
Key capabilities
- Structured questioning to elicit requirements.
- Identification of affected services and scope based on project context and task description.
- Workflow type determination (feature, refactor, investigation, migration, simple).
- Integration with a "context-compressor" skill for progressive disclosure during clarification.
- Reads project structure files (
product.md,tech-stack.md) if they exist to understand the project context.
Example prompts
- "I need to build a new user authentication system."
- "Can you help me clarify the requirements for improving the search functionality?"
- βWhat would you like to build or fix? Please describe the feature, bug, or change you need.β
Tips & gotchas
- User confirmation of both the task description and workflow type is crucial before proceeding.
- The skill relies on existing project structure files (
.claude/context/product.md,.claude/context/tech-stack.md) for context; if these are missing, it will proceed without them. - This skill focuses solely on requirements gathering and validation β it does not write specifications.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates β what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
π Community
Passed automated security scans.