|
1 | 1 | ### YamlMime:Module |
2 | | -uid: learn.wwl.spec-driven-development-github-spec-kit-greenfield-intro |
| 2 | +uid: learn.wwl.develop-ai-enabled-apps-using-github-copilot-sdk |
3 | 3 | metadata: |
4 | | - title: "Get Started with Spec-Driven Development and GitHub Spec Kit" |
5 | | - description: "Learn to implement the spec-driven development methodology and GitHub Spec Kit for greenfield applications." |
6 | | - ms.date: 01/26/2026 |
| 4 | + title: "Develop AI-Enabled Apps using the GitHub Copilot SDK" |
| 5 | + description: "This module covers how to develop AI-enabled applications using the GitHub Copilot SDK. You install the SDK, explore its features, and build AI agents that can be integrated into your applications to automate tasks and enhance functionality." |
| 6 | + ms.date: 02/13/2026 |
7 | 7 | author: chrishowd |
8 | 8 | ms.author: cahowd |
9 | 9 | ms.topic: module |
10 | 10 | ms.service: github-copilot |
11 | | -title: "Get started with spec-driven development and GitHub Spec Kit" |
12 | | -summary: Learn to implement the spec-driven development methodology and GitHub Spec Kit for greenfield applications. |
| 11 | +title: "Develop AI-enabled apps using the GitHub Copilot SDK" |
| 12 | +summary: This module covers how to develop AI-enabled applications using the GitHub Copilot SDK. You install the SDK, explore its features, and build AI agents that can be integrated into your applications to automate tasks and enhance functionality. |
13 | 13 | abstract: | |
14 | 14 | After completing this module, you're able to: |
15 | | - - Describe the principles and phases of the spec-driven development (SDD) methodology. |
16 | | - - Use GitHub Spec Kit commands to create the constitution.md, spec.md, plan.md, and tasks.md files. |
17 | | - - Implement a greenfield application from start to finish using GitHub Spec Kit's AI-assisted workflows. |
| 15 | + - Explain what AI agents are and how they differ from chatbots and automation scripts. |
| 16 | + - Describe the architecture and key features of the GitHub Copilot SDK. |
| 17 | + - Design an AI agent system with tools, memory, and guardrails. |
| 18 | + - Implement an AI agent using the GitHub Copilot SDK with custom tool definitions. |
18 | 19 | prerequisites: | |
19 | | - - Familiarity with GitHub and GitHub Copilot. |
20 | | - - Basic understanding of software development workflows. |
| 20 | + - Experience using GitHub Copilot in Visual Studio Code. |
| 21 | + - Experience developing C# applications. |
21 | 22 | iconUrl: /learn/achievements/generic-badge.svg |
22 | 23 | levels: |
23 | | - - beginner |
| 24 | + - intermediate |
24 | 25 | roles: |
25 | 26 | - developer |
26 | 27 | products: |
|
0 commit comments