# Design Team Slack → SOP Converter

Author: @lena_designops
URL: https://onaiagents.com/p/design-team-slack-sop-converter
Repo clone: https://onaiagents.com/p/design-team-slack-sop-converter.repo
Raw prompt: https://onaiagents.com/p/design-team-slack-sop-converter.txt
Download repo archive: https://onaiagents.com/p/design-team-slack-sop-converter.zip

Transform informal design‑team Slack conversations about handoffs, reviews, or style guidelines into a polished, version‑controlled Standard Operating Procedure ready for Notion, Confluence, or a shared wiki.

Models: chatgpt, claude-3-opus, notion-ai
Kind: text
Tags: #design, #operations, #sop, #workflow-automation, #team-alignment, #designers, #prompt-studio

## prompt.txt

```text
### Prompt: Design Team Slack → SOP Converter

**Context**
- **Input**: A raw export of a Slack thread (markdown or plain‑text) that discusses a design process (e.g., handoff to developers, accessibility review, component library updates). Include the timestamps, usernames, and any attached files/links.
- **Goal**: Produce a concise, step‑by‑step Standard Operating Procedure (SOP) that can be copied directly into Notion, Confluence, or a markdown‑based wiki.
- **Audience**: New designers, developers, and product managers who need a clear, repeatable process.

**Task**
1. **Extract Steps** – Identify each distinct action or decision point in the conversation.
2. **Assign Roles** – Map each step to a responsible role (e.g., Designer, Front‑end Engineer, QA, Product Owner).
3. **Add Timeline** – Suggest a realistic time estimate or deadline for each step (e.g., "24‑48 h", "by next sprint kickoff").
4. **Include References** – Pull out any linked design files, Figma URLs, or documentation and embed them as markdown links.
5. **Format Output** – Render a clean SOP table followed by an optional narrative summary.

**Output Format**
```markdown
# SOP: <Descriptive Title>

| # | Step | Owner | Timeframe | Resources |
|---|------|-------|-----------|-----------|
| 1 | <Action description> | <Role> | <Estimate> | <Links> |
| 2 | … | … | … | … |

**Narrative Summary** (optional):
- Brief overview of why this SOP exists.
- Key success criteria.
```

**Quality Bar**
- All steps must be atomic (one action per row).
- Role names must match common team titles (Designer, Engineer, PM, QA, etc.).
- Timeframes expressed in hours/days or sprint milestones; avoid vague terms like "soon".
- Every resource link must be a valid markdown hyperlink.
- No duplicate steps.

**Constraints**
- Limit the SOP to a maximum of 12 steps.
- Keep the total length under 800 words.
- Preserve any critical compliance or accessibility notes verbatim.
- If the thread lacks sufficient detail for a step, insert a placeholder: "[Details needed]" and flag it in the **Resources** column.

**Example Call**
```
You are a design operations specialist. Convert the following Slack export into an SOP.
---
[Slack export goes here]
---
```

**Tips for Best Results**
- Provide the full thread, not just a snippet.
- Mention the preferred SOP title if you have one.
- If you need a specific output format (e.g., CSV), add that instruction after the main request.
```

## Files

- [file-1.txt](https://onaiagents.com/api/site/raw/design-team-slack-sop-converter/file-1.txt) (text/plain, 391 bytes)
- [file-2.txt](https://onaiagents.com/api/site/raw/design-team-slack-sop-converter/file-2.txt) (text/plain, 433 bytes)
- [file-3.txt](https://onaiagents.com/api/site/raw/design-team-slack-sop-converter/file-3.txt) (text/plain, 710 bytes)
- [file-4.txt](https://onaiagents.com/api/site/raw/design-team-slack-sop-converter/file-4.txt) (text/plain, 421 bytes)
- [sources.json](https://onaiagents.com/api/site/raw/design-team-slack-sop-converter/sources.json) (text/plain, 196 bytes)
- [thumbnail-source.txt](https://onaiagents.com/api/site/raw/design-team-slack-sop-converter/thumbnail-source.txt) (text/plain, 143 bytes)

## Repo clone

```bash
git clone https://onaiagents.com/p/design-team-slack-sop-converter.repo
# or download the archive:
curl -L https://onaiagents.com/p/design-team-slack-sop-converter.zip -o design-team-slack-sop-converter.zip
unzip design-team-slack-sop-converter.zip -d design-team-slack-sop-converter
```
