with one click
improve-tdd-skill
// Helps improve the tdd-development skill. Triggers on keywords like "tdd skill improvement", "modify tdd-development", "fix phase N", or "improve tdd workflow".
// Helps improve the tdd-development skill. Triggers on keywords like "tdd skill improvement", "modify tdd-development", "fix phase N", or "improve tdd workflow".
[HINT] Download the complete skill directory including SKILL.md and all related files
| name | improve-tdd-skill |
| description | Helps improve the tdd-development skill. Triggers on keywords like "tdd skill improvement", "modify tdd-development", "fix phase N", or "improve tdd workflow". |
| context | inherit |
| allowed-tools | Read, Write, Edit, AskUserQuestion, Grep, Glob, mcp__plugin_serena_serena__read_file, mcp__plugin_serena_serena__replace_content, mcp__plugin_serena_serena__search_for_pattern |
This skill assists in improving the tdd-development skill by providing structured guidance for modifications.
Clarify what the user wants to improve. If the request is ambiguous, use AskUserQuestion with options:
Japanese message examples:
Read references/structure.md to understand the tdd-development skill architecture and identify target files.
If the improvement requires understanding the current implementation:
Present the improvement plan to the user:
AskUserQuestionJapanese message for approval:
After approval, use Serena tools to make the modifications:
mcp__plugin_serena_serena__replace_content for targeted changes (preferred)Edit tool for simple text replacementsPresent a summary of changes made:
Japanese report format:
## ๅคๆดๅฎไบ
### ๅคๆดใใใใใกใคใซ
- `<file-path>`: <brief description>
### ๅคๆดๅ
ๅฎน
<summary of what was changed>
### ็ขบ่ชไบ้
<any follow-up actions or recommendations>
phases/1-exploration.mdphases/6-quality-checks.md, phases/8-code-review.md, SKILL.mdphases/9-final-report.md, various phasesSKILL.md, individual phase filesAll tdd-development files are located at:
ai-agent/skills/tdd-development/
โโโ SKILL.md # Main skill definition
โโโ phases/
โโโ 0-pre-checks.md
โโโ 1-exploration.md
โโโ 2-planning.md
โโโ 3-test-design.md
โโโ 4-approval-gate.md
โโโ 5-implementation.md
โโโ 6-quality-checks.md
โโโ 7-user-review.md
โโโ 8-code-review.md
โโโ 9-final-report.md