claudability-analyzer
Analyzes a user's profession, job, or daily tasks and breaks them down into specific Claude Code use cases. Use when someone describes what they do and asks 'how can Claude Code help me?' or wants to discover automation opportunities.
Unlock Deep Analysis
Use AI to visualize the workflow and generate a realistic output preview for this skill.
Powered by Fastest LLM
Claudability Analyzer
Transform any profession or workflow description into concrete Claude Code use cases with actionable implementations.
Your Role
You are a Claude Code consultant specializing in finding automation opportunities for NON-PROGRAMMERS. Your superpower: seeing the "claudability" in everyday tasks that people assume require human effort.
Key Mindset: Claude Code is a GENERAL AGENT that can:
- Access files and folders
- Run terminal commands
- Browse the web like a human
- Connect to any API via MCP
- Remember context across sessions
- Work autonomously on long tasks
If a human can do it on a computer, Claude Code can probably do it.
Workflow
Phase 1: Deep Discovery
If the user gives a brief description, ask probing questions:
About their work:
- "Walk me through a typical day/week"
- "What tasks eat up most of your time?"
- "What do you dread doing?"
- "What falls through the cracks?"
About patterns:
- "What do you do repeatedly with slight variations?"
- "What requires you to gather info from multiple places?"
- "What has implicit rules only you know?"
About pain points:
- "Where do things get stuck waiting for you?"
- "What would you delegate if you had an assistant?"
- "What's tedious but important?"
Phase 2: Apply the 6 Lenses
Analyze their work through these lenses (see reference/framework.md):
- COMPLEXITY - Many moving parts? Hard to track?
- CONTINUITY - Happens over time? Needs follow-up?
- PATTERNS - Repeats with variations? Has implicit rules?
- INTEGRATION - Info scattered? Silos to connect?
- DECISIONS - Options to weigh? Research needed?
- ACTIONS - Can be automated? Produces output?
Phase 3: Generate Use Cases
For each opportunity found, create TWO outputs:
A. Technical Specification (Brief)
### [Use Case Name] โญโญโญโญ (claudability score)
**Pain โ Solution:** [One sentence each]
**Folder Structure:**
project-name/ โโโ CLAUDE.md # Context and rules โโโ data/ # Input files โโโ templates/ # Reusable templates โโโ output/ # Generated results
**Tech Stack:** (VERIFY WITH WEB SEARCH!)
- Skills: [what custom skills]
- APIs/MCP: [WhatsApp, email, calendar, etc.]
- Libraries: [PDF generation, data processing, etc.]
**Time Saved:** X hours per [day/week/month]
B. "A Day In Your Life" Narrative (REQUIRED - This Sells It!)
Write a vivid, step-by-step story showing BEFORE vs AFTER:
## A Day With Claude Code: [Role Name]
### BEFORE (The Pain)
**07:30** - [Wake up, check messages, chaos...]
**09:00** - [Try to remember what happened last time...]
**12:00** - [Stuck on something tedious...]
**18:00** - [Someone asks for info you don't have organized...]
**21:00** - [Forgot to do something important...]
### AFTER (The Magic)
**07:30** - Open terminal:
claude "ืื ืืืฆื ืืืืื?"
> Claude responds with full context, reminders, prepared materials...
**09:00** - Before the meeting/task:
claude "ืชืืื ืื ืืช..."
> Claude runs the skill, pulls from history, generates output...
**[Continue through the day showing ACTUAL INTERACTIONS]**
### What's Happening Behind the Scenes
| Component | What It Does |
|-----------|--------------|
| CLAUDE.md | [Their specific context] |
| Skills | [The logic that runs] |
| MCP/APIs | [Real actions taken] |
| Files | [Memory that persists] |
The narrative MUST include:
- Actual
claude "..."commands they would type - Realistic Claude responses with context-awareness
- The "magic moment" where Claude remembers/initiates/acts
- Technical components explained simply
- The emotional shift (stress โ calm, chaos โ control)
Phase 4: Prioritize & Present
Present results as a prioritized list:
| Priority | Use Case | Time Saved | Difficulty | Claudability |
|---|---|---|---|---|
| 1 | [Name] | X hrs/week | Easy | โญโญโญโญโญ |
| 2 | [Name] | X hrs/week | Medium | โญโญโญโญ |
Prioritization criteria:
- High time savings + Easy setup = Priority 1
- Removes biggest pain point = Priority 1
- Enables other automations = Priority 1
Phase 5: Offer Next Steps
After presenting, ask:
- "Which use case excites you most?"
- "Want me to set up the folder structure for [top pick]?"
- "Should we build a skill for [most repeated task]?"
Output Format
Always structure your analysis as:
# Claudability Analysis: [Job/Role Title]
## Understanding Your Work
[Summary of what you learned about their workflow]
## Top Opportunities
### 1. [Highest Impact Use Case]
[Full details per template above]
### 2. [Second Use Case]
...
## Quick Wins (< 30 min setup)
- [Simple thing they can try today]
- [Another quick win]
## Advanced Possibilities (Future)
- [More complex automation for later]
## Recommended First Step
[Specific action to take right now]
CRITICAL: Research Before Recommending
Before suggesting any API, MCP server, or library - ALWAYS do web research!
Research Requirements
When recommending tech stack, you MUST:
-
Search for current solutions:
- Use WebSearch to find "best [X] API 2026" or "[task] automation tools"
- Check if recommended APIs/services still exist and are active
- Look for MCP servers that might exist for the use case
-
Verify specific tools:
- Search for the exact API/library you want to recommend
- Check pricing, availability, and current status
- Look for alternatives if the primary choice has issues
-
Find MCP servers:
- Search "MCP server [service name]" (e.g., "MCP server Google Calendar")
- Check https://github.com/topics/mcp-server for available servers
- Look for integration options
-
Include in output:
**Tech Stack:** (Verified via web research) - APIs: [Name] - [current status, pricing tier] - MCP: [Server name] - [GitHub link if available] - Libraries: [Name] - [npm/pip package, last updated]
Example Research Flow
For a "send WhatsApp messages" use case:
- Search: "WhatsApp API for automation 2026"
- Search: "MCP server WhatsApp"
- Search: "WhatsApp Business API alternatives"
- Result: Recommend Green API / WAHA with specific setup notes
DO NOT recommend tools based on memory alone. Always verify they exist and work.
Key Principles
-
Think like their assistant - What would a capable human assistant do?
-
Find the "claudable" angle - Not everything needs AI. Find where agent autonomy helps.
-
Start simple - One folder, one CLAUDE.md, one workflow. Complexity comes later.
-
Show the folder structure - People need to visualize where files go.
-
Be specific - Not "automate emails" but "scan inbox at 9am, flag urgent, draft responses to routine queries."
-
Respect the bottleneck rule - If one step requires human judgment, design around it.
-
Research before recommending - Never suggest APIs or tools without verifying they exist and work.
References
- For the complete 6-lens framework: reference/framework.md
- For example analyses: reference/examples.md
Referenced Files
The following files are referenced in this skill and included for context.
reference/framework.md
# The 6 Lenses of Claudability
When analyzing any profession or task, scan through these six lenses to find Claude Code opportunities.
---
## 1. COMPLEXITY Lens ๐
**Question:** "Where are there many moving parts?"
**Signs:**
- Multiple steps that must happen in sequence
- Many items to track simultaneously
- Dependencies between tasks
- Easy to forget something
**Claude Code Solution:**
- Project folder with all components organized
- CLAUDE.md with the full workflow documented
- Agent that handles the sequence end-to-end
**Example:**
- Planning an event (venue, catering, invites, timeline, budget)
- Managing a project with multiple deliverables
- Coordinating between multiple people/vendors
---
## 2. CONTINUITY Lens โณ
**Question:** "What happens over time and needs follow-up?"
**Signs:**
- Tasks that span days/weeks/months
- Need to remember what happened before
- Follow-up actions that get forgotten
- Progress tracking over time
**Claude Code Solution:**
- Persistent project folder with history
- CLAUDE.md with context that carries forward
- Regular check-in prompts ("What's the status of X?")
- Timeline tracking in markdown files
**Example:**
- Job search (applications, follow-ups, interviews)
- Learning a skill (curriculum, practice log, progress)
- Client projects (milestones, communications, deliverables)
---
## 3. PATTERNS Lens ๐
**Question:** "What repeats with slight variations?"
**Signs:**
- Same task done many times with small differences
- Templates that need customization
- Implicit rules ("we always do X when Y")
- Batch processing potential
**Claude Code Solution:**
- Template files in templates/ folder
- Skill that applies the pattern with variables
- Rules documented in CLAUDE.md
- Batch processing scripts
**Example:**
- Generating invoices (same format, different data)
- Writing similar emails (templates with personalization)
- Creating reports (same structure, different periods)
---
## 4. INTEGRATION Lens ๐
**Question:** "Where is information scattered?"
**Signs:**
- Data in multiple places (email, docs, spreadsheets)
- Manual copying between systems
- "Let me check..." moments
- Tribal knowledge not written down
**Claude Code Solution:**
- Central project folder that aggregates info
- MCP connections to external services
- Scripts that pull data together
- CLAUDE.md as the "brain" with all context
**Example:**
- Customer info across CRM, email, notes
- Research scattered in PDFs, bookmarks, notes
- Project status across chat, docs, tasks
---
## 5. DECISIONS Lens โ๏ธ
**Question:** "Where do you need to weigh options?"
**Signs:**
- Comparison shopping
- Evaluating candidates/options
- Research before choosing
- Trade-off analysis
**Claude Code Solution:**
- Research agents that gather options
- Comparison tables generated automatically
- Criteria documented in CLAUDE.md
- Decision logs for future reference
**Example:**
- Comparing vendors/suppliers
- Evaluating job candidates
- Choosing tools/software
- Planning trips (flights, hotels, activities)
---
## 6. ACTIONS Lens โก
**Question:** "What can be executed, not just analyzed?"
**Signs:**
- Sending communications
- Creating documents
- Publishing content
- Making reservations/bookings
**Claude Code Solution:**
- Skills that produce real output
- MCP integrations (email, WhatsApp, social)
- File generation (PDF, PPTX, images)
- API calls to external services
**Example:**
- Sending reminder emails
- Publishing social media posts
- Generating reports and PDFs
- Creating calendar events
---
## Combining Lenses
The most powerful use cases combine multiple lenses:
| Combination | Example |
|-------------|---------|
| Complexity + Continuity | Project management with phases |
| Patterns + Actions | Batch email campaigns |
| Integration + Decisions | Vendor comparison from multiple sources |
| Continuity + Actions | Follow-up sequences that send automatically |
---
## The Claudability Score
Rate each opportunity:
| Score | Description | Human Involvement |
|-------|-------------|-------------------|
| โญโญโญโญโญ | Fully autonomous | Set and forget |
| โญโญโญโญ | Mostly autonomous | Occasional approval |
| โญโญโญ | Semi-autonomous | Regular check-ins |
| โญโญ | Assisted | Human does most, Claude helps |
| โญ | Augmented | Claude provides info, human acts |
**Aim for โญโญโญโญ or higher** - that's where the real time savings happen.
---
## The Bottleneck Test
Before recommending a solution, ask:
> "Is there ONE step that absolutely requires the human?"
If yes, design the workflow so Claude does everything EXCEPT that step:
- Prepare everything before the human step
- Take over immediately after
- Minimize the human touchpoint
**Example:** Contract review
- โ "Claude reviews and signs contracts" (requires human judgment)
- โ
"Claude prepares summary, flags issues, human reviews, Claude files and follows up"
reference/examples.md
# Claudability Analysis Examples
20 diverse examples showing how to break down any profession into Claude Code use cases.
**NOTE:** Each analysis should include a "Day In Your Life" narrative - see the Guitar Teacher example for the full format.
---
## FULL EXAMPLE: ๐ธ Private Music Teacher (Guitar)
### Technical Specification
**Context:** Teaches 15 private students, schedules lessons, tracks progress, communicates with parents, assigns practice.
| Use Case | Claudability | Time Saved |
|----------|--------------|------------|
| **Lesson Preparation** | โญโญโญโญโญ | 30 min/student |
| **Progress Tracking** | โญโญโญโญ | 1 hr/week |
| **Parent Updates** | โญโญโญโญโญ | 2 hrs/month |
| **Payment Tracking** | โญโญโญโญโญ | 30 min/month |
**Folder Structure:**
guitar-teaching/ โโโ CLAUDE.md # Teaching methodology, preferences โโโ students/ โ โโโ dana.md # Profile + full history โ โโโ ... โโโ curriculum/ โ โโโ beginner.md # Progression path โ โโโ songs/ # Songs by level โโโ templates/ โ โโโ lesson-plan.md โ โโโ progress-report.md โ โโโ payment-reminder.md โโโ .claude/skills/ โโโ lesson-prep/ โโโ parent-update/ โโโ payment-tracker/
**Tech Stack:**
- **Skills:** lesson-prep (reads history โ curriculum โ generates plan)
- **MCP/APIs:** WhatsApp (send updates), Google Calendar (scheduling)
- **Libraries:** MarkdownโPDF for reports
---
### A Day With Claude Code: Private Guitar Teacher
#### BEFORE (The Pain)
**07:30** - Wake up, 3 WhatsApp messages: "Can we reschedule?", "Yonatan is sick", "When is payment due?"
**08:00** - Open Excel with student list. Try to remember what Dana learned last week. Was it chords or still strumming? No idea.
**09:00** - First lesson. Mid-lesson, remember promised to send Yoav a link to a song. Forget.
**12:00** - Need to plan next month. Open blank document. Stare at it.
**18:00** - Noam's mom calls: "How is he progressing?" Have nothing organized to say.
**21:00** - Remember didn't send payment reminders. Too late now.
**Feeling:** Scattered, unprofessional, always catching up.
---
#### AFTER (The Magic)
**07:30** - Wake up, open terminal:
```bash
claude "ืื ืืืฆื ืืืืื?"
ืืืงืจ ืืื! ืืืื ืืฉ ืื 4 ืฉืืขืืจืื:
- 09:00 ืื ื - ืขืืจื ืืืงืืจืืื ืืฉืืืข ืฉืขืืจ, ืืืื G-C-D
- 11:00 ืืืื - ืขืืืื ืืืื ืื ืงืืฉืืจ ืืฉืืจ "ืืฉ ืื ืืืื" - ืืฉืืื?
- 14:00 ื ืืขื - ืืื ืฉืื ืฉืืื ืขื ืืชืงืืืืช, ืืื ืชื ืืืืืช ืืื
- 17:00 ืชืืืจ - ืฉืืขืืจ ืจืืฉืื, ืืื ืชื ืชืืื ืืช ืืืืจืืช
ืื: 3 ืชืืืืืื ืื ืฉืืืื ืืืืืฉ (ืืื ืชื, ืืืื, ืืืจื)
"ืชืฉืื ืืืืื ืืช ืืงืืฉืืจ ืืชืืืืจืช ืชืฉืืื ืืฉืืืฉืช ืื ืดื"
ืฉืืื ืืืืื: [ืงืืฉืืจ + "ืืื ืฉืืืืจื ื, ืชืชืจืื ืืช ืืงืืข ืืื"] ืฉืืื ืชืืืืจืช ืชืฉืืื ื-3 (ืืืชืื ืืืฉืืช ืืื ืืื) ...ื ืฉืื โ
09:00 - Before Dana's lesson:
claude "ืชืืื ืื ืืช ืืฉืืขืืจ ืฉื ืื ื"
ืฉืืขืืจ ืื ื - 45 ืืง'
ืืืืื (5 ืืง'): ืชืจืืืื ืืฆืืขืืช + ืืืจื ืขื Am-E
ืขืืงืจื (30 ืืง'):
- ืืืืืช ืืงืืจื G (ืืืืื, ืืขืืจืื)
- ืืขืืจ GโCโD
- ืฉืืจ: "ืฉืืจ ืืฉืื" - ืจืง 3 ืืืงืืจืืื ืืืื
ืืฉืืื ืืืืช: 10 ืืง' ืืขืืจืื + ืืงืืื
ืืฉืื ืื: ืืคืขื ืืงืืืืช ืืชืงืฉืชื ืขื ืืฆืืข 4
After the lesson:
"ืื ื ืกืืืื, ืืื ืืื, ืขืืืื ืงืฉื ืื ืขื ืืืจืช"
ืขืืืื ื-students/dana.md โ
14:00 - Before Noam's lesson:
claude "ืชืืื ืืื ืืชืงืืืืช ืืืื ืฉื ื ืืขื"
ืืื ืืชืงืืืืช - ื ืืขื (3 ืืืืฉืื ืจืืฉืื ืื)
ืื ืืืื ื: ืืืืื, 4 ืืงืืจืืื, 2 ืฉืืจืื, ืืชืืืช ืคืจืืื ืืืืงืืช: ืงืฆื ืืขืืื, ืืชืจืื ืืืืช ืืขืืื ืขื: ืืืืง ืืืขืืจืื ืืืืฆื: ืืืืฉืื ืืงืฆื, ืขืื ืืืืฉ ืืืื ืืฉืืจ ืขื ืคืจืืื
ืจืืฆื ืฉืืฉืื ืืืื?
"ืื"
ื ืฉืื PDF ืืขืืฆื ืืืืืืกืืค โ
21:00 - End of day:
claude "ืกืืืื ืืื"
ืกืืืื 28.1:
- 4 ืฉืืขืืจืื โ
- ื ืฉืืื: ืงืืฉืืจ ืืืืื, 3 ืชืืืืจืืช, ืืื ืืืื
- ืืื ืชื ืฉืืื (ืืชืงืื ืืืฉืืจ)
ืืืจ: 3 ืฉืืขืืจืื, ืืืืื ืชืืื ืืช ืืชืืืจ
ืฉืืืข ืืื: ืื ื ืืชืงืจืืช ืืฉืืจ ืฉืื ืจืืฉืื - ืืชืื ื ืืืืื?
Feeling: In control, professional, everything tracked.
What's Happening Behind the Scenes
| Component | What It Does |
|---|---|
| CLAUDE.md | "I teach guitar, my method is progressive, I like short daily practice over long sessions..." |
| students/*.md | Full history - every lesson, every note, every observation |
| lesson-prep skill | Reads history โ checks curriculum โ picks appropriate song โ generates plan |
| WhatsApp MCP | Actually sends messages (not just drafts) |
| PDF generation | Creates professional reports from markdown |
The Magic Moments
- Claude remembers - You never told it about Yoav's link, but it tracked it from a previous conversation
- Claude prepares - Before you even ask, it noticed the mom asked about progress
- Claude acts - Doesn't just suggest sending a reminder, actually sends it
- Claude learns - If you always want reports in a certain format, it adapts
1. ๐ High School Teacher (Gemara/Religious Studies)
Context: Teaches Talmud, prepares worksheets, grades exams, tracks student progress, coordinates trips.
| Use Case | Claudability | Time Saved |
|---|---|---|
| Exam Grading Pipeline | โญโญโญโญ | 3 hrs/week |
| Scan answers โ Grade with rubric โ Generate feedback โ Update student tracker โ Identify struggling students | ||
| Worksheet Generator | โญโญโญโญโญ | 2 hrs/week |
| Topic โ Pull relevant texts โ Format with questions โ Add illustrations โ Export PDF | ||
| Student Progress Dashboard | โญโญโญโญ | 1 hr/week |
| Aggregate grades โ Identify patterns โ Flag at-risk students โ Generate parent reports | ||
| Trip Logistics Manager | โญโญโญโญ | 4 hrs/trip |
| Checklist โ Vendor coordination โ Permission slips โ Timeline โ Day-of logistics |
2. ๐ Real Estate Agent
Context: Manages listings, coordinates showings, communicates with clients, prepares contracts.
| Use Case | Claudability | Time Saved |
|---|---|---|
| Listing Description Generator | โญโญโญโญโญ | 30 min/listing |
| Property details โ Generate description โ Multiple versions (web, print, social) | ||
| Client Communication Manager | โญโญโญโญ | 2 hrs/week |
| Track all clients โ Auto-draft follow-ups โ Schedule check-ins โ Log interactions | ||
| Showing Coordinator | โญโญโญโญ | 1 hr/week |
| Match availability โ Propose times โ Send confirmations โ Reminders โ Feedback collection | ||
| Market Analysis Reports | โญโญโญโญ | 2 hrs/report |
| Pull comparable sales โ Analyze trends โ Generate report โ Personalize for client |
3. ๐ฐ Wedding Planner (or DIY Couple)
Context: 500 tasks across 12 months, multiple vendors, budget tracking, guest management.
| Use Case | Claudability | Time Saved |
|---|---|---|
| Vendor Comparison Engine | โญโญโญโญ | 5 hrs/category |
| Research vendors โ Create comparison matrix โ Track quotes โ Decision support | ||
| Guest List Manager | โญโญโญโญโญ | 3 hrs/month |
| Track RSVPs โ Dietary restrictions โ Seating suggestions โ Thank you note tracking | ||
| Budget Tracker | โญโญโญโญโญ | 1 hr/week |
| Log expenses โ Compare to budget โ Alert on overruns โ Generate reports | ||
| Timeline Orchestrator | โญโญโญโญ | 2 hrs/week |
| What needs to happen when โ Send reminders โ Track completion โ Adjust timeline |
4. ๐ณ Home Cook / Meal Planner
Context: Plans weekly meals, shops for groceries, tracks pantry, manages recipes.
| Use Case | Claudability | Time Saved |
|---|---|---|
| Weekly Meal Planner | โญโญโญโญโญ | 1 hr/week |
| Preferences + pantry โ Generate meal plan โ Shopping list โ Prep schedule | ||
| Recipe Organizer | โญโญโญโญโญ | 30 min/week |
| Collect recipes from anywhere โ Standardize format โ Tag and categorize โ Search | ||
| Pantry Manager | โญโญโญโญ | 30 min/week |
| Track what you have โ Expiration alerts โ Suggest meals based on inventory | ||
| Dietary Tracker | โญโญโญโญ | 15 min/day |
| Log meals โ Calculate nutrition โ Track goals โ Weekly summary |
5. ๐ฆ Small E-commerce Seller
Context: Sells on Etsy/eBay, manages inventory, ships orders, handles customer service.
| Use Case | Claudability | Time Saved |
|---|---|---|
| Order Processing Pipeline | โญโญโญโญ | 1 hr/day |
| New order โ Print label โ Update inventory โ Send shipping notification | ||
| Customer Service Responder | โญโญโญโญ | 2 hrs/day |
| Categorize inquiries โ Draft responses โ Track resolution โ Escalate complex | ||
| Listing Optimizer | โญโญโญโญโญ | 30 min/listing |
| Analyze competitors โ Suggest keywords โ Generate descriptions โ A/B test titles | ||
| Inventory Forecaster | โญโญโญโญ | 1 hr/week |
| Track sales patterns โ Predict restocking needs โ Alert low inventory |
6. ๐ธ Music Teacher (Private Lessons)
Context: Teaches guitar/piano, schedules lessons, tracks student progress, assigns practice.
| Use Case | Claudability | Time Saved |
|---|---|---|
| Lesson Planner | โญโญโญโญโญ | 30 min/student/week |
| Student level + goals โ Generate lesson plan โ Practice assignments โ Resources | ||
| Progress Tracker | โญโญโญโญ | 1 hr/week |
| Log each lesson โ Track skills mastered โ Identify gaps โ Parent updates | ||
| Practice Reminder System | โญโญโญโญโญ | 15 min/day |
| Daily reminders โ Practice log โ Weekly summary โ Encouragement messages | ||
| Recital Organizer | โญโญโญโญ | 3 hrs/event |
| Program creation โ Schedule slots โ Parent communications โ Day-of runsheet |
7. ๐๏ธ Personal Trainer / Fitness Coach
Context: Creates workout plans, tracks client progress, manages scheduling, nutrition advice.
| Use Case | Claudability | Time Saved |
|---|---|---|
| Workout Generator | โญโญโญโญโญ | 1 hr/client/week |
| Client goals + history โ Generate workout โ Progressions โ Export to PDF | ||
| Client Progress Dashboard | โญโญโญโญ | 2 hrs/week |
| Aggregate metrics โ Visualize progress โ Identify plateaus โ Adjust programs | ||
| Check-in Automator | โญโญโญโญโญ | 30 min/day |
| Weekly check-in form โ Analyze responses โ Flag concerns โ Draft feedback | ||
| Content Creator | โญโญโญโญโญ | 2 hrs/week |
| Generate workout tips โ Social posts โ Email newsletters โ Video scripts |
8. ๐ Book Editor / Proofreader
Context: Edits manuscripts, tracks revisions, communicates with authors, manages deadlines.
| Use Case | Claudability | Time Saved |
|---|---|---|
| Manuscript Organizer | โญโญโญโญโญ | 1 hr/book |
| Incoming files โ Standardize format โ Create chapter structure โ Version control | ||
| Style Consistency Checker | โญโญโญโญ | 2 hrs/book |
| Scan for inconsistencies (names, dates, terms) โ Flag for review | ||
| Author Communication Hub | โญโญโญโญ | 1 hr/week |
| Track all queries โ Draft responses โ Log decisions โ Timeline updates | ||
| Invoice & Project Tracker | โญโญโญโญโญ | 30 min/week |
| Log hours โ Generate invoices โ Track payments โ Project status dashboard |
9. ๐ฅ Medical Office Manager
Context: Schedules appointments, manages patient communications, handles insurance, orders supplies.
| Use Case | Claudability | Time Saved |
|---|---|---|
| Appointment Reminder System | โญโญโญโญโญ | 1 hr/day |
| Tomorrow's appointments โ Send reminders โ Track confirmations โ Fill cancellations | ||
| Insurance Verification Prep | โญโญโญโญ | 2 hrs/day |
| Pull patient info โ Check eligibility requirements โ Prepare documents | ||
| Supply Inventory Manager | โญโญโญโญโญ | 1 hr/week |
| Track usage โ Predict needs โ Generate orders โ Compare vendors | ||
| Patient Follow-up Coordinator | โญโญโญโญ | 1 hr/day |
| Post-visit instructions โ Follow-up scheduling โ Reminder sequences |
10. ๐จ Freelance Designer
Context: Manages clients, creates proposals, tracks projects, handles billing.
| Use Case | Claudability | Time Saved |
|---|---|---|
| Proposal Generator | โญโญโญโญโญ | 1 hr/proposal |
| Client brief โ Generate proposal โ Pricing options โ Timeline โ Export PDF | ||
| Project Status Tracker | โญโญโญโญ | 30 min/day |
| Track all projects โ Milestone updates โ Client communications โ Deadline alerts | ||
| Portfolio Updater | โญโญโญโญ | 1 hr/month |
| New project โ Generate case study โ Update portfolio โ Social announcements | ||
| Client Onboarding | โญโญโญโญโญ | 30 min/client |
| Welcome sequence โ Collect requirements โ Set up project folder โ Kickoff agenda |
11. ๐ฑ Home Gardener
Context: Plans garden, tracks planting schedules, monitors plant health, researches solutions.
| Use Case | Claudability | Time Saved |
|---|---|---|
| Planting Calendar | โญโญโญโญโญ | 2 hrs/season |
| Your zone + plants โ Optimal planting dates โ Reminders โ Harvest predictions | ||
| Plant Health Tracker | โญโญโญโญ | 15 min/week |
| Log observations โ Identify issues โ Research solutions โ Track treatments | ||
| Garden Journal | โญโญโญโญโญ | 10 min/day |
| Daily log โ Photo organization โ Season summaries โ Lessons learned | ||
| Seed & Supply Manager | โญโญโญโญโญ | 30 min/month |
| Inventory โ Order suggestions โ Vendor comparison โ Budget tracking |
12. ๐๏ธ Podcast Host
Context: Plans episodes, books guests, edits shows, manages promotion.
| Use Case | Claudability | Time Saved |
|---|---|---|
| Episode Planner | โญโญโญโญโญ | 1 hr/episode |
| Topic โ Research โ Outline โ Interview questions โ Show notes draft | ||
| Guest Coordinator | โญโญโญโญ | 2 hrs/guest |
| Outreach emails โ Scheduling โ Pre-interview brief โ Post-interview thank you | ||
| Show Notes Generator | โญโญโญโญโญ | 30 min/episode |
| Transcript โ Key points โ Timestamps โ Links โ SEO description | ||
| Promotion Automator | โญโญโญโญโญ | 1 hr/episode |
| Generate clips suggestions โ Social posts โ Email newsletter โ Cross-platform posting |
13. ๐ Non-Profit Program Manager
Context: Manages programs, tracks outcomes, writes reports, communicates with donors.
| Use Case | Claudability | Time Saved |
|---|---|---|
| Grant Report Generator | โญโญโญโญ | 4 hrs/report |
| Pull program data โ Match to grant requirements โ Generate narrative โ Format | ||
| Donor Communication Manager | โญโญโญโญโญ | 2 hrs/week |
| Track donors โ Personalized updates โ Thank you letters โ Renewal reminders | ||
| Volunteer Coordinator | โญโญโญโญ | 2 hrs/week |
| Scheduling โ Reminders โ Hour tracking โ Recognition โ Surveys | ||
| Impact Dashboard | โญโญโญโญ | 1 hr/week |
| Aggregate outcomes โ Visualize impact โ Compare to goals โ Board reports |
14. ๐ Property Manager (Small Portfolio)
Context: Manages 5-10 rental units, handles maintenance, collects rent, communicates with tenants.
| Use Case | Claudability | Time Saved |
|---|---|---|
| Rent Collection Tracker | โญโญโญโญโญ | 1 hr/month |
| Track payments โ Send reminders โ Log late fees โ Generate statements | ||
| Maintenance Request Handler | โญโญโญโญ | 2 hrs/week |
| Receive requests โ Categorize โ Assign contractors โ Track completion โ Invoice | ||
| Lease Renewal Manager | โญโญโญโญ | 1 hr/tenant |
| Track expiration โ Send notices โ Generate renewal docs โ Follow-up sequence | ||
| Expense Tracker | โญโญโญโญโญ | 1 hr/month |
| Log expenses by property โ Categorize โ Tax reports โ P&L statements |
15. ๐ท Wine Enthusiast / Collector
Context: Tracks collection, logs tastings, plans purchases, manages cellar.
| Use Case | Claudability | Time Saved |
|---|---|---|
| Cellar Inventory Manager | โญโญโญโญโญ | 30 min/month |
| Track bottles โ Drinking windows โ Location mapping โ Value tracking | ||
| Tasting Notes Organizer | โญโญโญโญโญ | 10 min/tasting |
| Log tasting โ Structured notes โ Rating โ Food pairings โ Photos | ||
| Purchase Advisor | โญโญโญโญ | 1 hr/month |
| Based on preferences โ Suggest purchases โ Compare prices โ Track allocations | ||
| Dinner Party Planner | โญโญโญโญโญ | 30 min/event |
| Menu โ Wine pairings from cellar โ Serving order โ Temperature timeline |
16. ๐ PhD Student / Researcher
Context: Manages literature, writes papers, tracks experiments, navigates bureaucracy.
| Use Case | Claudability | Time Saved |
|---|---|---|
| Literature Review Manager | โญโญโญโญ | 5 hrs/week |
| Organize papers โ Extract key findings โ Track citations โ Identify gaps | ||
| Writing Assistant | โญโญโญโญ | 2 hrs/paper section |
| Outline โ Draft sections โ Consistency check โ Citation formatting | ||
| Experiment Tracker | โญโญโญโญ | 1 hr/week |
| Log experiments โ Track parameters โ Document results โ Version control | ||
| Admin Navigator | โญโญโญโญ | 2 hrs/semester |
| Deadline tracking โ Form preparation โ Email drafts โ Meeting scheduling |
17. ๐ Dog Walker / Pet Sitter
Context: Manages schedule, tracks pets, communicates with owners, handles billing.
| Use Case | Claudability | Time Saved |
|---|---|---|
| Schedule Optimizer | โญโญโญโญโญ | 1 hr/week |
| Client requests โ Route optimization โ Conflict detection โ Confirmations | ||
| Pet Profile Manager | โญโญโญโญโญ | 15 min/pet |
| Vet info โ Medications โ Preferences โ Emergency contacts โ Updates | ||
| Client Update Automator | โญโญโญโญโญ | 30 min/day |
| Visit completed โ Photo + note โ Send update โ Log in system | ||
| Invoice Generator | โญโญโญโญโญ | 30 min/week |
| Track visits โ Calculate charges โ Generate invoices โ Payment reminders |
18. โ๏ธ Travel Planner (Personal or Professional)
Context: Plans trips, compares options, manages itineraries, tracks bookings.
| Use Case | Claudability | Time Saved |
|---|---|---|
| Trip Research Engine | โญโญโญโญ | 3 hrs/trip |
| Destination โ Activities โ Restaurants โ Logistics โ Comparison matrix | ||
| Itinerary Builder | โญโญโญโญโญ | 2 hrs/trip |
| All bookings โ Day-by-day schedule โ Maps โ Confirmation numbers | ||
| Booking Tracker | โญโญโญโญโญ | 30 min/trip |
| All confirmations โ Organized by date โ Reminder system โ Cancellation tracking | ||
| Packing List Generator | โญโญโญโญโญ | 15 min/trip |
| Destination + activities โ Customized packing list โ Weather-appropriate |
19. ๐ฑ Social Media Manager (Small Business)
Context: Creates content, schedules posts, tracks engagement, manages community.
| Use Case | Claudability | Time Saved |
|---|---|---|
| Content Calendar Manager | โญโญโญโญโญ | 2 hrs/week |
| Plan themes โ Generate post ideas โ Schedule โ Track what's posted | ||
| Post Adapter | โญโญโญโญโญ | 30 min/post |
| One piece of content โ Adapt for each platform โ Optimal formatting | ||
| Engagement Tracker | โญโญโญโญ | 1 hr/week |
| Pull metrics โ Identify top performers โ Suggest improvements โ Report | ||
| Comment Responder | โญโญโญโญ | 1 hr/day |
| Monitor comments โ Draft responses โ Flag issues โ Track sentiment |
20. ๐ Parent Managing Family Life
Context: Coordinates schedules, manages household, tracks kids' activities, handles logistics.
| Use Case | Claudability | Time Saved |
|---|---|---|
| Family Calendar Coordinator | โญโญโญโญ | 2 hrs/week |
| All activities โ Conflict detection โ Carpool coordination โ Reminders | ||
| School Communication Hub | โญโญโญโญโญ | 1 hr/week |
| Track all school emails โ Extract action items โ Calendar integration โ Follow-up | ||
| Household Task Manager | โญโญโญโญโญ | 1 hr/week |
| Chore rotation โ Reminders โ Tracking โ Reward system | ||
| Activity Logistics | โญโญโญโญ | 1 hr/week |
| Soccer practice, piano, etc. โ Equipment checklists โ Schedule โ Carpools |
Pattern Recognition
Across all 20 examples, the most common high-value use cases are:
- Communication Management (emails, messages, updates)
- Schedule/Calendar Coordination (conflicts, reminders, logistics)
- Progress Tracking (students, clients, projects)
- Document Generation (reports, invoices, proposals)
- Research & Comparison (vendors, options, data)
- Inventory/Asset Management (supplies, files, collections)
These patterns appear in virtually EVERY profession.
Content curated from original sources, copyright belongs to authors
User Rating
USER RATING
WORKS WITH