Agent skill · AI & Agents

agent-specification

Agent skill for specification - invoke with $agent-specification

rUv71,307★ · +1,002/wk · 3 repos on radarProfile →
claude-codecodexMIT
Install
npx skills add ruvnet/ruflo --skill agent-specification --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 7 KB
Bundled scripts: none
Path: .agents/skills/agent-specification/SKILL.md
Open the folder on GitHub →
Where it comes from
Source: ruvnet/ruflo
Stars: 67,015 · +629 this week
Language: TypeScript
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

--- 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

What's inside
Steps it walks through
  1. SPARC Specification Phase
  2. Specification Process
  3. 1. Requirements Gathering
  4. 2. Constraint Analysis
  5. 3. Use Case Definition
  6. 4. Acceptance Criteria
  7. Specification Deliverables
  8. 1. Requirements Document
  9. 2. Data Model Specification
  10. 3. API Specification
  11. Validation Checklist
  12. Best Practices
More from ruflo
All skills →
About this skill
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.

Keep going