19 lines
528 B
Markdown
19 lines
528 B
Markdown
---
|
|
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.).
|