What problem does it solve? Building Microsoft 365 Copilot declarative agents requires navigating the v1.5 schema, character limits, capability constraints, 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 of existing agents. - Schema v1.5 Compliance: Enforces character limits (name 100, description 1000, instructions 8000) and array constraints (max 4 conversation starters, max 5 capabilities). - 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 to build a Copilot agent that searches SharePoint and the web; the skill selects the right capabilities, generates a compliant manifest, and sets up local testing in Agents Playground. ## Quick Start Ask the assistant to create a Microsoft 365 Copilot declarative agent with WebSearch and OneDriveAndSharePoint capabilities and generate a compliant v1.5 manifest.