Design data pipeline architecture for a given data flow scenario
/plugin marketplace add melodic-software/claude-code-plugins/plugin install systems-design@melodic-software<description># Data Flow Design Command Design a data pipeline architecture based on requirements description. ## Usage ## Arguments - `description` (required): Natural language description of data flow requirements - Include: data sources, destinations, transformations, latency needs - Mention any constraints: cost, team expertise, existing infrastructure ## Examples ## Workflow 1. **Parse Requirements** Extract from description: - Data sources and types - Volume and velocity estimates - Latency requirements - Transformation complexity - Target systems/use cases 2. **S...