-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
37 lines (37 loc) · 1.38 KB
/
Copy pathplugin.json
File metadata and controls
37 lines (37 loc) · 1.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "ai-creative-subagent-framework",
"description": "AI Creative Production Sub-Agent Orchestration Framework — dispatch director, art director, cinematographer, brand director, and AI artist agents for script breakdown, visual design, brand compliance, and AI image/video generation workflows.",
"icon": "🎬",
"categories": ["creative", "ai-content", "film", "advertising"],
"skills": ["./"],
"agents": [
{
"name": "creative-director",
"description": "Overall project director who manages and orchestrates sub-agents"
},
{
"name": "director-agent",
"description": "Script decomposition, creative concept development, storyboard creation"
},
{
"name": "art-director-agent",
"description": "Scene visual design, tone and color scheme, visual references, mood board"
},
{
"name": "dop-agent",
"description": "Camera movement design, composition, lighting setup"
},
{
"name": "brand-director-agent",
"description": "Brand strategy review, compliance check, visual consistency audit"
},
{
"name": "ai-artist-agent",
"description": "Technical feasibility assessment, prompt engineering, quality control"
}
],
"install": {
"method": "claude-skills-install",
"command": "claude skills install https://github.com/birdilsss-byte/ai-creative-subagent-framework"
}
}