Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 17:58:33 +08:00
commit 856e1b30f3
4 changed files with 78 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
---
description: Initialize Red-Green TDD framework in the current project
---
# Red-Green TDD Framework Initialization
Run the setup script to scaffold the Red-Green TDD framework into this project.
## Your Task
Execute the following bash command to run the setup script:
```bash
bash "$HOME/.claude/plugins/marketplaces/dev-marketplace/plugins/red-green/scripts/setup.sh"
```
- If the script succeeds, confirm the setup is complete.
- If the script fails, help the user troubleshoot (missing plugin, permissions, etc.).