Armory
Source
Browse
Skills

requirements-clarity

Clarify ambiguous requirements through focused dialogue before implementation. Use when requirements are unclear, features are complex (>2 days), or involve cross-team coordination. Ask two core questions - Why? (YAGNI check) and Simpler? (KISS check) - to ensure clarity before coding.

Score
Unranked
Evidence
No signals yet
Last commit
Not known
Listed

Install

armory install requirements-clarity --cli claude

writes the skill into.claude/skills/requirements-clarity/SKILL.mdListed as compatible

Configuration
# fetches the source and writes it to:
.claude/skills/requirements-clarity/SKILL.md

Needs the armory CLI · not on npm yet, build it from cli/ in the repository

What it is

Clarify ambiguous requirements through focused dialogue before implementation. Use when requirements are unclear, features are complex (>2 days), or involve cross-team coordination. Ask two core questions - Why? (YAGNI check) and Simpler? (KISS check) - to ensure clarity before coding.

When to use it

Clarify ambiguous requirements through focused dialogue before implementation. Use when requirements are unclear, features are complex (>2 days), or involve cross-team coordination. Ask two core questions - Why? (YAGNI check) and Simpler? (KISS check) - to ensure clarity before coding.

How to install / invoke

# Copy the skill into your .claude/skills/ directory
curl -sL https://raw.githubusercontent.com/davila7/claude-code-templates/main/cli-tool/components/skills/productivity/requirements-clarity/SKILL.md -o .claude/skills/requirements-clarity/SKILL.md

Notes

Extracted from davila7/claude-code-templates, requirements-clarity category.