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.jsonconfig 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 loginand select the appropriate subscription. - Start generating and managing your architecture session docs!
- See
docs/prd.mdfor full requirements and design. - See
.vscode/mcp.jsonfor DevOps integration setup.
See LICENSE for details.
✨ Happy architecting!