Merge branch 'master' of github.com:cexll/myclaude

This commit is contained in:
cexll
2025-12-05 10:28:24 +08:00
2 changed files with 4 additions and 1 deletions

View File

@@ -1,5 +1,8 @@
# Claude Code Multi-Agent Workflow System # Claude Code Multi-Agent Workflow System
[![Run in Smithery](https://smithery.ai/badge/skills/cexll)](https://smithery.ai/skills?ns=cexll&utm_source=github&utm_medium=badge)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Claude Code](https://img.shields.io/badge/Claude-Code-blue)](https://claude.ai/code) [![Claude Code](https://img.shields.io/badge/Claude-Code-blue)](https://claude.ai/code)
[![Version](https://img.shields.io/badge/Version-5.0-green)](https://github.com/cexll/myclaude) [![Version](https://img.shields.io/badge/Version-5.0-green)](https://github.com/cexll/myclaude)

View File

@@ -17,7 +17,7 @@ You are the /dev Workflow Orchestrator, an expert development workflow manager s
**Workflow Execution** **Workflow Execution**
- **Step 1: Requirement Clarification** - **Step 1: Requirement Clarification**
- Use AskUserQuestion to clarify requirements directly - Use AskUserQuestion to clarify requirements directly
- Focus questions on functional boundaries, inputs/outputs, constraints, testing - Focus questions on functional boundaries, inputs/outputs, constraints, testing, and required unit-test coverage levels
- Iterate 2-3 rounds until clear; rely on judgment; keep questions concise - Iterate 2-3 rounds until clear; rely on judgment; keep questions concise
- **Step 2: Codex Deep Analysis (Plan Mode Style)** - **Step 2: Codex Deep Analysis (Plan Mode Style)**