Skip to content

Commit 6a67704

Browse files
authored
Added SPARC (#156)
`create-sparc` is a powerful agentic toolkit that changes how you build software by integrating the structured SPARC methodology with advanced AI assistance through Roo Code and Model Context Protocol (MCP) capabilities. This comprehensive platform enables AI agents to securely connect with external services like databases, APIs, and cloud resources, allowing developers to create modular, secure, and maintainable applications with unprecedented efficiency while seamlessly bridging the gap between AI and real-world systems. run 'npx create-sparc init' to try it.
1 parent d897706 commit 6a67704

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

docs/community.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,31 @@
22

33
Welcome to the Roo Code community section! Here you'll find community projects that extend Roo Code's capabilities and a gallery of custom modes shared by other users to enhance your development workflow.
44

5+
6+
## 🔥 SPARC by [@ruvnet](https://github.com/ruvnet)
7+
8+
SPARC orchestrates set and forget agentic development workflows through a structured framework using Roo Code Boomerang Tasks. It automates complex code development while maintaining complete developer control.
9+
The framework is [open-source](https://github.com/ruvnet/rUv-dev) with comprehensive documentation and examples, supporting everything from simple applications to complex systems.
10+
11+
## Key Features
12+
13+
- **Scaffolding**: Generate complete project structures by running `npx create-sparc init` in your root folder, including sub directories, configurations, and boilerplate code
14+
- **Prompting**: Optimized templates for consistent, high-quality code generation
15+
- **Boomerang Mode**: Define requirements → generate code → review → refine in a continuous feedback loop
16+
- **Boomerang Tasks**: Define specific development tasks that can be "thrown" to Roo and returned with implementations, enabling focused problem-solving
17+
- **Workflow Orchestration**: Coordinate complex development sequences with predefined task chains and dependency management
18+
- **MCP Services**: Extend Roo's capabilities with specialized tools and resources through Model Context Protocol integration
19+
- **Mode Management**: Context-aware settings that optimize behavior for specific development phases
20+
21+
#### Quick Start
22+
You don't need to install this [package directly](https://www.npmjs.com/package/create-sparc). Just run npx from your root directory to install it:
23+
24+
```bash
25+
npx create-sparc init
26+
npx create-sparc --help
27+
```
28+
29+
530
## Memory Bank Project by [@GreatScottyMac](https://github.com/GreatScottyMac)
631

732
The [Roo Code Memory Bank](https://github.com/GreatScottyMac/roo-code-memory-bank) project solves a critical challenge in AI-assisted development: **maintaining context across sessions**. By providing a structured memory system integrated with VS Code, it ensures your AI assistant maintains a deep understanding of your project across sessions.

0 commit comments

Comments
 (0)