Initial commit
This commit is contained in:
18
commands/red-green-init.md
Normal file
18
commands/red-green-init.md
Normal 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.).
|
||||
Reference in New Issue
Block a user