Outworked v0.3.0 adds iMessage support, built-in browser, and scheduling for Claude Code agents

What Outworked v0.3.0 adds
Outworked is a desktop application that organizes Claude Code agents into a team structure. You provide a goal in plain English, and an orchestrator breaks it into subtasks, assigning them to specialized agents that can work in parallel, communicate with each other, write code, and now handle additional functions introduced in version 0.3.0.
New features in this release
- iMessage channel support: Agents can send and receive text messages through iMessage. Other communication channels can be extended.
- Built-in browser: Agents can navigate websites, interact with web content, take screenshots, and bring findings back to the team.
- Scheduling: Agents can run tasks on timers, cron schedules, or at future times. Example:
0 9 * * *for daily 9 AM execution. - Tunneling: Agents can share local content (like development servers) over the internet using
tunnel_startto generate public URLs. - Enhanced MCP and Skills support: Improved framework for extending agent capabilities through Model Context Protocol servers and custom skills.
- Auto-approval for agent requests: Streamlined workflow for agent-initiated actions.
How it works
You create agents with names, roles, personalities, models, and sprites in an Animal Crossing-style office interface. The orchestrator automatically routes tasks to appropriate agents based on their capabilities. All agent activity is visible in the desktop interface as agents move to desks and perform work.
Example workflows
- Landing page creation: Frontend Dev agent scaffolds a site, writes HTML/CSS/JS, starts a local server. Designer agent reviews in browser, requests tweaks. Frontend Dev makes fixes, runs
tunnel_startfor public URL, then usessend_messageto text the link via iMessage. - Daily GitHub PR summaries: Ops Agent sets up scheduled cron job (
0 9 * * *), queries GitHub MCP server for open PRs each morning, writes summary, sends via iMessage. - Competitor research: Orchestrator assigns Researcher agents to multiple competitors simultaneously. Each uses built-in browser to navigate sites, read docs, extract pricing. Writer agent compiles findings into structured document, commits to repo, can post to Slack.
- GitHub issue triage: Project Manager agent pulls new issues via GitHub MCP server, labels by priority and type, assigns to team members, adds first response comments. For reproducible bugs, assigns Backend Engineer to investigate and open draft PR.
Agent capabilities
- Write and ship code across multiple repositories
- Browse the web for research and data extraction
- Send/receive messages via Slack, iMessage, and other channels
- Run scheduled tasks using cron expressions
- Query databases via PostgreSQL MCP servers
- Manage projects through GitHub, Linear, and other integrations
The application runs locally on Mac and integrates with existing Claude Code setups. Version 0.3.0 represents significant expansion of agent capabilities beyond just coding to include web interaction, communication, and automation.
📖 Read the full source: HN AI Agents
👀 See Also

Agent Swarm: Multi-Agent Orchestration Framework for AI Coding Assistants
Agent Swarm is an open-source framework that enables teams of AI coding agents to coordinate autonomously. A lead agent receives tasks from Slack, GitHub, or email, breaks them down, and delegates to Docker-isolated worker agents.

Astryx: Meta's Open Source Design System with 150+ Components, Customizable and AI-Agent Ready
Meta's Astryx design system is now open source, featuring 150+ React/StyleX components, CLI scaffolding, MCP support, and 13,000+ apps already using it internally. Currently in beta.

OpenClaw Benchmark Shows Qwen3.5:27B Outperforms Other Local LLMs for Agent Tasks
A benchmark of 7 local LLMs on 22 real agent tasks using OpenClaw found qwen3.5:27b-q4_K_M scored 59.4%, while the runner-up qwen3.5:35b scored only 23.2%. Most models couldn't find basic tools like email functions.

Claude AI Product Launch Skill: Structured Playbooks for AI Product Launches
A free Claude skill provides six battle-tested launch playbooks covering strategy, preparation, messaging, and channel execution for AI product launches. The repository includes English and Chinese materials organized by launch stage.