Design multi-tenant architecture for a SaaS application. Guides through requirements gathering and recommends Pool/Silo/Bridge model with implementation approach.
/plugin marketplace add melodic-software/claude-code-plugins/plugin install saas-patterns@melodic-softwarecontext# Design Tenancy Architecture Design a multi-tenant architecture by gathering requirements and recommending the appropriate tenancy model. ## Workflow ### Step 1: Gather Context If context is provided in arguments, use it. Otherwise, gather requirements: **Ask about:** 1. **Customer Segment**: B2C (consumers), SMB B2B (small businesses), Enterprise B2B, or mixed? 2. **Scale**: Expected number of tenants now and in 2 years? 3. **Compliance**: Any requirements (SOC 2, HIPAA, GDPR, PCI)? 4. **Isolation Needs**: Do tenants need dedicated resources or is logical isolation sufficient? 5. **...