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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user