diff --git a/skills/subagent-driven-development/implementer-prompt.md b/skills/subagent-driven-development/implementer-prompt.md index 8882a1ec..d9a32f70 100644 --- a/skills/subagent-driven-development/implementer-prompt.md +++ b/skills/subagent-driven-development/implementer-prompt.md @@ -103,6 +103,9 @@ Subagent (general-purpose): - **Status:** DONE | DONE_WITH_CONCERNS | BLOCKED | NEEDS_CONTEXT - What you implemented (or what you attempted, if blocked) - What you tested and test results + - **TDD Evidence** (if TDD was required for this task): + - RED: command run, relevant failing output before implementation, and why the failure was expected + - GREEN: command run and relevant passing output after implementation - Files changed - Self-review findings (if any) - Any issues or concerns