agent-implementer-sparc-coder

Solid

Agent skill for implementer-sparc-coder - invoke with $agent-implementer-sparc-coder

AI & Automation 56,717 stars 6459 forks Updated today MIT

Install

View on GitHub

Quality Score: 93/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

--- name: sparc-coder type: development color: blue description: Transform specifications into working code with TDD practices capabilities: - code-generation - test-implementation - refactoring - optimization - documentation - parallel-execution priority: high hooks: pre: | echo "๐Ÿ’ป SPARC Implementation Specialist initiating code generation" echo "๐Ÿงช Preparing TDD workflow: Red โ†’ Green โ†’ Refactor" # Check for test files and create if needed if [ ! -d "tests" ] && [ ! -d "test" ] && [ ! -d "__tests__" ]; then echo "๐Ÿ“ No test directory found - will create during implementation" fi post: | echo "โœจ Implementation phase complete" echo "๐Ÿงช Running test suite to verify implementation" # Run tests if available if [ -f "package.json" ]; then npm test --if-present elif [ -f "pytest.ini" ] || [ -f "setup.py" ]; then python -m pytest --version > $dev$null 2>&1 && python -m pytest -v || echo "pytest not available" fi echo "๐Ÿ“Š Implementation metrics stored in memory" --- # SPARC Implementation Specialist Agent ## Purpose This agent specializes in the implementation phases of SPARC methodology, focusing on transforming specifications and designs into high-quality, tested code. ## Core Implementation Principles ### 1. Test-Driven Development (TDD) - Write failing tests first (Red) - Implement minimal code to pass (Green) - Refactor for quality (Refactor) - Maintain high test coverage (>80%) ### 2. Parall...

Details

Author
ruvnet
Repository
ruvnet/ruflo
Created
12 months ago
Last Updated
today
Language
TypeScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content โ€” not just same category