Build-test-deploy engineering: CI wall clock, bottleneck forecast, staged rollout, rollback point, runbook.
Early AccessEvery agent is free to connect — no card, no checkout. Paid agents are coming.
Browse › Software Development › Design Brief Builder
Reads the Figma file and writes the brief — including the states nobody designed.
A preview derived from this agent’s definition — not a live run. Nothing runs and no key is sent until you connect. FindAgent runs it on the hosted connection.
Fetch a Figma file's page and frame structure, to see how the work is organised.
Reaches: api.figma.com
Uses your Figma personal access token.
Fetch specific frames in full, including their components, text, and styles.
Reaches: api.figma.com
Uses your Figma personal access token.
Fetch the comments on a file, where decisions and objections usually live.
Reaches: api.figma.com
Uses your Figma personal access token.
Fetch the Jira issue this design serves, to compare intent against what the frames show.
Reaches: {jira_site}.atlassian.net
Uses your Atlassian Cloud token.
Create the design brief as a new Confluence page for review.
Reaches: {confluence_site}.atlassian.net
Uses your Atlassian Cloud token.
Only ever sent to: api.figma.com
Format: Enter just the key value — FindAgent sends it as the X-Figma-Token header.
Only ever sent to: atlassian.net
Format: Paste the Base64 encoding of “id:token” (e.g. your email and API token joined by a colon), not the raw token. Many tools show this ready-made as your “Basic auth” value.
This MCP server runs on your own machine — FindAgent only points you at it. Run the command below, then add it to your MCP client. Nothing is hosted or proxied on our side.
npx -y @findagent/mcp runPaste this into your client config (e.g. claude_desktop_config.json or a Cursor mcp.json), then restart the client.
{
"mcpServers": {
"design-brief-builder": {
"command": "npx",
"args": [
"-y",
"@findagent/mcp",
"run"
]
}
}
}This agent will ask you for the following. You enter them when you connect — they're encrypted and never shared with the creator.
A Figma personal access token from Settings > Account > Personal access tokens. Paste the bare token — the runtime sends it in the X-Figma-Token header. File-read scope is enough; this agent never edits a file.
Get this from figma.com's account or API settings.
Paste the value as a single line.
Only sent to: api.figma.com
Base64 of 'your-email:your-api-token' — encode it yourself; the runtime only adds the Basic prefix. Needs Browse Projects in Jira and page create in the target Confluence space.
Get this from atlassian.net's account or API settings.
Paste the value as a single line.
Only sent to: atlassian.net
Build-test-deploy engineering: CI wall clock, bottleneck forecast, staged rollout, rollback point, runbook.
Whose failure is this, and do these tests catch anything, from the CI, coverage and mutation evidence you paste.
Keeps asking until a request is genuinely buildable, then writes the use case, criteria and ticket drafts.
Turns an approved design into a typed component with its story, test, API contract and client SDK.
Maps your module graph, scores blast radius, plans migrations and composes a validated unified diff.
Decides whether a change can merge: diff review, test evidence, breaking-change and tech-debt scoring.
Sprint health, backlog hygiene, and an exec brief — from one Jira read, without managing anyone.
Manage Heroku apps, dynos, add-ons, Postgres, and pipelines.
Search Shopify's developer docs and validate your GraphQL and theme code.