General Task Agent Orchestration — Productivity skill for Claude Code
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**:
- Screen Recording - Add your terminal app (Terminal, iTerm2, Warp, etc.)
- 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
Related Skills
ClaudePulse
A native macOS menu-bar app that displays Claude Code usage in real time
Claude Nein
A native macOS menu bar application that monitors your Claude Code spending in real-time
Agent Cleanfiles
Perform a general cleanup pass on the repository for periodic maintenance. For task-specific cleanup, use /age
Teamshare
Shared team context for coding agents — one engineer publishes a short note, every teammate's next session sur
Clirank MCP Server
(npm) API discovery for agents -- scores 210+ APIs on CLI-friendliness across 11 signals. Find the right API f
Claude Code Fleet Orchestrator
Tmux-fleet orchestration: supervisor↔worker dispatch, plan/task tracking, recurring schedules, universal Stop+
Related Agents
Dotnet Cloud Specialist
WHEN planning cloud deployment, .NET Aspire orchestration, AKS configuration, multi-stage CI/CD pipelines, dis
MARS
Multi-Agent Research Synthesis - Universal orchestration agent for systems-level intelligence and complex oper
General
Universal coding principles that apply across all languages and frameworks. - wshobson/agents