Autonomous feature implementation with CI loop integration - implement features from branch creation through PR submission with automated test monitoring
This plugin is not yet in any themed marketplace. To install it, you'll need to add it from GitHub directly.
This plugin uses advanced features that require additional trust:
Only install plugins from repositories you trust. Review the source code before installation.
Choose your preferred installation method below
A marketplace is a collection of plugins. Every plugin gets an auto-generated marketplace JSON for individual installation, plus inclusion in category and themed collections. Add a marketplace once (step 1), then install any plugin from it (step 2).
One-time setup for access to all plugins
When to use: If you plan to install multiple plugins now or later
Step 1: Add the marketplace (one-time)
/plugin marketplace add https://claudepluginhub.com/marketplaces/all.json
Run this once to access all plugins
Step 2: Install this plugin
/plugin install daisy-mode@all
Use this plugin's auto-generated marketplace JSON for individual installation
When to use: If you only want to try this specific plugin
Step 1: Add this plugin's marketplace
/plugin marketplace add https://claudepluginhub.com/marketplaces/plugins/daisy-mode.json
Step 2: Install the plugin
/plugin install daisy-mode@daisy-mode
This package contains everything you need to install Daisy Mode as a Claude Code plugin.
├── daisy-mode-plugin/ # The plugin files
│ ├── .claude-plugin/
│ │ └── plugin.json # Plugin metadata
│ ├── commands/
│ │ └── daisy-mode.md # The /daisy-mode command
│ ├── hooks/
│ │ ├── hooks.json # Hook configuration
│ │ └── daisy-stop-hook.sh # CI monitoring hook
└── README.md # Plugin documentation
users install with:
/plugin add panguin6010/daisy-mode-plugin
Then use with:
claude --dangerously-skip-permissions "/daisy-mode []"
Daisy Mode enables autonomous feature implementation:
/daisy-mode Add JWT authentication
<pr>123</pr>
tagUsers need:
gh
) authenticatedjq
installed for JSON parsing.claude-plugin/plugin.json
Plugin metadata and configuration. Tells Claude Code this is a plugin.
commands/daisy-mode.md
The /daisy-mode
command implementation. Contains the autonomous agent prompt.
hooks/hooks.json
Configures the BeforeStop hook that runs when users try to stop Claude.
hooks/daisy-stop-hook.sh
The bash script that:
<pr>NUMBER</pr>
from transcriptsRename commands/daisy-mode.md
to commands/your-name.md
Edit the markdown in commands/daisy-mode.md
Edit hooks/daisy-stop-hook.sh
to customize CI checking logic
Create additional .md
files in commands/
1.0.0