# The Grid - Claude Code Plugin

This directory contains the plugin manifest for installing The Grid via Claude Code's plugin system.

## Plugin Installation

### Via Claude Code Commands

```bash
# Add the Grid marketplace
/plugin marketplace add JamesWeatherhead/grid

# Install The Grid
/plugin install the-grid@grid-marketplace
```

### Via CLI

```bash
claude plugin install the-grid@grid-marketplace --scope user
```

## What Gets Installed

When you install The Grid plugin, the following components are added:

### Skills (Commands)
- `/grid` - Start The Grid (main entry point)
- `/grid:quick` - Quick task execution
- `/grid:budget` - Budget and cost management
- `/grid:refine` - Refinement swarm for testing
- `/grid:branch` - Branch management
- `/grid:update` - Update The Grid
- `/grid:resume` - Resume interrupted missions
- `/grid:init` - Initialize Grid state
- `/grid:help` - Command reference
- `/grid:daemon` - Background execution mode
- `/grid:status` - Grid status display
- `/grid:mc` - Master Control interface
- `/grid:program_disc` - View program identity discs
- `/grid:doctor` - Diagnostic tool
- `/grid:model` - Configure model selection
- `/grid:debug` - Systematic bug investigation

### Agents (Identity Discs)
- `Planner.md` - Strategic planning agent
- `Executor.md` - Code implementation agent
- `Scout.md` - Research and discovery agent
- `Recognizer.md` - Quality verification agent
- `Visual.md` - Visual verification agent
- `Persona.md` - User persona simulation agent

### Hooks
- Pre and post execution hooks for Grid operations

## File Structure

```
.claude-plugin/
├── plugin.json      # Plugin manifest
├── marketplace.json # Marketplace metadata
└── README.md        # This file
```

## Requirements

- Claude Code CLI
- macOS, Linux, or Windows (WSL)

## More Information

- GitHub: https://github.com/JamesWeatherhead/grid
- npm: https://www.npmjs.com/package/the-grid-cc
- Documentation: See main README.md

## License

MIT License - see LICENSE file for details.
