What problem does it solve? Building Microsoft 365 Copilot declarative agents requires navigating the v1.5 manifest schema, capability constraints, character limits, and TypeSpec tooling, which is error-prone without structured guidance. ## Core Features & Use Cases - Three Guided Workflows: Basic agent creation for prototypes, advanced enterprise design with localization and deployment planning, and validation/optimization for existing agents. - Schema v1.5 Compliance: Enforces character limits (name 100, description 1000, instructions 8000) and array constraints (max 5 capabilities, max 4 conversation starters). - TypeSpec & Toolkit Integration: Generates type-safe TypeSpec definitions that compile to JSON and integrates with the Microsoft 365 Agents Toolkit VS Code extension and Agents Playground. - Use Case: A developer needs an enterprise agent that searches OneDrive and SharePoint; the Skill selects capabilities, generates a compliant manifest, and sets up local testing in Agents Playground. ## Quick Start Ask the agent to create a Microsoft 365 Copilot declarative agent manifest with WebSearch and OneDriveAndSharePoint capabilities using the basic workflow.