# Office Hour #46: Recap & Workflow Blueprint Prompts

### 📺 Quick Recap

April's frontier model wave landed fast. In Office Hour #46, Sean walked through **Claude Opus 4.7, GPT-5.5, and DeepSeek V4 Pro + V4 Flash** inside AgenticFlow, then stress-tested them with a one-prompt **ISS Orbital Tracker** demo.

We also covered:

* **Time-aware workspace updates** – timezone standardization & Tasks-tab timestamps
* **Advanced MCP authentication** & Composio MCP deprecation
* **Stability fixes** across the platform
* **DeepSeek migration notes** – legacy DeepSeek models should migrate to **DeepSeek V4 Flash before May 31, 2026**
* **6 practical Claude Code + AgenticFlow CLI workflow demos** for everyday business automation

🎥 Watch the full session:

{% embed url="<https://www.youtube.com/watch?v=4AGjuzmjcks>" %}

***

### 🚀 6 Workflow Blueprint Prompts

Copy any of the prompts below into **Claude Code** (with the **AgenticFlow CLI** installed) to deploy a fully working workflow in minutes — no manual node-wiring required.

#### 1. Email → Structured Data

> Using the AgenticFlow CLI, deploy the email-to-structured blueprint. Use this sample email as input:
>
> "Hi, I ordered the Pro plan last Tuesday (order #48291) but I still haven't received my activation key. This is blocking my whole team. Can someone please fix this urgently? — James"
>
> Deploy, run once, show me the extracted JSON (intent, urgency, category, entities, summary, suggested action).
>
> Leave the workflow deployed. Print the Web UI link. One-line note: why this rung of the composition ladder?

***

#### 2. Competitor URL Snapshot

> Using the AgenticFlow CLI, deploy the competitor-url-snapshot blueprint. Use [https://notion.so](https://notion.so/) as the competitor URL. Set your product to "a lightweight project management tool for solo founders".
>
> Deploy, run once, show me the positioning analysis, top 5 claims, weaknesses, and 3 counter-moves.
>
> Leave the workflow deployed. Print the Web UI link. One-line note: why this rung of the composition ladder?

***

#### 3. Job Application Package

> Using the AgenticFlow CLI, deploy the job-app-package blueprint. Use this job description:
>
> "Senior Software Engineer - Payments Infrastructure at Stripe. Requirements: 5+ years SWE experience, Python/Go/Java, distributed systems, AWS/GCP, track record scaling to millions of requests. Nice to have: fintech/payments domain, PCI-DSS, Kubernetes."
>
> CV: "Jane Doe. Senior SWE at Acme Corp 2021-2024: built payment microservices 50K txns/day in Python/FastAPI, migrated monolith to AWS Lambda -40% latency, mentored 3 engineers. SWE at StartupXYZ 2019-2021: Node.js APIs, Postgres, Kafka. BSc CS NUS 2019. Skills: Python, TypeScript, AWS, Postgres, Docker, Kubernetes."
>
> Recipient email: your own. Tone: confident.
>
> Deploy, run once, show me the fit score and cover letter draft.
>
> Leave the workflow deployed. Print the Web UI link. One-line note: why this rung of the composition ladder?

***

#### 4. Meeting Notes → Recap Email

> Using the AgenticFlow CLI, deploy the meeting-notes-email blueprint. Use these raw meeting notes as input:
>
> "Q2 planning, attendees: sarah (PM), dan (eng), mia (design). decided to cut mobile app from roadmap - too much dev time. dan will finish auth by friday. mia to redo onboarding screens by end of month. need to agree on pricing before june 1. sarah owns pricing doc. next meeting in 2 weeks."
>
> Meeting title: Q2 Planning. Recipient: <team@example.com>.
>
> Deploy, run once, show me the structured recap email that would be sent.
>
> Leave the workflow deployed. Print the Web UI link. One-line note: why this rung of the composition ladder?

***

#### 5. Lead Qualifier

> Using the AgenticFlow CLI, deploy the lead-qualifier blueprint. Qualify this lead:
>
> Company: Linear ([https://linear.app](https://linear.app/)) Your product: "an AI-powered sprint planning tool for engineering teams" ICP: "Series B+ tech companies, 20-200 engineers, US/EU"
>
> Deploy, run once, show me the fit score, pain-point alignment, budget signals, and recommended outreach angle.
>
> Leave the workflow deployed. Print the Web UI link. One-line note: why this rung of the composition ladder?

***

#### 6. Customer Feedback Digest

> Using the AgenticFlow CLI, deploy the customer-feedback-digest blueprint. Use this batch of feedback:
>
> "Love the product but the mobile app crashes on login — 3 stars" "---" "Onboarding was confusing, took me 2 hours to figure out how to connect my calendar — 2 stars" "---" "Best tool I've used this year, saves me 3 hours/week on reports — 5 stars" "---" "Support took 4 days to reply. Unacceptable for a paid plan — 1 star" "---" "The AI summaries are hit or miss but when they work they're great — 4 stars"
>
> Product name: MyApp.
>
> Deploy, run once, show me the sentiment breakdown, top themes, and product recommendations.
>
> Leave the workflow deployed. Print the Web UI link. One-line note: why this rung of the composition ladder?

***

### 🔗 Get Started

* **Try AgenticFlow free:** <https://agenticflow.ai/>
* **CLI reference:** <https://docs.agenticflow.ai/developers/agenticflow-cli>
* **Latest changelog:** <https://docs.agenticflow.ai/changelog>
* **Join our Discord:** <https://qra.ai/discord>
* **Found a bug?** Email <support@agenticflow.ai> with a reproducible case — the team will prioritize it.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.agenticflow.ai/changelog/office-hour-46-recap-and-workflow-blueprint-prompts.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
