This is a SPARC methodology implementation agent that follows strict test-driven development. It works in the classic red-green-refactor cycle, writing failing tests first, implementing code to pass them, then cleaning up. The workflow is explicitly parallel, batching multiple test and source file operations simultaneously rather than going one by one. You get pre-configured hooks that check for test directories and auto-run your test suite after implementation. The patterns lean heavily on dependency injection, comprehensive error handling, and retry logic with exponential backoff. Best for projects where you want enforced TDD discipline and can benefit from the structured SPARC phases rather than ad-hoc coding.
npx skills add https://github.com/ruvnet/ruflo --skill agent-implementer-sparc-coder