Video 6 assembler: remove drafts-inbox, update index and build log

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Connor Rhodes 2026-04-04 18:09:35 -05:00
parent ead44d7083
commit c489dcf963
3 changed files with 10 additions and 58 deletions

View file

@ -32,3 +32,13 @@
**Files updated:** skills/_skill-index.md (confirmed current), AGENTS.md (already had always-check instruction) **Files updated:** skills/_skill-index.md (confirmed current), AGENTS.md (already had always-check instruction)
--- ---
## Video 6 — Connected Tools (MCP)
**Date:** 2026-04-04
**Connected tools:** None configured yet; will be added as needed
**Drafts inbox:** Not applicable (not a Drafts user)
**Voice capture:** Not in use
**First priority connector:** TBD
**Files updated:** AGENTS.md (Connected Tools section updated), skills/drafts-inbox removed, skills/_skill-index.md updated
---

View file

@ -13,7 +13,6 @@ description: Master index of all skills in your robot assistant system. Your ass
| You say... | Skill to use | | You say... | Skill to use |
|------------|-------------| |------------|-------------|
| "check my Drafts inbox," "process my inbox," "what's in Drafts," "cowork inbox" | **drafts-inbox** |
| "run my briefing," "morning briefing," "what's my day look like," "what's on deck" | **daily-briefing** | | "run my briefing," "morning briefing," "what's my day look like," "what's on deck" | **daily-briefing** |
| "run my shutdown," "end of day," "close out the day," "shutdown" | **shutdown-routine** | | "run my shutdown," "end of day," "close out the day," "shutdown" | **shutdown-routine** |
| "weekly review," "how'd my week go," "plan my week," "Sunday review" | **weekly-review** | | "weekly review," "how'd my week go," "plan my week," "Sunday review" | **weekly-review** |
@ -27,12 +26,6 @@ description: Master index of all skills in your robot assistant system. Your ass
## Skills ## Skills
### Drafts Inbox
**Purpose:** Reads all Drafts tagged "cowork," processes each item, and archives when done.
**Triggers:** "check my Drafts inbox," "process my inbox," "what's in Drafts," "cowork inbox"
**File:** `skills/drafts-inbox/SKILL.md`
**Dependencies:** Drafts MCP connector
### Daily Briefing ### Daily Briefing
**Purpose:** Produces a morning overview of your day — calendar, tasks, deadlines, and anything else you need to know. **Purpose:** Produces a morning overview of your day — calendar, tasks, deadlines, and anything else you need to know.
**Triggers:** "run my briefing," "morning briefing," "what's my day look like," "what's on deck" **Triggers:** "run my briefing," "morning briefing," "what's my day look like," "what's on deck"

View file

@ -1,51 +0,0 @@
---
name: drafts-inbox
description: Process all Drafts tagged "cowork" — your always-available assistant inbox. Read each item, take action, and archive when done.
triggers:
- check my Drafts inbox
- process my inbox
- what's in Drafts
- cowork inbox
---
# Drafts Cowork Inbox
Process the "cowork" tagged items in Drafts — your capture-to-action pipeline.
## When to Use
Use this skill at the start of a session or whenever you want to process items you've captured throughout the day via Drafts on iPhone, Apple Watch, or Mac.
## Prerequisites
- Drafts MCP connector must be set up
- Items to process should be tagged "cowork" in the Drafts app
## Instructions
1. Read all drafts tagged "cowork" using the Drafts MCP tools.
2. Present a numbered list of items with a brief preview of each.
3. For each item, classify it and take the appropriate action:
| Type | Action |
|------|--------|
| **Task or to-do** | Create a note or reminder in the workspace. Flag if urgent. |
| **Content idea** | Create a content idea note with a title and brief description. |
| **Research request** | Do the research and report findings. |
| **Quick instruction** | Execute the instruction (file a note, move a file, look something up). |
| **Question** | Answer the question. |
| **Unclear** | Ask for clarification before acting. |
4. After processing each item, archive the draft.
5. Report what was done: "[N] items processed. [Brief summary of actions taken.]"
## Rules
- Process items one at a time. Don't batch everything silently.
- When an item is ambiguous, ask rather than guess.
- Archive each draft only after it's been fully processed.
- If an item requires a tool you don't have access to, note it and move on.
---
*Started with the Robot Assistant Field Guide Starter Kit. Customized in Video 6 via the assembler.*