You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Goal: Have one AI work on frontend, another on backend
67
+
- Challenge: ...
68
+
69
+
- type: textarea
70
+
id: what_tried
71
+
attributes:
72
+
label: What You've Tried
73
+
description: What approaches have you already attempted?
74
+
placeholder: "I tried opening multiple terminals with different AI sessions, but..."
75
+
76
+
- type: dropdown
77
+
id: experience_level
78
+
attributes:
79
+
label: Experience Level
80
+
description: How experienced are you with AI-assisted development?
81
+
options:
82
+
- Beginner - New to AI coding tools
83
+
- Intermediate - Used AI tools for simple tasks
84
+
- Advanced - Experienced with AI workflows
85
+
- Expert - Developing custom AI integrations
86
+
87
+
- type: dropdown
88
+
id: project_type
89
+
attributes:
90
+
label: Project Type
91
+
description: What type of project are you working on?
92
+
options:
93
+
- Web application (frontend + backend)
94
+
- Mobile application
95
+
- Desktop application
96
+
- CLI tool
97
+
- Library/package
98
+
- Data science project
99
+
- DevOps/infrastructure
100
+
- Other
101
+
102
+
- type: textarea
103
+
id: workflow_goal
104
+
attributes:
105
+
label: Desired Workflow
106
+
description: Describe your ideal AI + worktree workflow
107
+
placeholder: "I want to have one AI agent focused on React components while another works on the API endpoints, and they should be able to coordinate their work..."
108
+
109
+
- type: checkboxes
110
+
id: specific_interests
111
+
attributes:
112
+
label: Specific Interests
113
+
description: Which AI + worktree topics are you most interested in?
114
+
options:
115
+
- Parallel AI development (multiple agents)
116
+
- AI agent specialization (frontend, backend, testing)
117
+
- Code integration from multiple AI sources
118
+
- AI-assisted code review workflows
119
+
- Performance optimization
120
+
- Team collaboration with AI agents
121
+
- Custom AI tool integration
122
+
- Enterprise AI development patterns
123
+
124
+
- type: textarea
125
+
id: additional_context
126
+
attributes:
127
+
label: Additional Context
128
+
description: Any other details that would help us provide better guidance?
129
+
placeholder: "Team size, development timeline, specific challenges, etc."
130
+
131
+
- type: checkboxes
132
+
id: checklist
133
+
attributes:
134
+
label: Checklist
135
+
description: Please confirm
136
+
options:
137
+
- label: I have read the AI Development Guide in the docs/ folder
138
+
- label: I have completed the basic worktree exercises (1-3)
139
+
- label: I understand the fundamentals of git worktrees
0 commit comments