copilot-flowlisted
Install: claude install-skill aiskillstore/marketplace
# 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 `i