From copilot-flow
Execute the first stage of the workflow - requirements analysis (executed by Claude)
How this command is triggered — by the user, by Claude, or both
Slash command
/copilot-flow:analyze [task description]copilot/This command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# Copilot Flow: Analyze Phase Execute the requirements analysis stage of the workflow. This stage is handled by Claude, which deeply analyzes user requirements and prepares structured prompts. ## Usage ## Execution Steps 1. **Analyze User Request** - Identify core requirements - Find implicit constraints - Confirm target users 2. **Gather Context Information** - Scan relevant files - Identify existing patterns - Check dependencies 3. **Prepare Structured Prompt** 4. **Identify Model Requirements** - Select appropriate Copilot model based on task type - R...
Execute the requirements analysis stage of the workflow. This stage is handled by Claude, which deeply analyzes user requirements and prepares structured prompts.
/copilot:analyze [task description]
Analyze User Request
Gather Context Information
Prepare Structured Prompt
# Goal
[Broad description]
# Requirements
- Requirement 1
- Requirement 2
# Example
Input: [...]
Output: [...]
# Context
Files: [...]
Functions/Classes: [...]
Constraints: [...]
Identify Model Requirements
Generate Analysis Summary
/copilot:analyze Implement a REST API for user authentication with JWT token and refresh mechanism
The output will include:
npx claudepluginhub poorgramer-zack/copilot-mcp-tool --plugin copilot-flow/sc-planAnalyzes development requirements, creates actionable roadmaps, and establishes clear direction for work. Uses agent delegation for research and code analysis when needed.
/code-analysis-flowReverse-engineer a codebase into grounded architecture docs and requirements. Classifies small vs large codebases, partitions large workspaces, gates unknowns via questioning, and produces docs under docs/<feature>/.
/multi-planGenerates a step-by-step implementation plan by retrieving project context and analyzing it with two external AI models (Codex and Gemini). Writes plan files to .claude/plan/.
/planOrchestrates a multi-agent planning workflow across analysis and design phases, producing requirements, constraints, data model, API contracts, and quickstart documentation.
/analyzeScans codebase for quality, security, performance, and architecture issues, generating severity-rated findings, actionable recommendations, and a summary report. Supports focused analysis on specific domains and custom depth/format.
/analyzeRuns a multi-dimensional repository health analysis measuring code complexity, git churn, and test coverage gaps, then produces a prioritized report with actionable recommendations.