agent-design
Installation
SKILL.md
Agent Design
Skill for designing high-performance AI agents following 2025 patterns.
Documentation
- patterns.md - Multi-agent architecture patterns
- workflows.md - Recommended workflows
Fundamental Distinction
Workflows vs Agents
| Type | Control | When to use |
|---|---|---|
| Workflow | Code orchestrates LLM | Predictable tasks, need for control |
| Agent | LLM directs its actions | Flexibility, adaptive decisions |
Golden rule: Start simple, add complexity if necessary.