AI collaboration workflow plugin - Implements automated collaborative development process between Claude and Copilot through structured 5-stage workflow
View on GitHubFebruary 4, 2026
Select agents to install to:
npx add-skill https://github.com/Aykahshi/copilot-mcp-tool/blob/main/plugins/copilot-flow/skills/copilot-flow-integration/SKILL.md -a claude-code --skill copilot-flowInstallation paths:
.claude/skills/copilot-flow/# Copilot Flow Integration When to use this skill: - When you need a structured AI-assisted development workflow - When you want to leverage both Claude and Copilot's strengths - When you require end-to-end task management from analysis to delivery **Triggering conditions:** - When user mentions "請 Copilot 協助" (Please ask Copilot to assist) - When user says "詢問 Copilot" (Ask Copilot) - When user requests "執行 copilot-flow" (Execute copilot-flow) - When user starts with "copilot-flow:" or "c-flow:" prefix ## Core Features This skill orchestrates a complete 5-stage AI collaboration workflow: 1. **Analyze** (Claude) - Requirements analysis and structuring 2. **Design** (Copilot) - Architecture design and planning 3. **Implement** (Claude) - Code implementation based on design 4. **Review** (Copilot) - Code quality assessment 5. **Deliver** (Claude) - Final integration and documentation ## Workflow Commands The workflow is managed through specialized slash commands in the `/commands` directory: ### /copilot-flow:analyze [task description] - Executes the analysis phase - Claude analyzes requirements and prepares structured prompts - Output: `analysis-result.md` ### /copilot-flow:design [goals] - Executes the design phase using Copilot MCP - Creates architecture design based on analysis - Output: `architecture-design.md` ### /copilot-flow:implement [target] - Executes implementation phase - Claude implements code following Copilot's design - Output: Source code files and `implementation-report.md` ### /copilot-flow:review [scope] - Executes review phase using Copilot MCP - Professional code review with focus areas - Output: `code-review-report.md` ### /copilot-flow:deliver [objectives] - Executes final delivery phase - Claude integrates all results and documentation - Output: Complete delivery package ## Usage Patterns ### Full Workflow Execution For complete task execution, use the workflow orchestrator: ``` 執行 copilot-flow 實現用戶認證系統 ``` This will: 1. Show p
Issues Found: