I hunted for this high and low, specifically for a RSpec rake task with both dependencies and task arguments - found answer and helping the future generations
Basically I want to do filter the tests by tag, and pass in a trigger I use for some app-specific behaviour.
bundle exec rake spec[some_tag,some_trigger]
And I wanted to depend on the :clean and 'test-reports' tasks