Draft idea → Running production agent on your chosen platform.
This plugin gives Claude the ability to guide you through building, setting up, testing, and deploying production-quality AI agents — with actual commands you can run right now, not just code that sits in a file.
💡 Draft Idea
↓
/analyze → Which AI for which task? (INTELLIGENCE LAYER) ← NEW
↓
/spec → PRD + Architecture Spec (DEFINE)
↓
/plan → Phased Build Roadmap (PLAN)
↓
/build → Production Code / Workflow (BUILD)
↓
/setup → Install & Run Locally RIGHT NOW (SETUP)
↓
/test → Verified & Tested (VERIFY)
↓
/review → Security + Cost QA Gate (REVIEW)
↓
/ship → Production Deployment (SHIP)
✅ Running Agent
| Command | Phase | What You Get |
|---|---|---|
/analyze |
INTELLIGENCE | Feature-by-feature AI decision table, tool comparison, automation vs human, build order |
/spec |
DEFINE | Full PRD + architecture spec, platform selection |
/plan |
PLAN | Phased build roadmap, topology diagram, tech decisions |
/build |
BUILD | Complete production code / n8n workflow / config files |
/setup |
SETUP | Copy-paste commands to run the agent on your machine now |
/test |
VERIFY | Unit tests, behavior tests, integration tests, debug guide |
/review |
REVIEW | Security audit, cost estimate, reliability check |
/ship |
SHIP | Production deployment (Docker, Railway, n8n Cloud, VPS) |
Or just describe your idea → Claude runs the full pipeline automatically.
| Platform | How to Run | Best For |
|---|---|---|
| 🟧 OpenClaw | Local gateway, npm install | Personal agent on phone (WhatsApp/Telegram/Slack) |
| 🟪 Hermes Agent | Docker, self-hosted | Autonomous agent with memory + 61 tools |
| 🟩 n8n | Docker local or n8n.io cloud | Visual workflows, 500+ integrations |
| 🟦 Claude Agent SDK | Python/TypeScript, local | Code-first, full developer control |
| 🔵 Claude Cowork | Inside Claude desktop app | File automation, MCP integrations |
| 🤖 Claude Managed Agents | Anthropic-hosted | Zero infra, fully managed |
agent-architect— Master skill: full pipeline, platform selection, "Run It Now" deliveryspec— DEFINE: interview + PRD writing with platform selectionplan— PLAN: architecture diagram, phased tasks, tech decisionsbuild— BUILD: production code with typed models, error handling, loggingsetup— SETUP: exact local setup commands per platform ← KEY SKILLtest— VERIFY: unit/integration/behavior/regression testsreview— REVIEW: security, cost, reliability QA gateship— SHIP: Docker, Railway, n8n Cloud, VPS deployment
claude-agent-sdk.md— Python agent patterns, async, orchestrator, memory, retryn8n-agent.md— n8n Docker setup, workflow JSON, multi-agent, HITLmulti-agent.md— Orchestrator+workers, pipeline, critic-actor, context passingopenclaw-setup.md— OpenClaw local gateway, config, channels, VPS deployhermes-agent-setup.md— Hermes Docker setup, config, 61 tools, custom skillscowork-workflow.md— Cowork skill building, MCP connectors, plugin packagingpatterns.md— ReAct, Plan-Execute, Reflexion, Map-Reduce, HITL patterns
Full pipeline (just describe your idea):
"I want an agent that monitors my GitHub issues and automatically drafts replies using my company's FAQ. Runs on my VPS, accessible via Telegram."
Claude will: pick OpenClaw or Hermes → spec → plan → build → give you exact Docker/npm commands to run it.
Individual commands:
/spec I want a Slack bot that summarizes daily standups
/plan [after spec is done]
/build Start Phase 1
/setup How do I run this locally right now?
/test Write tests for this
/review Check before I ship
/ship Deploy to Railway
- v1.1 (May 2026): Added
/setupskill, OpenClaw + Hermes Agent support, "Run It Now" delivery, Cowork workflow reference - v1.0 (May 2026): Initial release — 7 skills, DEFINE→SHIP pipeline, Claude SDK + n8n + multi-agent
Author: Tanim