By panguin6010
Autonomous feature implementation with CI loop integration - implement features from branch creation through PR submission with automated test monitoring
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.jsonPlugin metadata and configuration. Tells Claude Code this is a plugin.
commands/daisy-mode.mdThe /daisy-mode command implementation. Contains the autonomous agent prompt.
hooks/hooks.jsonConfigures the BeforeStop hook that runs when users try to stop Claude.
hooks/daisy-stop-hook.shThe 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/
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub panguin6010/daisy-mode-plugin --plugin daisy-modeLong-running agent harness with 5-layer memory architecture, GitHub integration via gh CLI, autonomous batch processing with a dedicated implementer subagent, Agent Teams with ATDD, quality-gate hooks, and 6 Agent Skills
A workflow automation system that helps Claude Code implement features systematically with built-in planning, validation, and review steps
Production-ready slash commands for Git workflow automation including PR creation, release management, and QA testing
Full feature development workflow from spec to completion
Standalone tools: codebase audit, test audit, skill evaluation, and usage-window scheduling (queue / usage-guard)
Context-Driven Development: draft specs and plans before implementation. Structured workflows for features and fixes.