"subtitle":"{stars} stars. {downloads} downloads. Battle-tested and production-proven.",
"githubStars":"{count} GitHub Stars",
"specializedAgents":"{count} Specialized Agents",
"totalDownloads":"{count} Total Downloads",
"monthlyDownloads":"{count} Monthly Downloads",
"lifecycleHooks":"{count} Lifecycle Hooks",
"installCommand":"bunx oh-my-openagent install",
"getStarted":"Get Started",
"viewOnGitHub":"View on GitHub"
},
"ulw":{
"badge":"The Magic Word",
"title":"ulw",
"headline":"Type Three Letters. Walk Away.",
"description":"Ultra Work mode triggers maximum precision: auto-planning, deep research, parallel agents, and self-correction loops. The system doesn't stop until it's done. You don't babysit.",
"autoPlanning":"Auto-Planning",
"deepResearch":"Deep Research",
"selfCorrection":"Self-Correction",
"parallelAgents":"Parallel Agents",
"terminalTitle":"sisyphus — -zsh — 80x24",
"terminalInput":"ulw add authentication to the API",
"steps":{
"scanning":"Scanning codebase...",
"context":"Launching 3 explore agents...",
"planning":"Building execution plan...",
"delegating":"Deploying 4 parallel agents...",
"verifying":"Running verification suite...",
"complete":"Done. 847 lines changed, 0 issues."
},
"tagline":"Zero intervention. Full autonomy. Just results."
},
"sisyphus":{
"badge":"Primary Orchestrator",
"title":"Sisyphus",
"headline":"The CTO Who Never Sleeps",
"description":"Named after the mythological figure rolling his boulder uphill forever. Sisyphus parses implicit requirements, adapts to your codebase's maturity, and delegates to specialists. Interrupted? The boulder system resumes exactly where you left off.",
"phases":{
"intent":{
"title":"Intent Gate",
"description":"Parses what you meant, not just what you typed"
},
"explore":{
"title":"Codebase Assessment",
"description":"Maps your architecture before touching a line"
},
"delegate":{
"title":"Smart Delegation",
"description":"Routes to the right specialist agent"
"description":"The architect. Interviews you, explores your codebase, and creates detailed battle plans. Never writes code. Uses Metis and Momus as quality gates.",
"features":[
"Intelligent interview mode",
"Multi-agent codebase exploration",
"Gap analysis with Metis",
"Ruthless review with Momus"
]
},
"atlas":{
"name":"Atlas",
"role":"Master Executor",
"model":"Claude Sonnet 4.6",
"description":"The builder. Reads verified plans, delegates to specialized agents via category+skills system. Tracks learnings across tasks. Verifies independently — never trusts subagent claims.",
"features":[
"Intent-based task routing",
"Wisdom accumulation across tasks",
"Boulder session continuity",
"Independent result verification"
]
},
"metis":{
"name":"Metis",
"description":"Catches ambiguities before they become bugs."
},
"momus":{
"name":"Momus",
"description":"Only says OKAY when the plan is actually perfect."
},
"workflow":{
"step1":"Describe your work to Prometheus",
"step2":"Metis analyzes for gaps",
"step3":"Momus validates ruthlessly",
"step4":"Atlas delegates to specialists",
"step5":"Independent verification on everything"
},
"whyItWorks":"The planner doesn't code. The executor follows verified plans. Intelligence lives in the system, not individual agents."
},
"hephaestus":{
"badge":"Deep Worker",
"title":"Hephaestus",
"headline":"Give Him a Goal, Not a Recipe",
"description":"Named after the Greek god of the forge. Methodical, thorough, obsessive. Fires 2-5 parallel explore agents before writing any code. Built for deep architectural reasoning, complex debugging, and cross-domain synthesis.",
"headline":"Multiple Agents. Side-by-Side. In Parallel.",
"description":"A lead agent orchestrates a team of category-specialized members, all running in parallel and communicating through dedicated tools. Watch every member work simultaneously in tmux. Opt-in — flip team_mode.enabled and restart.",
"features":{
"lead":{
"title":"Lead Orchestration",
"description":"One coordinator. Multiple specialists. Real-time messaging via team_send_message and team_task_create."
},
"parallel":{
"title":"True Parallelism",
"description":"Up to 8 members work simultaneously. No waiting, no queues — every angle covered at once."
},
"tmux":{
"title":"Tmux Visualization",
"description":"Focus and grid windows let you zoom into one teammate without losing the bigger picture."
"subtitle":"The Philosophy of High-Output Engineering"
},
"bottleneck":"> HUMAN IN THE LOOP = BOTTLENECK",
"autonomousCar":"Imagine an autonomous car that requires you to grab the steering wheel every 30 seconds. Would you call that \"autonomous\"? No. You'd call it driver assist — barely better than cruise control.",
"whyDifferent":"Why is coding any different?",
"micromanagement":"We've accepted a paradigm where \"AI coding\" means a chatbot that writes 20 lines, then waits for you to fix it. That's not automation — that's micromanagement.",
"painPoints":{
"fixing":"Fixing AI's half-finished code",
"syntax":"Manually correcting syntax errors",
"copyPasting":"Copy-pasting context back and forth",
"reviewing":"Reviewing every single line for hallucinations"
},
"notCollaboration":"That's not \"human-AI collaboration\" — that's the AI failing to do its job.",
"premise":"{linkText} is built on the premise that the human should be the architect, not the spell-checker.",
"premiseLinkText":"Oh My OpenAgent",
"indistinguishable":{
"title":"Indistinguishable Code",
"subtitle":"Agent-written code should be indistinguishable from code written by a senior engineer.",
"items":{
"patterns":"Follows existing codebase patterns and architecture",
"errorHandling":"Implements proper error handling and edge cases",
"tests":"Writes tests that actually test behavior, not just coverage",