rails-dev-pipeline
Installation
SKILL.md
Rails Dev Pipeline
A full-cycle multi-agent development pipeline powered by the Workflow tool. One invocation covers:
- Write — an agent implements the feature/fix based on your requirements
- Test — an agent writes and runs RSpec specs for the new code
- Review — four parallel reviewer agents assess different dimensions simultaneously
Total wall-clock time ≈ write time + test time + slowest reviewer (not the sum of all reviewers).
When to Use
Invoke this skill when the user says:
- "implement X end-to-end" / "build X with tests and review"
- "create a feature with full pipeline"
- "run the full dev workflow for X"
- "write, test, and review X"
For isolated tasks (just writing, just reviewing, just running tests) use the individual skills instead.