From gaia-ops
Use when planning features or decomposing work into tasks from a brief
npx claudepluginhub metraton/gaia --plugin gaia-opsThis skill uses the workspace's default tool permissions.
Plan creation from briefs. The planner produces plan.md and returns it
Triggers research for existing libraries, tools, and patterns before coding new features. Searches npm, PyPI, MCP/skills, GitHub; evaluates matches and decides adopt/extend/build.
Audits cross-stack repos (C++/Android/iOS/Web), classifies files as project/third-party/artifacts, detects embedded libraries, assigns module verdicts, generates interactive HTML reports.
Reorganizes X and LinkedIn networks: review-first pruning of low-value follows, priority-based add/follow recommendations, and drafts warm outreach in user's voice.
Share bugs, ideas, or general feedback.
Plan creation from briefs. The planner produces plan.md and returns it to the orchestrator. The orchestrator owns task dispatch and execution.
Read the brief.md. Decompose into tasks. Write plan.md using the
plan structure defined in reference.md. For the full decomposition
process and task rules, see reference.md.
Quick path: Read brief -> decompose into tasks -> write plan.md -> return plan.md to orchestrator.
Each task in plan.md carries: goal, AC with verify command, agent assignment, context slice, and dependencies. This gives the orchestrator everything it needs to dispatch using its own goal+AC model.