---
name: Workflow Contribution
about: Share a real-world Cowork workflow
title: '[WORKFLOW] '
labels: workflow, community
assignees: ''

---

## Workflow Name

Brief, descriptive name for this workflow.

## Use Case

What problem does this workflow solve?

## Prerequisites

What's needed before starting this workflow?

- **Files/Data**: (e.g., "20+ receipt images")
- **Workspace Setup**: (e.g., "~/Cowork-Workspace/receipts/ folder")
- **Estimated Time**: (e.g., "15-20 minutes")
- **Complexity**: Beginner / Intermediate / Advanced

## Steps

Provide detailed steps with actual prompts you've used successfully.

### Step 1: [Step Name]

**Prompt**:
```
CONTEXT: [your context]
TASK: [your task]
OUTPUT: [your output specification]
CONSTRAINTS: [your constraints]
```

**Expected Result**: [what happens after this step]

### Step 2: [Step Name]

[Continue for all steps...]

## Common Issues

What problems did you encounter? How did you solve them?

- **Issue 1**: [Description]
  - **Solution**: [How you fixed it]

## Success Criteria

How do you know the workflow succeeded?

- [ ] [Criterion 1]
- [ ] [Criterion 2]

## Testing

Have you tested this workflow multiple times?

- **Times tested**: (e.g., "5+ times successfully")
- **Success rate**: (e.g., "100% with manual OCR correction")
- **Platform**: (e.g., "macOS 14.2, Pro tier")

## Screenshots / Examples

If applicable, add screenshots or example outputs (redact sensitive info).

## Additional Notes

Any tips, variations, or warnings for others using this workflow?

---

**Checklist before submitting:**
- [ ] I have tested this workflow successfully multiple times
- [ ] All prompts use CTOC format (Context→Task→Output→Constraints)
- [ ] I've included expected results for each step
- [ ] I've documented common issues and solutions
- [ ] I've removed any sensitive or personal information
