By Ahiya1
2L Development Framework - Iterative orchestration with exploration, planning, building, integration, validation, and healing phases. Enables complex project development through coordinated agent pipelines.
Mark the current plan as abandoned and rollback to the end of the previous plan.
Deploy builder agents to implement features according to plan. Automatically handles builder splits.
Display information about available Model Context Protocol (MCP) servers and setup instructions. This command provides an educational resource listing all MCPs that can enhance 2L agent capabilities.
Manually commit the current iteration even if validation failed or hasn't run yet.
Resume 2L autonomous development from where the previous session stopped. The session directly acts as the continuation orchestrator, detecting state and continuing orchestration.
Implements features according to plan, can COMPLETE or SPLIT if too complex
Agent that generates project-specific dashboard HTML from template
Analyzes codebase architecture, patterns, and complexity for planning
Fixes specific categories of issues identified during validation
Merges all builder outputs into a cohesive codebase
Uses power tools
Uses Bash, Write, or Edit tools
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.
2L is an AI agent orchestration system that breaks down complex development tasks into manageable iterations executed by specialized agents.
Get up and running with 2L in 5 simple steps:
git clone https://github.com/Ahiya1/2L.git && cd 2L
./2l.sh install
This installs all agents and commands to ~/.claude/.
/2l-setup-db
Configures Claude to access Supabase local database (requires sudo password).
/2l-setup-mcps
Guided setup for Playwright and Chrome DevTools MCP servers.
cd ~/your-project
/2l-mvp "build a todo app with React and Supabase"
In another terminal, monitor progress:
/2l-dashboard
Done! Your first orchestration is running.
2L (Two-Level) orchestrates AI agents to build software projects by:
Target audience: Developers who want to build MVPs, prototypes, or complete features using AI agents with full visibility into the orchestration process.
# Option 1: Interactive requirements gathering
/2l-vision
# Option 2: Full autonomy mode (recommended for quick starts)
/2l-mvp "Build a todo app with React and Supabase"
The /2l-mvp command will:
gh CLI configured)# Navigate to your project directory
cd ~/projects/my-app
# Start orchestration
/2l-mvp "Create a REST API with authentication and user management"
# Open dashboard in another terminal to watch progress
/2l-dashboard
The dashboard will show:
The 2L event system provides:
┌─────────────────┐
│ Orchestrator │ (28 emission points)
└────────┬────────┘
│
├─> plan_start
├─> iteration_start
├─> phase_change (exploration → planning → building → ...)
├─> agent_start/agent_complete (spawns agents)
├─> validation_result
└─> iteration_complete
│
▼
.2L/events.jsonl (JSONL format)
│
▲
│
┌────────┴────────┐
│ Agents │ (All 10 agent types)
└─────────────────┘
│
├─> agent_start (before work begins)
└─> agent_complete (after work finishes)
│
▼
Dashboard polls events.jsonl every 2 seconds
│
▼
Real-time display in browser
All events in 2L use one of these standardized types:
plan_start - Orchestration begins for a plan
/2l-mvp starts executioniteration_start - New iteration begins
phase_change - Phase transition occurs
npx claudepluginhub ahiya1/2l --plugin 2lAccess thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Feature development with code-architect/explorer/reviewer agents, CLAUDE.md audit and session learnings, and Agent Skills creation with eval benchmarking from Anthropic.
Complete developer toolkit for Claude Code
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Intelligent draw.io diagramming plugin with AI-powered diagram generation, multi-platform embedding (GitHub, Confluence, Azure DevOps, Notion, Teams, Harness), conditional formatting, live data binding, and MCP server integration for programmatic diagram creation and management.
Orchestrate multi-agent teams for parallel code review, hypothesis-driven debugging, and coordinated feature development using Claude Code's Agent Teams