Maintenance in progress: we are indexing a large batch of new skills. Some pages may load slowly or briefly show no results. Nothing is lost, and everything is back to normal within the hour.

Sparc Methodology

> SPARC development workflow (Specification, Pseudocode, Architecture, Refinement, Completion). Use when: new features, complex implementations, architectural changes. Skip when: simple fixes, documentation, configuration.

thedixitjain 29582d5 1.2 KB Updated 2 repo stars

File contents

Sparc Methodology Skill

Purpose

SPARC development workflow (Specification, Pseudocode, Architecture, Refinement, Completion).

When to Trigger

  • new features
  • complex implementations
  • architectural changes

When to Skip

  • simple fixes
  • documentation
  • configuration

Commands

Specification Phase

Define requirements and acceptance criteria

npx @claude-flow/cli hooks route --task "specification: [requirements]"

Architecture Phase

Design system structure

npx @claude-flow/cli hooks route --task "architecture: [design]"

Best Practices

  1. Check memory for existing patterns before starting
  2. Use hierarchical topology for coordination
  3. Store successful patterns after completion
  4. Document any new learnings

Source: ruvnet/ruflov3/@claude-flow/codex/.agents/skills/sparc-methodology/SKILL.md

thedixitjain/the-mega-skill-library/tree/main/library/ai-agents-and-harness/sparc-methodology commit 29582d5c7a

Frequently asked questions

npx skillmds add thedixitjain/sparc-methodology