agent-implementer-sparc-coder
SolidAgent skill for implementer-sparc-coder - invoke with $agent-implementer-sparc-coder
AI & Automation 56,717 stars
6459 forks Updated today MIT
Install
Quality Score: 93/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
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
AI & Automation Solid
agent-sparc-coordinator
Agent skill for sparc-coordinator - invoke with $agent-sparc-coordinator
56,717 Updated today
ruvnet AI & Automation Solid
agent-coder
Agent skill for coder - invoke with $agent-coder
56,717 Updated today
ruvnet AI & Automation Solid
agent-code-goal-planner
Agent skill for code-goal-planner - invoke with $agent-code-goal-planner
56,717 Updated today
ruvnet AI & Automation Solid
agent-refinement
Agent skill for refinement - invoke with $agent-refinement
56,717 Updated today
ruvnet AI & Automation Solid
agent-architecture
Agent skill for architecture - invoke with $agent-architecture
56,717 Updated today
ruvnet