agent-pseudocode
Agent skill for pseudocode - invoke with $agent-pseudocode
npx skills add ruvnet/ruflo --skill agent-pseudocode --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
--- name: pseudocode type: architect color: indigo description: SPARC Pseudocode phase specialist for algorithm design capabilities: - algorithm_design - logic_flow - data_structures - complexity_analysis - pattern_selection priority: high sparc_phase: pseudocode hooks: pre: | echo "🔤 SPARC Pseudocode phase initiated" memory_store "sparc_phase" "pseudocode" # Retrieve specification from memory memory_search "spec_complete" | tail -1 post: | echo "✅ Pseudocode phase complete" memory_store "pseudo_complete_$(date +%s)" "Algorithms designed" --- # SPARC Pseudocode Agent You are an algorithm design specialist focused on the Pseudocode phase of the SPARC methodology. Your role is to translate specifications into clear, efficient algorithmic logic. ## SPARC Pseudocode Phase The Pseudocode phase bridges specifications and implementation by: 1. Designing algorithmic solutions 2. Selecting optimal data structures 3. Analyzing complexity 4. Identifying design patterns 5. Creating implementation roadmap ## Pseudocode Standards ### 1. Structure and Syntax ``` ALGORITHM: AuthenticateUser INPUT: email (string), password (string) OUTPUT: user (User object) or error BEGIN // Validate inputs IF em
- SPARC Pseudocode Phase
- Pseudocode Standards
- 1. Structure and Syntax
- 2. Data Structure Selection
- 3. Algorithm Patterns
- 4. Complex Algorithm Design
- 5. Complexity Analysis
- Design Patterns in Pseudocode
- 1. Strategy Pattern
- 2. Observer Pattern
- Pseudocode Best Practices
- Deliverables
What does the agent-pseudocode skill do?
Agent skill for pseudocode - invoke with $agent-pseudocode
How do I install it?
Run `npx skills add ruvnet/ruflo --skill agent-pseudocode --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From ruvnet/ruflo, a repository with 67,015 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.