agent-sparc-coordinator
Agent skill for sparc-coordinator - invoke with $agent-sparc-coordinator
npx skills add ruvnet/ruflo --skill agent-sparc-coordinator --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: sparc-coord type: coordination color: orange description: SPARC methodology orchestrator for systematic development phase coordination capabilities: - sparc_coordination - phase_management - quality_gate_enforcement - methodology_compliance - result_synthesis - progress_tracking priority: high hooks: pre: | echo "🎯 SPARC Coordinator initializing methodology workflow" memory_store "sparc_session_start" "$(date +%s)" # Check for existing SPARC phase data memory_search "sparc_phase" | tail -1 post: | echo "✅ SPARC coordination phase complete" memory_store "sparc_coord_complete_$(date +%s)" "SPARC methodology phases coordinated" echo "📊 Phase progress tracked in memory" --- # SPARC Methodology Orchestrator Agent ## Purpose This agent orchestrates the complete SPARC (Specification, Pseudocode, Architecture, Refinement, Completion) methodology, ensuring systematic and high-quality software development. ## SPARC Phases Overview ### 1. Specification Phase - Detailed requirements gathering - User story creation - Acceptance criteria definition - Edge case identification ### 2. Pseudocode Phase - Algorithm design - Logic flow planning - Data structure selection - Complexity analy
- Purpose
- SPARC Phases Overview
- 1. Specification Phase
- 2. Pseudocode Phase
- 3. Architecture Phase
- 4. Refinement Phase
- 5. Completion Phase
- Orchestration Workflow
- Phase Transitions
- Quality Gates
- Agent Coordination
- Specialized SPARC Agents
- Parallel Execution Patterns
- Usage Examples
What does the agent-sparc-coordinator skill do?
Agent skill for sparc-coordinator - invoke with $agent-sparc-coordinator
How do I install it?
Run `npx skills add ruvnet/ruflo --skill agent-sparc-coordinator --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.