From 9b94dc349f309828c954c182a82b9b57ef015ffe Mon Sep 17 00:00:00 2001 From: Mark Ayers Date: Tue, 24 Mar 2026 15:11:35 -0400 Subject: [PATCH] chore(tdd-cycle): add allowed-tools for explicit tool restriction Add allowed-tools field listing the tools needed for TDD workflow (Read, Edit, Write, Bash, Glob, Grep). Closes #323 Co-Authored-By: Claude Opus 4.6 (1M context) --- skills/tdd-cycle/SKILL.md | 1 + 1 file changed, 1 insertion(+) diff --git a/skills/tdd-cycle/SKILL.md b/skills/tdd-cycle/SKILL.md index ab39136..30ea5eb 100644 --- a/skills/tdd-cycle/SKILL.md +++ b/skills/tdd-cycle/SKILL.md @@ -1,4 +1,5 @@ --- +allowed-tools: Read, Edit, Write, Bash, Glob, Grep description: Enforces strict red-green-refactor TDD cycles with phase gates. Use when doing TDD, test-driven development, writing tests first, or making failing tests pass. Manages cycle state, blocks premature implementation, and validates phase transitions. ---