plugins marketplace
← All plugins

agency-os

v0.2.0

Run your work like an AI agency, from a single Notion board. Agents discuss, plan, and execute tasks in parallel with dependency ordering and model routing.

Claude Code1 skill

by AutomateLabMIT2.6kupdated 10 hours ago

Source

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/ai-agency/agency-os/ inside the repository.

Layout

plugins/ai-agency/agency-os/
├── .claude-plugin/plugin.json
└── skills/agency-os/SKILL.md

Skills1

agency-osskills/agency-os/SKILL.md

Notion-as-source-of-truth dispatch board for running your work like an AI agency. One Tasks database is the source of truth; tasks flow Suggestion through Discussion, To-Do, In Progress, and Done with subtasks, recurring cadences, dependencies, and template subtrees. Batch execution fans approved To-Do rows out to parallel agents with per-task model selection. Use when capturing chat to Notion, running the To-Do queue, suggesting, approving, or discussing tasks, or coordinating multi-task batches. Trigger with "/agency-os" subcommands or natural-language variants ("add a suggestion: …", "let's discuss X", "run the queue").

Manifests1

plugins/ai-agency/agency-os/.claude-plugin/plugin.json
{
  "name": "agency-os",
  "version": "0.2.0",
  "description": "Run your work like an AI agency, from a single Notion board. Agents discuss, plan, and execute tasks in parallel with dependency ordering and model routing.",
  "author": {
    "name": "AutomateLab",
    "url": "https://github.com/ratamaha-git"
  },
  "repository": "https://github.com/ratamaha-git/agency-os",
  "homepage": "https://automatelab.tech/agency-os-launch/",
  "license": "MIT",
  "keywords": [
    "notion",
    "task-management",
    "ai-agency",
    "autonomous-agent",
    "workflow",
    "project-management",
    "claude-code"
  ]
}