From agentic-engineering
Designs AI agent architectures by diagnosing problems on task and project axes, selecting patterns like single-agent loops, autonomous pipelines, optimization loops, or multi-agent systems, and defining workflows with phases, artifacts, gates, and tooling.
npx claudepluginhub entityprocess/agentv --plugin agentic-engineeringThis skill uses the workspace's default tool permissions.
Guide the selection and design of the correct agentic architecture by diagnosing the problem type, mapping it to a proven design pattern, and defining the workflow structure, tooling, and management model.
Designs and builds AI agents for business, research, operations, and creative domains. Covers architecture, capabilities, knowledge, context, planning, and subagents.
Workflow for building autonomous AI agents, multi-agent systems, orchestration, tools, and memory using CrewAI, LangGraph, and patterns. Invoke for agent development.
Designs AI agent workflows using Meta's 9-step process and 8-layer architecture. Guides scope definition, input/output structuring, tool integration for agentic solutions.
Share bugs, ideas, or general feedback.
Guide the selection and design of the correct agentic architecture by diagnosing the problem type, mapping it to a proven design pattern, and defining the workflow structure, tooling, and management model.
Categorize the request on two axes:
| Task-Level (single job) | Project-Level (coordination needed) | |
|---|---|---|
| Software-Shaped (working code/system) | Single-Agent Iterative Loop | Autonomous Pipeline or Multi-Agent System |
| Metric-Shaped (optimize a number) | Optimization Loop | Optimization Loop + Multi-Agent System |
Diagnosis questions:
Load references/agentic-design-patterns.md for full details on each pattern. Summary:
Single-Agent Iterative Loop (Agentic IDE)
Autonomous Pipeline (Zero-Human Loop)
Optimization Loop (Self-Improving Agent)
Multi-Agent System (Hierarchical/Supervisor Pattern)
After selecting a pattern, define the workflow structure. Load references/workflow-patterns.md for framework-specific patterns.
For each pattern, define:
Pattern → Workflow mapping:
| Agentic Design Pattern | Typical Workflow |
|---|---|
| Single-Agent Iterative Loop | Single-phase: decompose → implement → verify |
| Autonomous Pipeline | OpenSpec-style: validate → propose → design → implement → verify |
| Optimization Loop | Iteration loop: hypothesize → test → measure → backtrack/advance |
| Multi-Agent System | Role pipeline: role₁ → handoff → role₂ → handoff → roleₙ |
Produce a design document covering:
references/agentic-design-patterns.md — Detailed pattern descriptions with examples and anti-patternsreferences/workflow-patterns.md — Workflow patterns from OpenSpec, Superpowers, and Compound Engineering