mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-11 02:33:51 +08:00
移除 action-plan 文档中的 Web 输入示例,简化内容;更新 agent-workflow-coordination 文档以去除冗余的 CLI 指南引用。
This commit is contained in:
@@ -94,16 +94,6 @@ Creates actionable implementation plans from multiple input sources including di
|
|||||||
- Integrate diverse perspectives into unified plan
|
- Integrate diverse perspectives into unified plan
|
||||||
- Preserve brainstorming context and decisions
|
- Preserve brainstorming context and decisions
|
||||||
|
|
||||||
### Web-based Input
|
|
||||||
```bash
|
|
||||||
/workflow:action-plan --from-url "https://github.com/project/issues/45"
|
|
||||||
/workflow:action-plan --from-url "https://docs.example.com/spec"
|
|
||||||
```
|
|
||||||
**Processing**:
|
|
||||||
- Fetch content from web URLs
|
|
||||||
- Parse structured requirements from web pages
|
|
||||||
- Extract technical specifications
|
|
||||||
- Handle GitHub issues, documentation sites, specs
|
|
||||||
|
|
||||||
## Complexity Levels
|
## Complexity Levels
|
||||||
|
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ description: Core coordination principles for multi-agent development workflows
|
|||||||
### Gemini Context Protocol
|
### Gemini Context Protocol
|
||||||
**Context Integration**: Agents use Gemini CLI for context gathering when needed, with memory-gemini-bridge agent handling complex analysis.
|
**Context Integration**: Agents use Gemini CLI for context gathering when needed, with memory-gemini-bridge agent handling complex analysis.
|
||||||
|
|
||||||
**CLI Guidelines Reference**: Follow @~/.cluade/workflows/gemini-cli-guidelines.md for consistency and `memory-gemini-bridge` agent for comprehensive analysis.
|
**CLI Guidelines Reference**: Follow @~/.cluade/workflows/gemini-cli-guidelines.md for consistency.
|
||||||
|
|
||||||
### 🎯 Gemini CLI Requirements by Task Complexity
|
### 🎯 Gemini CLI Requirements by Task Complexity
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user