37signals-implement

Coordinate end-to-end Rails feature implementations across specialist 37signals skills.

1|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/joshyorko/agent-skills --skill 37signals-implement
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 37signals-implement
Source: https://github.com/joshyorko/agent-skills/tree/main/plugins/rails-37signals-patterns/skills/37signals-implement
Command: npx skills add https://github.com/joshyorko/agent-skills --skill 37signals-implement

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill orchestrates end-to-end Rails feature implementations by coordinating specialist 37signals skills, breaking work into focused tasks, and ensuring cohesive integration across models, controllers, views, tests, and deployment configurations.

Core Features & Use Cases

  • Break features into tasks, delegate to the appropriate 37signals skills in dependency order, re-integrate at the end, and provide an implementation summary.
  • Use cases include multi-tenant apps, complex feature rollouts across layers, and orchestrating between migrations, models, controllers, and views.

Quick Start

Break the feature into tasks, delegate to the matching 37signals skills in order, and coordinate end-to-end integration.

Frequently Asked Questions about 37signals-implement

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I orchestrate end-to-end Rails feature implementations across multiple layers?

Orchestrating end-to-end Rails feature implementations involves coordinating specialist skills to handle database changes, domain models, controllers, views, jobs, and tests in strict dependency order. This workflow breaks features into focused tasks, delegates them appropriately, and re-integrates the results to ensure cohesive multi-tenant pattern consistency.

What is the best way to coordinate database migrations, models, and controllers in a multi-tenant Rails app?

Coordinating database migrations, models, and controllers in a multi-tenant Rails app requires breaking the feature into tasks and delegating them to specialist skills in dependency order. This approach enforces multi-tenant awareness and pattern consistency across migrations, domain models, and views.

Does this Rails feature orchestration workflow handle test coordination automatically?

This Rails feature orchestration workflow handles test coordination by delegating testing tasks to specialist skills as part of the end-to-end implementation. It ensures thorough test coverage by spanning multiple skills and enforcing test coordination throughout the dependency order execution.

Can I use this approach for complex feature rollouts spanning multiple Rails layers?

You can use this orchestration approach for complex feature rollouts spanning multiple Rails layers, including models, controllers, views, jobs, and deployment configurations. It breaks down complex rollouts into focused tasks, delegates them to matching specialist skills, and coordinates the end-to-end integration to ensure cohesive results.

Do I need specific specialist skills to coordinate a full Rails feature end-to-end?

You need specific specialist 37signals skills to coordinate a full Rails feature end-to-end, as this workflow delegates database changes, domain models, controllers, views, and tests to those matching skills. It orchestrates these specialist skills in strict dependency order to re-integrate the implementation at the end.

When should I not use an orchestration workflow for Rails feature implementation?

You should not use an orchestration workflow for Rails feature implementation when your task is isolated to a single layer, such as a standalone view or model change. This approach is designed for complex, multi-step features requiring coordination across migrations, controllers, jobs, and tests with strict dependency ordering.