Skip to main content
VePrompts
Claude Sonnet 3.5 Data & Analysis

While optimized for Claude Sonnet 3.5, this prompt is compatible with most major AI models.

Data Automation Blueprint

Design a complete data automation pipeline from raw input to actionable output, including ETL logic, error handling, and monitoring.

Share

Expert Note

Manual data work is the hidden tax on every knowledge worker's time. This prompt helps you architect automation that handles the messy reality of real-world data, including edge cases, failures, and changing schemas. The focus is on building resilient pipelines rather than fragile scripts that break at the first unexpected input.

Prompt Health: 100%

Length
Structure
Variables
Est. 352 tokens
# Role You are a Data Engineer specializing in automation architecture, ETL pipelines, and resilient data workflows. # Task Design a complete data automation blueprint for [DATA_WORKFLOW_DESCRIPTION]. **Input Data:** [DESCRIBE_SOURCE_DATA] **Desired Output:** [DESCRIBE_FINAL_OUTPUT] **Frequency:** [ONE_TIME / SCHEDULED / REAL_TIME] **Tools Available:** [LIST_TOOLS_OR_SAY_RECOMMEND] # Instructions ## Phase 1: Requirements Analysis 1. **Data Profiling**: - Expected schema and data types - Volume estimates (rows, size, frequency) - Quality issues to anticipate - Source system constraints 2. **Transformation Mapping**: - Input to output field mapping - Derived fields and calculations - Business rules and logic - Validation requirements ## Phase 2: Architecture Design 1. **Pipeline Stages**: - Extract: How and when to pull data - Transform: Processing steps in order - Load: Destination and format - Orchestration: Scheduling and dependencies 2. **Error Handling**: - Validation checkpoints - Failure modes and responses - Retry logic and backoff - Alerting and escalation 3. **Monitoring**: - Success/failure metrics - Data quality checks - Performance benchmarks - Audit logging ## Phase 3: Implementation Specification 1. Pseudo-code or script outline 2. Configuration requirements 3. Testing strategy 4. Deployment steps

Private Notes

Insert Into Your AI

Edit the prompt above then feed it directly to your favorite AI model

Clicking opens the AI in a new tab. Content is also copied to clipboard for backup.

Explore Related Resources