Connect ux-designer agent to Figma via curl; mark setup tasks done

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
curo1305
2026-04-17 11:49:51 +02:00
parent 2e629d55c5
commit 09555f3470
2 changed files with 23 additions and 38 deletions
+4 -5
View File
@@ -2,12 +2,11 @@
## UX/UI — Figma setup
- [ ] **Create a Figma account** — sign up at https://figma.com (free tier is sufficient to start)
- [ ] **Create Figma project and file**create project `destroying_sap` and an initial design file inside it
- [ ] **Generate Figma personal access token**Account Settings → Personal access tokens → Generate new token; used by the `ux-designer` agent via WebFetch REST API calls
- [ ] **Note your file key** — open the design file; the URL is `https://www.figma.com/file/<FILE_KEY>/...`; record the key
- [x] **Create a Figma account** — signed up at https://figma.com
- [x] **Create Figma project and file**file key `kcmvLytS31lSjP44YpBUSn` confirmed active
- [x] **Generate Figma personal access token**generated and verified (HTTP 200); provide a fresh token at each session start
- [x] **Connect ux-designer agent** — agent updated to use `Bash`/`curl` with `X-Figma-Token` header; connection confirmed working
- [ ] **Decide on UI component library** — shadcn/ui (recommended: Tailwind-based, unstyled accessible primitives, white-label friendly) vs MUI vs other; decision affects both Figma design system and frontend implementation
- [ ] **Connect ux-designer agent** — provide file key + token to agent at session start (`"Use Figma file <KEY> with token: <token>"`)
## Auth / session security