Ruflo sparc-methodology
install
source · Clone the upstream repo
git clone https://github.com/ruvnet/ruflo
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/ruvnet/ruflo "$T" && mkdir -p ~/.claude/skills && cp -r "$T/v3/@claude-flow/codex/.agents/skills/sparc-methodology" ~/.claude/skills/ruvnet-ruflo-sparc-methodology-9f68b2 && rm -rf "$T"
manifest:
v3/@claude-flow/codex/.agents/skills/sparc-methodology/SKILL.mdsource content
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
- Check memory for existing patterns before starting
- Use hierarchical topology for coordination
- Store successful patterns after completion
- Document any new learnings