Development workflows for Rails applications. Use when implementing features, fixing bugs, or making code changes. Currently provides the TDD Red-Green implementation workflow.
Implements Rails features using TDD Red-Green workflow. Writes failing tests first with fixtures, then minimal code to pass `bin/ci`, handling errors and discoveries by creating BD issues.
/plugin marketplace add sevos/claude-code-marketplace/plugin install rails@sevos-claude-code-marketplaceThis skill inherits all available tools. When active, it can use any tool Claude has access to.
This skill provides development workflows for Ruby on Rails applications. It defines methodologies for different types of engineering work.
When implementing features or fixing bugs, follow the Test-Driven Development cycle.
Write failing tests FIRST:
test/fixtures/ for existing patterns)bin/ci to confirm tests fail for the RIGHT reasonWrite the MINIMAL code to make tests pass:
bin/ci - do NOT proceed until all tests passIf bin/ci fails:
If you discover additional work needed:
bd create "Discovered issue" -t task -p 2 --deps discovered-from:<current-ticket> --jsonbin/ci or bin/rails test)This skill should be used when the user asks to "create a hookify rule", "write a hook rule", "configure hookify", "add a hookify rule", or needs guidance on hookify rule syntax and patterns.
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.