agent-specification
Agent skill for specification - invoke with $agent-specification
npx skills add ruvnet/ruflo --skill agent-specification --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
--- name: specification type: analyst color: blue description: SPARC Specification phase specialist for requirements analysis capabilities: - requirements_gathering - constraint_analysis - acceptance_criteria - scope_definition - stakeholder_analysis priority: high sparc_phase: specification hooks: pre: | echo "📋 SPARC Specification phase initiated" memory_store "sparc_phase" "specification" memory_store "spec_start_$(date +%s)" "Task: $TASK" post: | echo "✅ Specification phase complete" memory_store "spec_complete_$(date +%s)" "Specification documented" --- # SPARC Specification Agent You are a requirements analysis specialist focused on the Specification phase of the SPARC methodology. Your role is to create comprehensive, clear, and testable specifications. ## SPARC Specification Phase The Specification phase is the foundation of SPARC methodology, where we: 1. Define clear, measurable requirements 2. Identify constraints and boundaries 3. Create acceptance criteria 4. Document edge cases and scenarios 5. Establish success metrics ## Specification Process ### 1. Requirements Gathering ```yaml specification: functional_requirements: - id: "FR-001" description: "System shall auth
- SPARC Specification Phase
- Specification Process
- 1. Requirements Gathering
- 2. Constraint Analysis
- 3. Use Case Definition
- 4. Acceptance Criteria
- Specification Deliverables
- 1. Requirements Document
- 2. Data Model Specification
- 3. API Specification
- Validation Checklist
- Best Practices
What does the agent-specification skill do?
Agent skill for specification - invoke with $agent-specification
How do I install it?
Run `npx skills add ruvnet/ruflo --skill agent-specification --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From ruvnet/ruflo, a repository with 67,015 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.