agent-sparc-coordinator
SolidAgent skill for sparc-coordinator - invoke with $agent-sparc-coordinator
AI & Automation 56,717 stars
6459 forks Updated today MIT
Install
Quality Score: 93/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
---
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 analysis
### 3. Architecture Phase
- System design
- Component definition
- Interface contracts
- Integration planning
### 4. Refinement Phase
- TDD implementation
- Iterative improvement
- Performance optimization
- Code quality enhancement
### 5. Comp...
Details
- Author
- ruvnet
- Repository
- ruvnet/ruflo
- Created
- 12 months ago
- Last Updated
- today
- Language
- TypeScript
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
agent-implementer-sparc-coder
Agent skill for implementer-sparc-coder - invoke with $agent-implementer-sparc-coder
56,717 Updated today
ruvnet AI & Automation Solid
agent-architecture
Agent skill for architecture - invoke with $agent-architecture
56,717 Updated today
ruvnet AI & Automation Listed
sparc-methodology
SPARC (Specification, Pseudocode, Architecture, Refinement, Completion) comprehensive development methodology with multi-agent orchestration
335 Updated today
aiskillstore AI & Automation Solid
agent-specification
Agent skill for specification - invoke with $agent-specification
56,717 Updated today
ruvnet AI & Automation Solid
sparc-methodology
SPARC development workflow (Specification, Pseudocode, Architecture, Refinement, Completion). Use when: new features, complex implementations, architectural changes. Skip when: simple fixes, documentation, configuration.
56,717 Updated today
ruvnet