29 lines
650 B
YAML
29 lines
650 B
YAML
# Design Architect Agent Configuration
|
|
|
|
agent:
|
|
name: Jane
|
|
id: design-architect
|
|
version: 1.0.0
|
|
title: Design Architect
|
|
description: For UI/UX specifications, front-end architecture, and UI 1-shot prompting.
|
|
customize: ''
|
|
dependencies:
|
|
tasks:
|
|
- create-frontend-architecture
|
|
- create-ai-frontend-prompt
|
|
- create-uxui-spec
|
|
templates:
|
|
- front-end-architecture-tmpl
|
|
- front-end-spec-tmpl
|
|
checklists:
|
|
- frontend-architecture-checklist
|
|
data:
|
|
- technical-preferences
|
|
environments:
|
|
ide:
|
|
persona_file: design-architect
|
|
command_prefix: '*'
|
|
web:
|
|
persona_file: design-architect
|
|
command_prefix: /
|