From c489dcf963ec36446c75f82b95dcce9575dec917 Mon Sep 17 00:00:00 2001 From: Connor Rhodes Date: Sat, 4 Apr 2026 18:09:35 -0500 Subject: [PATCH] Video 6 assembler: remove drafts-inbox, update index and build log Co-Authored-By: Claude Sonnet 4.6 --- _build-log.md | 10 +++++++++ _skill-index.md | 7 ------ drafts-inbox/SKILL.md | 51 ------------------------------------------- 3 files changed, 10 insertions(+), 58 deletions(-) delete mode 100644 drafts-inbox/SKILL.md diff --git a/_build-log.md b/_build-log.md index e82141e..f9f995c 100644 --- a/_build-log.md +++ b/_build-log.md @@ -32,3 +32,13 @@ **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 + +--- diff --git a/_skill-index.md b/_skill-index.md index 0ae46d0..872798e 100644 --- a/_skill-index.md +++ b/_skill-index.md @@ -13,7 +13,6 @@ description: Master index of all skills in your robot assistant system. Your ass | 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 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** | @@ -27,12 +26,6 @@ description: Master index of all skills in your robot assistant system. Your ass ## 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 **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" diff --git a/drafts-inbox/SKILL.md b/drafts-inbox/SKILL.md deleted file mode 100644 index 635106e..0000000 --- a/drafts-inbox/SKILL.md +++ /dev/null @@ -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.*