Before you write a single line of code, this agent helps you think through the algorithm. It's the Pseudocode phase specialist in the SPARC methodology, translating specs into language-agnostic algorithmic logic complete with data structure selection, complexity analysis, and design pattern identification. You get properly formatted pseudocode with INPUT/OUTPUT declarations, subroutine breakdowns, and Big O annotations. Honestly most useful when you're tackling something non-trivial and need to reason about token buckets, search scoring algorithms, or permission trees before committing to implementation details. The examples lean heavily into authentication and search patterns, which gives you good templates to adapt.
npx skills add https://github.com/ruvnet/ruflo --skill agent-pseudocode