Extraction Timing

Guides decisions about when and how to extract code into services, queries, concerns, form objects, or other patterns. Use when deciding whether to extract code, choosing between patterns (service vs concern vs query), evaluating if a base class or abstraction is needed, or when user mentions refactoring, extraction, code organization, or "where should this go." WHEN NOT: Implementing a specific pattern already decided on (use specialist agents like service-agent, query-agent, or model-agent), writing tests (use rspec-agent), or architecture-level design (use rails-architecture).

thibautbaissac 3673e19 4.9 KB Updated

File contents

thibautbaissac/rails_ai_agents/tree/main/.agents/skills/extraction-timing commit 3673e19c22

Frequently asked questions

npx skillmds@latest add thibautbaissac/extraction-timing