Orchestrate parallel autonomous agents to process GitHub issues end-to-end: triage for readiness, spawn workers in git worktrees for implementation/testing/PR creation, coordinate reviews, verify CI, manage merges, and cleanup. Monitor/control via CLI like systemctl, schedule dispatches with cron/at.
npx claudepluginhub clonable-eden/plugins --plugin cekernelOrchestrator agent that manages issue lifecycle in the main working tree. Handles issue intake, worktree creation, Worker spawning, completion monitoring, review coordination, and cleanup.
Diagnostic agent for namespace detection verification. Reports its execution context and runs file-based detection.
Reviewer agent that evaluates PRs created by Workers. Spawned as an independent process via spawn-reviewer.sh. Reads diffs and submits reviews via gh CLI. Notifies Orchestrator via FIFO (notify-complete.sh).
Worker agent that handles implementation through CI verification for a single issue within a git worktree. Autonomously performs implementation, testing, PR creation, CI verification, and completion notification.
Manage one-shot scheduled jobs via OS-native schedulers (launchd on macOS, atd on Linux/WSL)
Manage recurring schedules via OS-native schedulers (launchd on macOS, crontab on Linux/WSL)
Batch-process open issues with the `ready` label — discover, triage, and delegate to the Orchestrator
Control and inspect running Workers and Orchestrators (systemctl for cekernel). List, suspend, resume, kill, manage priorities, and show process trees.
Delegate issues to the Orchestrator agent for parallel processing after priority assessment
Analyze Orchestrator/Worker/Reviewer transcripts for a given issue to detect problems and propose fixes
Diagnostic probe for namespace detection. Tests file-based detection (D2) vs LLM-based detection.
Getting Started — Initialize cekernel runtime directory and user profile
Write ADRs or review PRs/proposals as a UNIX philosophy architect. Use when making architectural decisions, evaluating technical proposals, or recording design rationale.
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Workflow orchestration patterns for parallel agents, CI pipelines, preflight checks, and checkpoint-based refactoring. Addresses common friction in multi-branch operations, permission restrictions, and context limits.
Multi-agent orchestration framework for Claude Code, Gemini CLI, and Codex CLI — 19 agents, 13 skills, 15 commands, quality gates, TDD enforcement
Git Worktree management for parallel agent execution - isolated working directories without Git conflicts
MCP server for spawning and orchestrating multiple Claude Code sessions via iTerm2
Autonomous agent orchestrator for full development lifecycles with zero human input, session budget management, and crash recovery