teams-planner-task-management
$
npx mdskill add openai/plugins/teams-planner-task-managementManage Microsoft Planner tasks from Teams workflows.
- Converts chat follow-ups into trackable tasks.
- Integrates with Microsoft Planner and Teams connectors.
- Resolves plan names and assignees to exact IDs.
- Delivers task lists, updates, and deletions directly.
SKILL.md
.github/skills/teams-planner-task-managementView on GitHub ↗
--- name: teams-planner-task-management description: Review and manage Microsoft Planner tasks from Teams workflows. Use when the user wants to inspect plans or buckets, create tasks from follow-ups, update task fields, or safely delete a Planner task. --- # Teams Planner Task Management Use this skill to manage Microsoft Planner tasks surfaced through the Teams connector. It is the Teams-focused workflow for turning chat or meeting follow-ups into trackable tasks without claiming that Planner is Teams-exclusive. ## Start Here - If the user asks about "my tasks," start with `list_planner_tasks`. - If the user names a plan or bucket but not the exact ID, resolve it first with `list_planner_plans` and `list_planner_buckets`. - If the user names assignees for a new task, resolve people to exact user IDs before assignment. ## Workflow 1. Choose the correct task path: - review tasks: `list_planner_tasks` - inspect plan or bucket structure: `list_planner_plans`, `list_planner_buckets` - inspect one task: `fetch_planner_task` - create tasks from follow-ups: `create_planner_task` - move or update a task: `update_planner_task` - delete a task: `delete_planner_task` 2. For follow-up extraction from Teams meetings or chats, summarize the action items first, then turn each confirmed follow-up into a Planner task. 3. When creating tasks, keep titles short and action-oriented. Add assignees, due dates, start dates, priority, or completion percentage only when the user provided or clearly implied them. 4. When updating tasks, fetch the current task first if you need to restate the current state before changing it. 5. Delete a Planner task when the user clearly asked for that action and the target task is resolved. ## Safety - Do not delete a task on implied intent. - If a task, plan, or bucket is ambiguous, resolve the exact target before updating or deleting it. - If follow-ups from a Teams summary are incomplete, return the proposed task list first instead of creating partial tasks silently. - Keep the framing Teams-specific: use this skill when the tasks come from Teams work, even though the underlying Planner surface is shared across Microsoft workflows. ## Output Conventions - For task reviews, group tasks by plan, bucket, priority, or completion state, whichever makes the answer easiest to scan. - For task creation proposals, show the task title, assignee, due date, and target bucket before creating anything when the user asked for proposals rather than direct creation. - For destructive requests, restate the target task before deleting it. ## Example Requests - "Show me the Planner tasks tied to the work I'm tracking from Teams." - "Turn these meeting follow-ups into Planner tasks in the launch board." - "Move this Planner task to the blocked bucket and push the due date to Friday." - "Delete this Planner task."
More from openai/plugins
- accessibility-and-inclusive-visualizationMake data visualizations accessible and inclusive. Use when the user needs chart or diagram accessibility guidance, text alternatives for complex visuals, color and contrast review, keyboard support, reduced-motion behavior for animation or parallax, or an accessibility QA workflow for exported figures, UML-like diagrams, and dashboards.
- agent-browserBrowser automation CLI for AI agents. Use when the user needs to interact with websites, verify dev server output, test web apps, navigate pages, fill forms, click buttons, take screenshots, extract data, or automate any browser task. Also triggers when a dev server starts so you can verify it visually.
- agent-browser-verifyAutomated browser verification for dev servers. Triggers when a dev server starts to run a visual gut-check with agent-browser — verifies the page loads, checks for console errors, validates key UI elements, and reports pass/fail before continuing.
- agents-sdkBuild AI agents on Cloudflare Workers using the Agents SDK. Load when creating stateful agents, durable workflows, real-time WebSocket apps, scheduled tasks, MCP servers, or chat applications. Covers Agent class, state management, callable RPC, Workflows integration, and React hooks. Biases towards retrieval from Cloudflare docs over pre-trained knowledge.
- ai-elementsAI Elements component library guidance — pre-built React components for AI interfaces built on shadcn/ui. Use when building chat UIs, message displays, tool call rendering, streaming responses, reasoning panels, or any AI-native interface with the AI SDK.
- ai-gatewayVercel AI Gateway expert guidance. Use when configuring model routing, provider failover, cost tracking, or managing multiple AI providers through a unified API.
- ai-generation-persistenceAI generation persistence patterns — unique IDs, addressable URLs, database storage, and cost tracking for every LLM generation
- ai-sdkVercel AI SDK expert guidance. Use when building AI-powered features — chat interfaces, text generation, structured output, tool calling, agents, MCP integration, streaming, embeddings, reranking, image generation, or working with any LLM provider.
- aiq-deploy|
- aiq-research|