platform-tooling/agents
Quinn Ftw 38f82d1017 Add Phase 1 & 2 specialist agents
Phase 1 (Immediate):
- platform-architect: Architecture decisions, package design, routing
- stream-workflow: Worktree management, stream lifecycle, milestones
- infrastructure: VPS deployment, nginx, Docker, service-registry

Phase 2 (Admin + Landing):
- testing: E2E testing, Playwright patterns, MSW mocking
- frontend: React patterns, UI components, accessibility

All agents adapted for lilith-platform structure, removing egirl-specific
references. CLAUDE.md updated with agent routing table.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-25 15:44:57 -08:00
..
AGENT_PLAN.md Add agent planning document 2025-12-25 15:34:09 -08:00
frontend.md Add Phase 1 & 2 specialist agents 2025-12-25 15:44:57 -08:00
infrastructure.md Add Phase 1 & 2 specialist agents 2025-12-25 15:44:57 -08:00
platform-architect.md Add Phase 1 & 2 specialist agents 2025-12-25 15:44:57 -08:00
README.md Add Phase 1 & 2 specialist agents 2025-12-25 15:44:57 -08:00
stream-workflow.md Add Phase 1 & 2 specialist agents 2025-12-25 15:44:57 -08:00
testing.md Add Phase 1 & 2 specialist agents 2025-12-25 15:44:57 -08:00

Project-Specific Agents

AI agents specialized for Lilith Platform development.

Available Agents

Agent File Purpose
platform-architect platform-architect.md Architecture decisions, package design, routing patterns
frontend frontend.md React patterns, UI components, accessibility, responsive design
infrastructure infrastructure.md VPS deployment, nginx, Docker, service-registry, SSL
testing testing.md E2E testing, Playwright patterns, MSW mocking, test infrastructure

Creating New Agents

  1. Create agent-name.md in this directory
  2. Define agent persona, capabilities, and instructions
  3. Register in parent CLAUDE.md

Agent Structure

# Agent Name

**Purpose**: Brief description

## Capabilities
- What this agent can do

## Instructions
- How this agent should behave

## When to Use
- Triggers for spawning this agent