plugins marketplace
← All plugins

daisy-mode

v1.0.0

Autonomous feature implementation with CI loop integration - implement features from branch creation through PR submission with automated test monitoring

Claude Code

by Shlomo Isaacs1updated 10 months ago

Source

git clone https://github.com/panguin6010/daisy-mode-plugin

Clone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.

Layout

daisy-mode/
└── .claude-plugin/plugin.json

Manifests1

.claude-plugin/plugin.json
{
  "name": "daisy-mode",
  "description": "Autonomous feature implementation with CI loop integration - implement features from branch creation through PR submission with automated test monitoring",
  "version": "1.0.0",
  "author": {
    "name": "Shlomo Isaacs"
  },
  "homepage": "https://github.com/panguin6010/daisy-mode-plugin",
  "keywords": [
    "autonomous",
    "ci",
    "testing",
    "workflow",
    "automation"
  ],
  "hooks": "./hooks/hooks.json"
}