Agent skill
copilot-flow
AI collaboration workflow plugin - Implements automated collaborative development process between Claude and Copilot through structured 5-stage workflow
Install this agent skill to your Project
npx add-skill https://github.com/aiskillstore/marketplace/tree/main/skills/aykahshi/copilot-flow
SKILL.md
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:
- Analyze (Claude) - Requirements analysis and structuring
- Design (Copilot) - Architecture design and planning
- Implement (Claude) - Code implementation based on design
- Review (Copilot) - Code quality assessment
- 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:
- Show preview of all stages
- Wait for confirmation
- Execute each stage in sequence
- Manage state between stages
- Provide final delivery package
Individual Stage Execution
Execute specific stages independently:
/copilot-flow:analyze 分析現有代碼庫並提出改進建議
/copilot-flow:review 審查 auth.js 檔案的安全性
/copilot-flow:implement 根據設計文檔實現 API 端點
State Management
The workflow maintains state through:
.claude/workflow-state.json- Current stage and progress- Stage output files - Results from each phase
- claude-mem integration - Complete interaction history
AI Model Collaboration
Claude Responsibilities
- Requirements analysis and structuring
- Code implementation and modifications
- Final integration and delivery
- File system operations
Copilot Responsibilities (via MCP)
- Architecture design recommendations
- Code quality review and feedback
- Security and performance assessment
- Best practices guidance
Example Workflow
User Request
執行 copilot-flow 實現一個 REST API 進行用戶認證,支持 JWT token
Workflow Execution
- Preview Mode - Shows planned stages and estimated time
- Analysis - Claude breaks down requirements
- Design - Copilot suggests architecture
- Implementation - Claude writes code
- Review - Copilot reviews implementation
- Delivery - Claude prepares final package
Outputs
analysis-result.md- Structured requirementsarchitecture-design.md- System design- Source code files - Implementation
code-review-report.md- Quality assessmentdelivery/- Complete package with docs
Best Practices
Do
- Start with clear requirements
- Let the workflow handle stage transitions
- Review each stage output before proceeding
- Use full workflow for complex tasks
- Execute individual stages for specific needs
Don't
- Skip stages in full workflow mode
- Modify intermediate files manually
- Run stages out of sequence
- Ignore review recommendations
Error Recovery
If workflow is interrupted:
- Check
.claude/workflow-state.jsonfor current state - Resume from last completed stage
- Or restart from specific stage
- All progress is preserved
Integration with Other Skills
- copilot-mcp-server: Used internally by design and review stages
- claude-mem: Records all workflow interactions
- File system tools: Used by Claude for implementation
Keywords
AI collaboration, workflow, automation, Claude, Copilot, structured development, end-to-end, project management, code review, architecture design
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
perigon-backend
Perigon ASP.NET Core + EF Core + Aspire conventions
perigon-agent
Pointers for Copilot/agents to apply Perigon conventions
perigon-angular
Angular 21+ standalone/Material/signal conventions for Perigon WebApp
fastapi-mastery
Comprehensive FastAPI development skill covering REST API creation, routing, request/response handling, validation, authentication, database integration, middleware, and deployment. Use when working with FastAPI projects, building APIs, implementing CRUD operations, setting up authentication/authorization, integrating databases (SQL/NoSQL), adding middleware, handling WebSockets, or deploying FastAPI applications. Triggered by requests involving .py files with FastAPI code, API endpoint creation, Pydantic models, or FastAPI-specific features.
context7-efficient
Token-efficient library documentation fetcher using Context7 MCP with 86.8% token savings through intelligent shell pipeline filtering. Fetches code examples, API references, and best practices for JavaScript, Python, Go, Rust, and other libraries. Use when users ask about library documentation, need code examples, want API usage patterns, are learning a new framework, need syntax reference, or troubleshooting with library-specific information. Triggers include questions like "Show me React hooks", "How do I use Prisma", "What's the Next.js routing syntax", or any request for library/framework documentation.
browser-use
Browser automation using Playwright MCP. Navigate websites, fill forms, click elements, take screenshots, and extract data. Use when tasks require web browsing, form submission, web scraping, UI testing, or any browser interaction.
Didn't find tool you were looking for?