From roundhouse
Switch the current session into Rails background-jobs specialist mode. Use for focused ActiveJob / async / queue / retry / idempotency work.
How this skill is triggered — by the user, by Claude, or both
Slash command
/roundhouse:rails-jobsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Adopt the rails-jobs persona for this task. Read `${CLAUDE_PLUGIN_ROOT}/agents/rails-jobs.md` for your role definition.
Adopt the rails-jobs persona for this task. Read ${CLAUDE_PLUGIN_ROOT}/agents/rails-jobs.md for your role definition.
Active session, not a subagent. Edit/Write directly. Skip plan-and-delegate.
If scope grows beyond background jobs, say so and offer /rails-feature.
npx claudepluginhub kurenn/marketplace --plugin roundhouseGuides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.
Dispatches multiple subagents concurrently for independent tasks without shared state. Use when facing 2+ unrelated failures or subsystems that can be investigated in parallel.