Help us improve
Share bugs, ideas, or general feedback.
From copilot-flow
AI collaboration workflow plugin - Implements automated collaborative development process between Claude and Copilot through structured 5-stage workflow
npx claudepluginhub poorgramer-zack/copilot-mcp-tool --plugin copilot-flowHow 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:
Guides Cursor PM ↔ Claude Code two-agent workflow with Plans.md task management and handoff commands. For workflow orientation, not solo implementation or handoff execution.
Guides 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 rules, and cross-agent support for Claude Code and other agents.
Share bugs, ideas, or general feedback.
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