Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By runbear-io
Manage multiple Claude Code subagents on scheduled weekly plans, each with its own goals, tasks, and token budget. Hire, pause, delegate tasks between agents, and view dashboards or weekly calendars.
npx claudepluginhub runbear-io/aweek --plugin aweekManually run an ad-hoc debugging task through an aweek agent — simulates a heartbeat tick with the agent's .env, per-agent lock, and full execution log
Set up an aweek project — create the data directory and optionally install the scheduled heartbeat (launchd on macOS, crontab elsewhere)
Bootstrap an aweek-branded Slack app and persist its credentials so the embedded SlackAdapter inside `aweek serve` can chat with the project's Claude through Slack
Show a compact dashboard table of all aweek agents (goals, tasks, budget, status)
Remove the aweek heartbeat and/or the .aweek/ data directory from a project
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Solo entrepreneur workspace with Mission Control task management, Eisenhower matrix, and AI agent team operations
Fulcrum task orchestration for Claude Code
AI Agent Team Operating System for Claude Code — persistent team management, meetings, task wall, company loop engine, and real-time dashboard
Context hub for agentic workflows - manage projects, tasks, sessions, and multi-agent coordination
Use Superset to spawn agents, create workspaces, manage tasks, and schedule automations from Claude Code.
Auto-improving AI sub-agents that learn from their mistakes across sessions
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.