A Spec Driven Development (SDD) set of Claude commands.
You can install this plugin from any of these themed marketplaces. Choose one, add it as a marketplace, then install the plugin.
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 spiral-grove@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/spiral-grove.json
Step 2: Install the plugin
/plugin install spiral-grove@spiral-grove
A research repository exploring AI agent design patterns, cognitive architectures, and Spec-Driven Development methodology.
Vibe Garden is a curated collection of emerging AI agent theories, design patterns, and a practical implementation of Spec-Driven Development (SDD) through the Spiral Grove Claude Code plugin.
A Claude Code plugin that implements Spec-Driven Development:
Explore agent design patterns and types:
# Agent categories and selection guide
cat seeds/brainstorm/agents/README.md
# Design patterns overview
cat seeds/brainstorm/patterns/README.md
# Theoretical foundations
cat seeds/notes/Emerging-Theory-for-Agents.md
Start a new feature with Spec-Driven Development:
# 1. Create specification (WHAT to build)
/spec-writing
# 2. Generate technical plan (HOW to build)
/plan-generation
# 3. Break down into tasks (STEPS to execute)
/task-breakdown
# 4. Implement with tracking
/implementation
Category | Emoji | Focus Area | Implementation Readiness |
---|---|---|---|
Cognitive Planning | ๐ค | Multi-step reasoning, planning | Custom agent design |
Memory Management | ๐ค | Context retention, knowledge synthesis | Custom MCP/processor |
Self-Reflective | ๐ | Self-critique, iterative improvement | Ready to implement |
Multi-Agent Collaboration | ๐ | Specialized teams, orchestration | Ready to implement |
Software Development | โ | Traditional SDLC roles | Reference only |
Neural-Symbolic | ๐ | Hybrid reasoning systems | Long-term research |
Legend: ๐ Ready now ยท ๐ค Future development ยท ๐ Long-term ยท โ Avoiding
Implementation | Metric | Improvement |
---|---|---|
Reflexion | Code generation accuracy | +11% (91% vs 80%) |
MAP | Planning hallucinations | Near-zero vs many |
Cognitive Workspace | Memory reuse | 58% vs 0% |
Code Review Agent | PRs reviewed/week | 1000+ at Indeed |
"We must move beyond one-shot promptโresponse paradigms and equip agents with internal structure and interactions that mirror the complexities of reasoning."
The research converges on a clear trend: architectural modularity, feedback-rich loops, and role abstraction grounded in computational functions rather than human job titles.
Spiral Grove implements a rigorous four-phase methodology:
Define WHAT to build
Design HOW to build it
Create STEPS to execute
Execute and TRACK progress
vibe-garden/
โโโ seeds/ # Research and brainstorming
โ โโโ brainstorm/
โ โ โโโ agents/ # 30+ agent types documented
โ โ โโโ patterns/ # 8 major design patterns
โ โโโ notes/ # Academic research and theory
โ โโโ scripts/ # Utility scripts
โโโ spiral-grove/ # SDD Claude Code plugin
โ โโโ .claude-plugin/ # Plugin configuration
โ โโโ commands/ # SDD phase implementations
โโโ .sdd/ # Active SDD artifacts
โโโ specs/ # Feature specifications
โโโ plans/ # Technical plans
โโโ tasks/ # Task breakdowns
โโโ progress/ # Implementation tracking
Software Development: Assembly Line + Complementary Pair + Self-Reflective
Research & Analysis: Multi-Agent + Epistemic Delegation + Active Memory
Decision Making: Modular Cognitive + Adversarial Debate + Self-Reflective
User-Facing Products: Complementary Pair + Active Memory + Self-Reflective
Convert research papers to markdown:
python seeds/scripts/convert_pdf.py <pdf_file> [output_file]
Preserves layout and formatting for integration with Claude Code.
Monolithic LLM
โ
Single LLM with tools
โ
Pipeline of specialized agents
โ
Modular cognitive architecture
โ
Multi-agent teams with diverse roles
โ
Self-improving agent societies โ We are here (2024-2025)
This is a living research repository. Contributions welcome:
Please follow the established documentation format and include academic citations where applicable.
MIT License - see LICENSE file for details.
All patterns and agent types reference academic research from 2018-2025. See individual documentation files for detailed citations.
Author: Ronald Roy Email: gsdwig@gmail.com Repository: github.com/rjroy/vibe-garden
Built with ๐ง for the future of AI agent design
Last Updated: 2025-10-16
0.1.1