> ## Documentation Index
> Fetch the complete documentation index at: https://docs.userintuition.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Field a panel

> Use when the user wants to estimate, launch, pause, resume, or stop recruitment for a User Intuition Panel study.

Use when the user wants to estimate, launch, pause, resume, or stop recruitment for a User Intuition Panel study.

[Fetch raw SKILL.md](https://raw.githubusercontent.com/user-intuition/skills/1f5880347343099a9cbf38e4832d9a0b7338b85e/plugins/user-intuition-research/skills/field-a-panel/SKILL.md) · [Source](https://github.com/user-intuition/skills/blob/1f5880347343099a9cbf38e4832d9a0b7338b85e/plugins/user-intuition-research/skills/field-a-panel/SKILL.md) · [All skills](/skills/library)

Requires an authenticated [User Intuition MCP connection](/mcp-server/quickstart). Install the raw file as `field-a-panel/SKILL.md` inside your agent client's supported skills directory. The raw file is the installable artifact; this page is its documentation wrapper.

SHA-256: `44f3cce7bfae4b35fd5cad3a3625f4c72b1b81f83a2d9903d902e164e0d0faf2`

## Instructions

```markdown theme={null}
---
name: field-a-panel
description: Use when the user wants to estimate, launch, pause, resume, or stop recruitment for a User Intuition Panel study.
---

When the user wants to field a Panel:

1. Call `get_study` and verify `recruiting_method` is `panel` and `provisioning_status` is `provisioned`.
2. Return the complete current `study_plan` in a readable form together with its audience, screeners, concepts, and interview settings. Obtain explicit approval of that exact plan version before a paid launch; approval of study creation, a prior plan, or the cost estimate does not count.
3. Ask the user to choose one launch country explicitly. Never infer a country from language, location, account data, or a broad region. Each launch fields exactly one country; multi-country work requires separately reviewed country-specific studies or launches.
4. Call `list_panel_countries` to verify that the chosen country supports the study language.
5. If targeting is requested or needs to change, use `customize_study`, complete any questions with the user, then call `get_study`, return the complete revised plan, and obtain approval of the revised version.
6. If `incident_rate` is below 10 or the audience is unusually specialized, use `submit_feasibility_request` instead of direct launch.
7. Always call `launch_panel` with the explicit `country_code` and `dry_run: true` first. Show the resolved country, language, target, incident rate, estimated cost, and timeline.
8. Wait for explicit approval of that complete estimate. Never infer approval from the original request, plan approval, or client permission settings, and never silently switch `dry_run` to false.
9. After approval, repeat `launch_panel` with `dry_run: false` and the same settings and country. Report what was launched.
10. Use `pause_study` to preserve progress and the reward hold, `resume_study` to continue, and `stop_study` to end recruitment and settle or release the hold. Confirm before stopping.
```
