draft

Automate turning raw Inbox material into structured drafts saved to Notion.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/EllevatedAI/MeMyselfAndI --skill draft-ellevatedai
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: draft
Source: https://github.com/EllevatedAI/MeMyselfAndI/tree/main/.claude/skills/draft
Command: npx skills add https://github.com/EllevatedAI/MeMyselfAndI --skill draft-ellevatedai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Drafts are time-consuming to create from raw Inbox material; this skill streamlines turning notes, ideas, and task briefs into structured, publish-ready content.

Core Features & Use Cases

  • Orchestrates the Draft pipeline by invoking analyzer, writer, formatter, and media agents
  • Supports processing a specific Inbox item via --id or handling the oldest item with status "new"
  • Saves the resulting draft to Notion Drafts and updates the Inbox item accordingly, enabling a handoff to editing or publishing
  • Handles optional media generation or manual media with the --no-media flag

Quick Start

Run /draft to process the oldest Inbox item.

Frequently Asked Questions about draft

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I turn raw Notion inbox items into structured content drafts?▼

To turn raw Notion inbox items into structured content drafts, run /draft to process the oldest new item. The skill orchestrates analyzer, writer, formatter, and media agents to generate a publish-ready draft and save it directly to Notion.

Can I generate a content draft from a specific inbox item ID?▼

Yes, you can generate a content draft from a specific inbox item by passing the --id parameter. This directs the pipeline to analyze and process that exact item instead of defaulting to the oldest new inbox entry.

Does the draft generation pipeline support skipping media attachments?▼

Yes, the draft generation pipeline supports skipping media attachments. You can use the --no-media flag to disable optional media generation and produce text-only drafts for your Notion workspace.

What is the best way to automate content creation from task briefs and notes?▼

The best way to automate content creation from task briefs and notes is using a multi-agent pipeline that analyzes raw material, generates text, formats it, and saves the structured draft to Notion. This eliminates manual drafting steps.

How does the multi-agent writer pipeline format drafts for Notion?▼

The multi-agent writer pipeline formats drafts for Notion by coordinating analyzer, writer, formatter, and media agents. It processes inbox content, structures the text, optionally attaches media, and saves the publish-ready result to Notion Drafts.