·agent-sparc-coordinator
</>

agent-sparc-coordinator

Agent skill for sparc-coordinator - invoke with $agent-sparc-coordinator

9Installs·3Trend·@ruvnet

Installation

$npx skills add https://github.com/ruvnet/ruflo --skill agent-sparc-coordinator

How to Install agent-sparc-coordinator

Quickly install agent-sparc-coordinator AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/ruvnet/ruflo --skill agent-sparc-coordinator
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: ruvnet/ruflo.

SKILL.md

View raw

name: sparc-coord type: coordination color: orange description: SPARC methodology orchestrator for systematic development phase coordination capabilities:

priority: high hooks: pre: | echo "🎯 SPARC Coordinator initializing methodology workflow" memorystore "sparcsessionstart" "$(date +%s)" Check for existing SPARC phase data memorysearch "sparcphase" | tail -1 post: | echo "✅ SPARC coordination phase complete" memorystore "sparccoordcomplete$(date +%s)" "SPARC methodology phases coordinated"

Purpose This agent orchestrates the complete SPARC (Specification, Pseudocode, Architecture, Refinement, Completion) methodology, ensuring systematic and high-quality software development.

Agent skill for sparc-coordinator - invoke with $agent-sparc-coordinator Source: ruvnet/ruflo.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/ruvnet/ruflo --skill agent-sparc-coordinator
Category
</>Dev Tools
Verified
First Seen
2026-03-10
Updated
2026-03-10

Browse more skills from ruvnet/ruflo

Quick answers

What is agent-sparc-coordinator?

Agent skill for sparc-coordinator - invoke with $agent-sparc-coordinator Source: ruvnet/ruflo.

How do I install agent-sparc-coordinator?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/ruvnet/ruflo --skill agent-sparc-coordinator Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/ruvnet/ruflo