agnosai 1.1.0

Provider-agnostic AI orchestration framework
Documentation
{
  "name": "design-large",
  "description": "Full design team with design systems, motion design, and accessibility specialists",
  "domain": "design",
  "size": "large",
  "version": "1.0.0",
  "agents": [
    {
      "agent_key": "ux-designer",
      "name": "UX Designer",
      "role": "UX Designer",
      "goal": "Design intuitive user experiences through research and prototyping",
      "domain": "design",
      "tools": ["user_research", "wireframing"],
      "complexity": "medium"
    },
    {
      "agent_key": "ui-designer",
      "name": "UI Designer",
      "role": "UI Designer",
      "goal": "Create visually consistent interface designs aligned with the design system",
      "domain": "design",
      "tools": ["wireframing", "code_analysis"],
      "complexity": "medium"
    },
    {
      "agent_key": "ux-researcher",
      "name": "UX Researcher",
      "role": "UX Researcher",
      "goal": "Conduct user interviews, usability tests, and synthesize findings into actionable insights",
      "domain": "design",
      "tools": ["user_research", "data_profiling"],
      "complexity": "high"
    },
    {
      "agent_key": "content-designer",
      "name": "Content Designer",
      "role": "Content Designer",
      "goal": "Craft clear, concise UI copy and establish content guidelines",
      "domain": "design",
      "tools": ["code_analysis"],
      "complexity": "medium"
    },
    {
      "agent_key": "design-systems-engineer",
      "name": "Design Systems Engineer",
      "role": "Design Systems Engineer",
      "goal": "Build and maintain the shared component library and design tokens",
      "domain": "design",
      "tools": ["code_analysis", "code_generation"],
      "complexity": "high"
    },
    {
      "agent_key": "accessibility-specialist",
      "name": "Accessibility Specialist",
      "role": "Accessibility Specialist",
      "goal": "Audit designs and implementations for WCAG compliance and inclusive design",
      "domain": "design",
      "tools": ["accessibility_audit", "code_analysis"],
      "complexity": "high"
    }
  ]
}