sparc-methodology
Apply systematic development methodology
也可从以下获取: Claude Flow
Complex software projects lack structure. SPARC provides a five-phase framework from specification to completion with 17 specialized modes for coordinated multi-agent development. Teams achieve 2.8-4.4x speed improvements through parallel execution and systematic quality gates.
下载技能 ZIP
在 Claude 中上传
前往 设置 → 功能 → 技能 → 上传技能
开启并开始使用
测试它
正在使用“sparc-methodology”。 Use SPARC methodology to build a user authentication API
预期结果:
- Research phase: Researcher agent gathers JWT and OAuth best practices
- Architecture phase: Architect agent designs REST endpoints with security patterns
- Implementation phase: Coder agent implements Express API with test-driven approach
- Testing phase: TDD mode creates 90 percent plus coverage test suite
- Review phase: Reviewer agent validates security and performance
- Documentation phase: Documenter creates OpenAPI specification
正在使用“sparc-methodology”。 Apply SPARC to refactor a legacy codebase module
预期结果:
- Analysis phase: Analyzer agent maps dependencies and identifies refactoring targets
- Planning phase: Orchestrator creates incremental refactoring strategy
- Safety phase: Tester agent creates comprehensive test suite for legacy code
- Refactoring phase: Coder agent modernizes code while maintaining tests
- Validation phase: Reviewer agent confirms functionality is preserved
正在使用“sparc-methodology”。 Run SPARC optimization workflow on production API
预期结果:
- Profiling phase: Analyzer agent measures response times and throughput
- Identification phase: Optimizer agent pinpoints database and caching bottlenecks
- Implementation phase: Coder agent adds caching layer and optimizes queries
- Benchmark phase: Tester agent runs performance tests comparing before and after
安全审计
安全Pure documentation skill containing only markdown content describing a development methodology. No executable code, network calls, filesystem access, or environment variable usage. All static findings are false positives triggered by pattern matching on documentation text.
风险因素
📁 文件系统访问 (1)
⚙️ 外部命令 (97)
质量评分
你能构建什么
Coordinate team development
Orchestrate multiple agents working on backend, frontend, database, and tests in parallel with dependency management
Apply structured workflow
Follow systematic phases from requirements through deployment with built-in quality gates and documentation
Automate quality checks
Run automated security scans, performance analysis, and best practices validation on pull requests
试试这些提示
Use SPARC methodology to develop feature description Start with researcher mode to gather requirements then architect mode for design
Run tdd mode to implement feature with 90 percent test coverage Follow Red-Green-Refactor cycle
Initialize hierarchical swarm with number agents Spawn architect coder tester and reviewer agents to work on project in parallel
Run reviewer mode with security and performance checks on code Then use optimizer mode to address any bottlenecks found
最佳实践
- Always batch all related operations in a single message for parallel execution efficiency
- Use memory integration to share architectural decisions across agent sessions
- Maintain minimum 90 percent test coverage and document all architecture decisions
避免
- Avoid spreading related work across multiple messages as this breaks parallel coordination
- Do not skip the research and architecture phases before implementation
- Avoid using minimal implementation mode in production without proper refactoring