Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Manus Smart Drafts Framework

An open-source framework to turn Manus into your personal email executive assistant. It reads your inbox, consults your personal Knowledge Base, mirrors your exact writing voice, and prepares perfect drafts — ready to send with a single click.

Zero-Send Architecture: This framework operates under a strict security model. The agent will never send an email automatically. It always generates a native Two-Step Card for you to review the draft and press "Send" or "Save to drafts" yourself.


Key Features

  • 🧠 4-Layer Intelligence — Searches for answers first in your business rules (Layer 0), then in the email thread and Google Drive (Layer 1), and finally on the web (Layer 2).
  • 🗣️ Personal Voice Engine — A detailed template for Manus to learn your greetings, sign-offs, signature phrases, and anti-vocabulary (words you never want to use).
  • 🛡️ Two-Step Card Safety — Clean deliveries. First a one-liner with context/sources, then the native Gmail card to act on.
  • 📅 Calendar Integration — Automatically checks your availability and proposes meeting slots when someone requests a call.
  • 🏷️ Auto-Labeling — Keeps your inbox clean by tagging every email the agent has already processed.
  • 📎 Auto-Attach — Proactively finds and attaches PDFs, teasers, or CVs from Google Drive when the context calls for it.

Installation Guide (How to set it up in your Manus)

Follow these steps to install your own Smart Drafts in a Manus project.

Step 1 — Create the Project in Manus

  1. Go to Manus and create a new Project (e.g. "My Smart Drafts").
  2. Open the PROJECT_INSTRUCTIONS.md file from this repository.
  3. Copy the text and paste it into the Project instructions field in your Manus project settings.

Step 2 — Configure the Connectors (MCPs)

For the agent to read your inbox and prepare drafts, it needs access to your tools.

  1. In Manus, make sure the Gmail connector is enabled.
  2. Make sure the Google Calendar connector is enabled (so it can propose meeting slots).
  3. (Optional) Enable Google Drive if you want the agent to search for documents or PDFs to attach.

Step 3 — Install the Skills

Skills are the operational brain of the agent.

  1. Ask Manus in the chat: "I want to create two new skills based on some files I'll share with you."
  2. Upload /skills/gmail-smart-drafts/SKILL.md and tell Manus to save it as the gmail-smart-drafts skill.
  3. Upload /skills/my-personal-voice/SKILL.md. IMPORTANT: Before uploading, open it and fill in all the [...] placeholders with your own style, greetings, and signature phrases. Tell Manus to save it as the my-personal-voice skill.

Step 4 — Upload your Knowledge Base (Project Files)

For Manus to know what you sell, how you qualify leads, or how to answer FAQs, it needs context.

  1. Go to the /project-files/ folder in this repository.
  2. Open CONTEXTO_NEGOCIO.md and REGLAS_OPERATIVAS.md and fill them in with your business information.
  3. Upload these files to the Project Files section of your Manus project.

How to Use It

Once configured, simply open your "My Smart Drafts" project in Manus and say:

"Check my inbox and prepare the pending drafts."

What Manus will do:

  1. Read your unread emails.
  2. Score and rank them by priority (1 to 10).
  3. Ask you which one to process first.
  4. Read your business context and personal voice.
  5. Present the draft in a native Gmail card, ready to send.

Repository Structure

manus-smart-drafts/
├── skills/
│   ├── gmail-smart-drafts/
│   │   └── SKILL.md          # The orchestrator: triage, research, drafting, delivery
│   └── my-personal-voice/
│       └── SKILL.md          # Your personal voice template (fill in the placeholders)
├── project-files/
│   ├── CONTEXTO_NEGOCIO.md   # Business context template (Layer 0 KB)
│   └── REGLAS_OPERATIVAS.md  # Operational rules & qualification criteria (Layer 0 KB)
├── PROJECT_INSTRUCTIONS.md   # Ready-to-paste Manus project prompt
└── README.md                 # This file

Note: The project-files/ templates are provided in Spanish as they are designed to be filled in by the user with their own business context. The framework itself is language-agnostic — the agent will draft emails in whatever language the incoming email uses.


Contributing

If you improve the orchestrator or create new context templates (e.g. templates for Lawyers, Investors, Sales teams), feel free to open a Pull Request.

Original architecture by Samuel Martínez Ballesteros.

About

Open-source framework to turn Manus into your personal email executive assistant. Personal Voice Engine + Gmail Smart Drafts + Zero-Send Architecture.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors