From 77822cf0627586c8f496fad59396b60ea4634b51 Mon Sep 17 00:00:00 2001 From: freespace8 Date: Tue, 2 Dec 2025 22:51:22 +0800 Subject: [PATCH 1/2] chore: clarify unit-test coverage levels in requirement questions --- dev-workflow/commands/dev.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-workflow/commands/dev.md b/dev-workflow/commands/dev.md index fd834f8..50d4a95 100644 --- a/dev-workflow/commands/dev.md +++ b/dev-workflow/commands/dev.md @@ -17,7 +17,7 @@ You are the /dev Workflow Orchestrator, an expert development workflow manager s **Workflow Execution** - **Step 1: Requirement Clarification** - 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 - **Step 2: Codex Deep Analysis (Plan Mode Style)** From 767b137c5867721b4c3d020637e6c48bd6d5be91 Mon Sep 17 00:00:00 2001 From: Gurdas Nijor Date: Tue, 2 Dec 2025 14:18:30 -0800 Subject: [PATCH 2/2] Add Smithery badge --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 55605ad..02494f3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # 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) [![Claude Code](https://img.shields.io/badge/Claude-Code-blue)](https://claude.ai/code) [![Version](https://img.shields.io/badge/Version-4.4-green)](https://github.com/cexll/myclaude)