agnosai 1.1.0

Provider-agnostic AI orchestration framework
Documentation
{
  "name": "design-standard",
  "description": "Standard design team with UX research, visual design, and content strategy",
  "domain": "design",
  "size": "standard",
  "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"
    }
  ]
}