agent-architecture-planner

Generates autonomous AI agent architectures from user-defined workflows, including wrappers prompts configs and scheduling.

53|11|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/Othmane-Khadri/gtm-engineer-playbook --skill agent-architecture-planner
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-architecture-planner
Source: https://github.com/Othmane-Khadri/gtm-engineer-playbook/tree/main/.claude/skills/gtm-playbook/agent-architecture-planner
Command: npx skills add https://github.com/Othmane-Khadri/gtm-engineer-playbook --skill agent-architecture-planner

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the complex process of designing and architecting autonomous AI agents, turning a workflow description into a complete, deployable agent package.

Core Features & Use Cases

  • Workflow Discovery: Gathers detailed requirements through a structured interview.
  • Pattern Selection: Recommends the optimal agent architecture (Pipeline, Dual-Layer, Multi-Agent, Feedback Loop).
  • Component Design: Generates shell wrappers, system prompts, configuration files, and scheduling setups.
  • Cost Estimation: Provides detailed cost projections based on Claude API pricing.
  • Use Case: You have a business process that needs to be automated by an AI agent. You describe the process, and this Skill generates all the necessary code and configuration to build and deploy that agent.

Quick Start

Use the agent architecture planner skill to design an agent that automates lead qualification.

Frequently Asked Questions about agent-architecture-planner

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I design and build an autonomous AI agent from a workflow description?

Designing autonomous agents involves selecting optimal patterns like Pipeline or Multi-Agent, generating shell wrappers, system prompts, and configuration files. This approach automates translating business workflows into deployable agent architectures.

What is the best way to structure a multi-agent architecture for business process automation?

Structuring multi-agent architecture requires selecting patterns like Pipeline, Dual-Layer, or Feedback Loop based on workflow needs. This pattern selection directly determines how effectively your autonomous agent automates targeted business processes.

How do I estimate Claude API costs for running an autonomous agent?

To estimate Claude API costs for autonomous agents, calculate projections based on the specific API pricing and anticipated usage. Detailed cost estimations and optimization tips are generated during the agent architecture design phase.

Can I generate system prompts and configuration files automatically for an LLM agent?

Yes, you can automatically generate system prompts and configuration files for LLM agents. The architecture design process outputs these necessary components, alongside shell wrappers and scheduling setups, to create a complete agent package.

What do I need to provide to start generating code for an autonomous agent?

To start generating code for an autonomous agent, you need to provide a detailed workflow description through a structured interview. This workflow discovery phase gathers the necessary requirements to recommend the optimal agent architecture.

When should I avoid using automated agent architecture generation for LLM workflows?

You should avoid using automated agent architecture generation when your workflow lacks clear definition or cannot be articulated through a structured requirements interview. The pattern selection process depends on detailed process inputs to generate accurate configurations.