Sparc Implement
Skill Verified ActiveRun the SPARC Architecture and Implementation phases — design module boundaries, write pseudocode, implement code, and run tests
To automate the execution of the SPARC Architecture and Implementation phases, guiding users through pseudocode design and defining robust software architecture.
Features
- Designs pseudocode for algorithms
- Defines module boundaries and API contracts
- Handles error paths and concurrent access
- Stores architecture and pseudocode artifacts
- Supports SPARC methodology phases 2 and 3
Use Cases
- When a feature specification is complete and ready for implementation.
- To ensure consistent and structured design for software modules.
- To generate detailed pseudocode and architecture artifacts for complex features.
Non-Goals
- Executing the Specification, Testing, or Deployment phases of SPARC.
- Writing production-ready code directly without intermediate pseudocode and architecture design.
- Replacing manual code implementation entirely; this skill focuses on the design and planning stages.
Installation
First, add the marketplace
/plugin marketplace add ruvnet/ruflo/plugin install ruflo-sparc@rufloQuality Score
VerifiedTrust Signals
Similar Extensions
Sparc Refine
95Run the SPARC Refinement and Completion phases — review code, improve test coverage, validate against specification, and generate documentation
V3 Ddd Architecture
100Domain-Driven Design architecture for claude-flow v3. Implements modular, bounded context architecture with clean separation of concerns and microkernel pattern.
Pathfinder
100Map a codebase into feature-grouped flowcharts, identify duplicated concerns across features, and propose a unified architecture. Use when asked to "find the ideal path," unify duplicated systems, or audit architecture before a refactor. Emits a proposed unified flowchart plus per-system /make-plan prompts.
Understand
100Analyze a codebase to produce an interactive knowledge graph for understanding architecture, components, and relationships
Cloud Architect
100Designs cloud architectures, creates migration plans, generates cost optimization recommendations, and produces disaster recovery strategies across AWS, Azure, and GCP. Use when designing cloud architectures, planning migrations, or optimizing multi-cloud deployments. Invoke for Well-Architected Framework, cost optimization, disaster recovery, landing zones, security architecture, serverless design.
API Design Patterns
100Comprehensive API design patterns covering REST, GraphQL, gRPC, versioning, authentication, and modern API best practices