sparc-methodology
Implementar a metodologia SPARC para desenvolvimento sistemático
متاح أيضًا من: Claude Flow
Projetos de desenvolvimento frequentemente carecem de estrutura e consistência. O SPARC fornece uma metodologia sistemática de 5 fases com 17 modos especializados que orquestram múltiplos agentes para um desenvolvimento de software abrangente, da especificação à conclusão.
تنزيل ZIP المهارة
رفع في Claude
اذهب إلى Settings → Capabilities → Skills → Upload skill
فعّل وابدأ الاستخدام
اختبرها
استخدام "sparc-methodology". Use SPARC methodology to build a user authentication system
النتيجة المتوقعة:
- Phase 1 - Specification: Researcher agent gathers OAuth2.0, JWT, and bcrypt best practices
- Phase 2 - Architecture: Architect agent designs scalable auth service with token refresh, rate limiting, and multi-factor authentication
- Phase 3 - Refinement: TDD agent implements auth endpoints with 95% test coverage including unit, integration, and security tests
- Phase 4 - Review: Reviewer agent validates security patterns, performance, and documentation quality
- Phase 5 - Completion: Documenter agent creates OpenAPI specs, deployment guides, and architecture diagrams
التدقيق الأمني
آمنAll 215 static findings are FALSE POSITIVES. This is a documentation-only skill (SKILL.md, 1116 lines) describing development methodology. The scanner misidentified: (1) security term mentions (JWT, bcrypt, OAuth) as cryptographic code, (2) markdown code block syntax (triple backticks) as shell execution, (3) documentation URLs as hardcoded endpoints, (4) methodology references as reconnaissance. No executable code, network calls, file system access, or external commands exist in this skill.
عوامل الخطر
🌐 الوصول إلى الشبكة (4)
📁 الوصول إلى نظام الملفات (1)
⚙️ الأوامر الخارجية (97)
درجة الجودة
ماذا يمكنك بناءه
Projetar arquitetura de sistema escalável
Use os modos architect e researcher para projetar uma arquitetura de sistema abrangente com melhores práticas e documentação.
Implementar fluxos de trabalho TDD
Aproveite o modo TDD com agentes tester e coder para implementar funcionalidades com 90%+ de cobertura de testes de forma sistemática.
Orquestrar projetos de desenvolvimento complexos
Coordene múltiplos agentes em paralelo para lidar com pesquisa, implementação, testes e documentação simultaneamente.
جرّب هذه الموجهات
Use SPARC methodology to implement user authentication with JWT tokens. Start with researcher mode for best practices, then architect mode for system design, followed by TDD implementation.
Initialize hierarchical swarm and spawn architect, coder, and tester agents in parallel to build a REST API with PostgreSQL database, implementing CRUD operations for a product catalog.
Use analyzer mode to identify technical debt in the legacy codebase, then orchestrate incremental refactoring with reviewer mode validation and comprehensive test coverage.
Deploy analyzer and optimizer agents to profile API response times, identify bottlenecks in database queries, and implement caching strategies with benchmark validation.
أفضل الممارسات
- Sempre use a integração de Memory para coordenação entre agentes e persistência de conhecimento entre sessões
- Agrupe todas as operações relacionadas em mensagens únicas para maximizar a eficiência da execução paralela
- Mantenha cobertura mínima de testes de 90% durante todas as fases de implementação
تجنب
- Evite executar agentes sequencialmente em múltiplas mensagens - isso quebra os benefícios da coordenação paralela
- Não pule a fase de Specification - o planejamento adequado evita mudanças arquiteturais caras mais tarde
- Nunca salve arquivos no diretório raiz - sempre organize em subdiretórios apropriados (src, tests, docs)