From copilot-flow
AI collaboration workflow plugin - Implements automated collaborative development process between Claude and Copilot through structured 5-stage workflow
How this skill is triggered — by the user, by Claude, or both
Slash command
/copilot-flow:copilot-flow-integrationThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
When to use this skill:
When to use this skill:
Triggering conditions:
This skill orchestrates a complete 5-stage AI collaboration workflow:
The workflow is managed through specialized slash commands in the /commands directory:
analysis-result.mdarchitecture-design.mdimplementation-report.mdcode-review-report.mdFor complete task execution, use the workflow orchestrator:
執行 copilot-flow 實現用戶認證系統
This will:
Execute specific stages independently:
/copilot-flow:analyze 分析現有代碼庫並提出改進建議
/copilot-flow:review 審查 auth.js 檔案的安全性
/copilot-flow:implement 根據設計文檔實現 API 端點
The workflow maintains state through:
.claude/workflow-state.json - Current stage and progress執行 copilot-flow 實現一個 REST API 進行用戶認證,支持 JWT token
analysis-result.md - Structured requirementsarchitecture-design.md - System designcode-review-report.md - Quality assessmentdelivery/ - Complete package with docsIf workflow is interrupted:
.claude/workflow-state.json for current stateAI collaboration, workflow, automation, Claude, Copilot, structured development, end-to-end, project management, code review, architecture design
npx claudepluginhub poorgramer-zack/copilot-mcp-tool --plugin copilot-flowGuides the Cursor (PM) ↔ Claude Code (Worker) two-agent workflow: task delegation, Plans.md markers, implementation→review→deploy cycle.
Orchestrates AI coding workflows with self-correction loops, pre-flight discipline, and cross-agent patterns. Reduces correction cycles across Claude Code, Cursor, and 32+ agents.
Coordinates Claude with OpenAI Codex via MCP for paired coding, code review, and parallel implementation. Three collaboration modes: Solo+Review (Claude implements, Codex reviews), Sequential (Claude designs, Codex implements+tests), and Parallel (simultaneous work on separate files). Requires codex MCP server setup.