agent-sparc-coordinator

Solid

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

AI & Automation 56,717 stars 6459 forks Updated today MIT

Install

View on GitHub

Quality Score: 93/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

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