grandamenium

General Task Agent Orchestration — Productivity skill for Claude Code

Productivity community

Universal agent orchestration framework for Claude Code.

How to install General Task Agent Orchestration

This entry records only its repository, not the path inside it, so there is no exact command to give. Open grandamenium/general-task-agent-orchestration and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What General Task Agent Orchestration does

Universal agent orchestration framework for Claude Code. 12-phase workflow from brain dump to fully verified output across 6 execution surfaces (browser, native macOS apps, files, APIs, communication, calendar). Requires Peekaboo CLI + Playwright MCP.

Alternatives in Productivity

  • Launch A Product — Workflow recipe — go from competitive landscape to a fully checklisted launch and press release by chaining 5 1.3k ★
  • Claude Workflow V2 — Universal Claude Code workflow plugin with agents, skills, hooks, and commands 1.3k ★
  • Ccseva — A beautiful macOS menu bar app for tracking your Claude Code usage in real-time 787 ★

README

General Task Agent Orchestration

A Claude Code skill that converts any complex multi-step project into a fully orchestrated, phased action plan with autonomous agent execution across six surfaces.

What It Does

Give it a brain dump (paragraph, doc, voice-to-text, conversation) and it transforms it through a 12-phase protocol into an autonomously executable project with verification at every step.

Works for **any complex task**:

  • Content creation and publishing pipelines
  • Course and curriculum design
  • Research projects
  • Operations and workflow setup
  • Event and project coordination
  • Outreach and hiring campaigns

Prerequisites Setup

1. Claude Code

Install Claude Code if you haven't: https://docs.anthropic.com/en/docs/claude-code

2. Playwright MCP (Web Browser Automation)

Add the Playwright MCP server to Claude Code:

claude mcp add playwright -- npx @anthropic-ai/playwright-mcp@latest

Verify it works by asking Claude Code to navigate to any website.

3. Peekaboo CLI (macOS Native UI Automation)

Peekaboo lets Claude see and interact with any macOS application - Keynote, Calendar, Mail, Finder, or any third-party app.

Install via Homebrew:

brew install withpeekaboo/tap/peekaboo

Or visit https://peekaboo.dev for alternative install methods.

Verify it's installed:

peekaboo --version

4. macOS Permissions (Required for Peekaboo)

Peekaboo needs two macOS permissions. Grant these in **System Settings > Privacy & Security**:

  1. Screen Recording - Add your terminal app (Terminal, iTerm2, Warp, etc.)
  2. Accessibility - Add your terminal app

Check permission status:

peekaboo list permissions

Both should show "Granted" before proceeding. You may need to restart your terminal after granting permissions.


Installation

Copy the skill folder into your Claude Code skills directory:

cp -r general-task-agent-orchestration ~/.claude/skills/general-task-agent-orc