AI SummaryA hierarchical multi-agent system for Claude that automatically orchestrates specialized agents to handle civic notice development tasks. Developers building civic engagement platforms benefit from coordinated AI assistance without manual agent routing.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to set up the "Civic Notices Agent Hierarchy" agent in my project. Please run this command in my terminal: # Copy to your project's .claude/agents/ directory mkdir -p .claude/agents && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/agents/readme.md "https://raw.githubusercontent.com/ottojames/ubiquitous-guacamole/main/.claude/agents/README.md" Then explain what the agent does and how to invoke it.
Description
This directory contains the hierarchical agent system for Civic Notices development.
Civic Notices Agent Hierarchy
This directory contains the hierarchical agent system for Civic Notices development.
Quick Start
Just talk to Claude normally. The orchestrator handles routing automatically. ` You: "Add a filter dropdown to the notices page" Claude: [Orchestrator activates, coordinates agents, asks questions if needed] `
Architecture
` ┌─────────────────┐ │ ORCHESTRATOR │ │ /dev command │ └────────┬────────┘ │ ┌────────────────────────────┼────────────────────────────┐ │ │ │ ▼ ▼ ▼ ┌───────────────┐ ┌───────────────┐ ┌───────────────┐ │ THINKING │ │ BUILDING │ │ VERIFYING │ │ LAYER │ │ LAYER │ │ LAYER │ │ │ │ │ │ │ │ • Analyst │ │ • Coder │ │ • Tester │ │ • Architect │ │ • Fixer │ │ • Browser │ │ • Critic │ │ │ │ • UserSim │ └───────────────┘ └───────────────┘ └───────────────┘ `
Directory Structure
` .claude/agents/ ├── README.md # This file ├── orchestrator/ │ └── SKILL.md # Main orchestrator (invoked as /dev) ├── thinking/ │ ├── analyst.md # Understands requirements, asks questions │ ├── architect.md # Designs implementation approach │ └── critic.md # Reviews plans, finds holes ├── building/ │ ├── coder.md # Implements approved plans │ └── fixer.md # Fixes specific issues ├── verification/ │ ├── tester.md # Runs typecheck, lint, tests │ ├── browser.md # Visual verification in Chrome │ └── user-sim.md # Tests edge cases └── config/ ├── settings.json # Orchestrator configuration └── question-protocol.md # When/how to ask questions `
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster