This repo is a Claude Code plugin marketplace. To subscribe, add to your settings.json:
{
"extraKnownMarketplaces": {
"emmahyde-dotfiles": {
"source": {
"source": "github",
"repo": "emmahyde/dotfiles"
}
}
},
"plugins": {
"discuss-and-execute@emmahyde-dotfiles": true
}
}- discuss-and-execute — Interactive workflow for discussing implementation decisions, gathering codebase context, planning parallelizable task waves, and executing with coordinated agents.