Welcome to ADS Copilot! This project is designed to help automate and streamline Architecture Design Sessions by generating structured documents and integrating with Azure DevOps.
docs/prd.md
β Product Requirements Document (PRD) with project goals and user stories..vscode/mcp.json
β VS Code config for connecting to Azure DevOps MCP using your org name..github/chatmodes/
β Contains chat modes for generating PRDs, architectures, and backlog documents.generated/
β Folder for generated outputs (e.g., summaries, docs).context/
β (Reserved for context files or data).
- Generate PRDs and architecture docs from your ideas or meeting transcripts.
- Summarize meeting transcripts into clear, actionable documents.
- Integrate with Azure DevOps MCP for backlog and artifact management.
- Clone this repo.
- Open in VS Code.
- Use the
.vscode/mcp.json
config to connect to your Azure DevOps org:- Youβll be prompted for your org name (e.g.,
contoso
).
- Youβll be prompted for your org name (e.g.,
- Run
az login
and select the appropriate subscription. - Start generating and managing your architecture session docs!
- See
docs/prd.md
for full requirements and design. - See
.vscode/mcp.json
for DevOps integration setup.
See LICENSE for details.
β¨ Happy architecting!