By runbear-io
Manage a fleet of AI agents on recurring weekly schedules, each with its own goals, tasks, and token budget. Hire, delegate tasks between, pause, and monitor agents via a CLI dashboard. Integrates with Slack for notifications and supports recurring tasks with calendar-style planning.
Display an agent's weekly plan as a calendar grid with day columns and hour rows
Show the project's `.aweek/config.json` knobs (plus the hardcoded scheduler/lock constants the dashboard surfaces) and edit the config-backed fields with a confirmation gate
Delegate a task from one agent to another via the async inbox queue
Hire (create) a new aweek agent — collect identity, then interview the user to author plan.md (long-term goals, monthly plans, strategies, notes) so the agent is plan-ready immediately.
Manage an agent's lifecycle — resume paused agents, pause/stop agents, edit identity, or delete/archive agents
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.
If Claude Code is the doer, aweek is the planner.
Read the docs → · Quickstart · Recipes · Skills reference
aweek is a Claude Code plugin for building a team of AI agents that handle the work that repeats. Each agent has a role, a weekly plan, and a token budget. The plan evolves every Monday based on what worked last week. You set direction. Claude Code does the work. aweek runs the week.
https://github.com/user-attachments/assets/cf5772db-b0e0-46e8-ab97-7320dd2ebfef
Most AI tools are great at one-off prompts. They're terrible at the work that repeats — the weekly competitive scan, the Monday newsletter, the customer feedback digest, the recurring research memo. That work doesn't need a smarter model. It needs a team that shows up on schedule, remembers what they did last week, and gets a little better each Monday.
aweek is that team.
A single agent on a calendar — sixteen scheduled tasks across five days, a daily review that closes each day, and a weekly review that ties the week to the month's goals. One budget, one cumulative plan.md, fresh Markdown in your repo every week.
| Mon | Tue | Wed | Thu | Fri | |
|---|---|---|---|---|---|
| 7am | Brief | Outreach | Interviews | Roadmap | — |
| 9am | Inbox | — | — | — | Feedback |
| 10am | — | Metrics | — | — | — |
| 11am | — | — | Content | Issues | Numbers |
| 3pm | — | — | — | — | Retro |
| 5pm | Daily | Daily | Daily | Daily | Weekly |
Full recipe → A weekly operator
| You run | Your team does |
|---|---|
aweek hire | Adds an agent — name, role, system prompt (auto-bootstraps on first run) |
aweek plan | Drafts long-term goals → monthly objectives → weekly tasks. You approve. |
aweek summary | Hands in a status report — done, pending, budget left |
aweek calendar | Shows the week as an editable calendar grid |
aweek manage | Lifecycle ops — pause, resume, top up budget, fire |
aweek delegate-task | Drops work into another agent's inbox. Agents hand off to each other. |
aweek setup | Explicitly bootstrap the project (usually auto-called by the first skill you run) |
aweek teardown | Remove the heartbeat and/or .aweek/ data from a project |
/plugin install aweek@runbear-io # once published
aweek hire # add your first agent (auto-bootstraps heartbeat)
aweek plan # draft & approve the week
Walk away. Come back Monday morning to a status report and next week's draft plan.
aweek [name]) shell out to a tiny aweek CLI for every state change..aweek/agents/<slug>.json for scheduling, .claude/agents/<slug>.md for identity. No DB.Every mutation is schema-validated and atomic. 2,000+ tests guard the data layer.
aweek ships as a Claude Code plugin. The plugin's SessionStart hook installs the aweek CLI on first run.
From a Claude Code marketplace (when published):
/plugin install aweek@runbear-io
From source:
git clone https://github.com/runbear-io/aweek.git
cd aweek && pnpm install && pnpm link --global
claude --plugin-dir .
/reload-plugins picks up edits without restarting.
npx claudepluginhub runbear-io/aweek --plugin aweekSolo entrepreneur workspace with Mission Control task management, Eisenhower matrix, and AI agent team operations
AI Agent Team Operating System for Claude Code — persistent team management, meetings, task wall, company loop engine, and real-time dashboard
Multi-agent workflow orchestration with natural language creation, parallel execution, conditional flows, and visual progress tracking
Context hub for agentic workflows - manage projects, tasks, sessions, and multi-agent coordination
Fulcrum task orchestration for Claude Code
Use Superset to spawn agents, create workspaces, manage tasks, and schedule automations from Claude Code.