mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-05 01:50:27 +08:00
- Add CLI mode example to implementation_approach showing optional command field - Document two execution modes: 1. Default Mode (agent execution): No command field, agent interprets steps 2. CLI Mode (command execution): With command field, uses CLI tools (codex/gemini/qwen) - Add Implementation Approach Execution Modes section with: - Mode descriptions and use cases - Required fields for each mode - Command patterns for CLI mode (codex, gemini) - Mode selection strategy - Simplify implementation_approach examples to use generic placeholders - Emphasize command field is optional, agent decides based on task complexity Benefits: - Clear documentation of both execution patterns - Agents understand when to use CLI tools vs direct execution - Pattern examples show structure without over-specifying content - Supports both autonomous agent work and CLI tool delegation 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>