From outlook-email
Extract action items, deadlines, commitments, and owners from Outlook email threads and mailbox searches. Use when the user wants a task list from one thread, several related messages, or a mailbox slice, including who owes what and when.
How this skill is triggered — by the user, by Claude, or both
Slash command
/outlook-email:outlook-email-task-extractionThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill when the user wants work pulled out of email rather than a general summary. Focus on who owns the next move, what the due date is, what is blocked, and what still needs confirmation.
Use this skill when the user wants work pulled out of email rather than a general summary. Focus on who owns the next move, what the due date is, what is blocked, and what still needs confirmation.
search_messages or list_messages to define the message set in scope.fetch_message or fetch_messages_batch when body text is needed to resolve owners, due dates, or cross-message dependencies.list_attachments or fetch_attachment when the ask or deadline lives in an attached file rather than the email body.set_message_categories only if the user explicitly wants tasks or commitments tagged back into Outlook after extraction.Task, Owner, Due, Status, and Evidence when possible.npx claudepluginhub robinebers/converted-plugins --plugin outlook-emailGuides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
Synthesizes the current conversation into a structured spec (PRD) and publishes it to the project issue tracker with a ready-for-agent label, without interviewing the user.