cookiy-workflows
Installation
SKILL.md
Cookiy Workflows
Cookiy is a workflow-aware MCP server, not a raw REST passthrough.
Every Cookiy operation must go through the official cookiy_* MCP tools.
Follow the tool contract and workflow state machines defined in the
reference files below.
Intent Router
Route the user's request to the correct workflow:
| User wants to... | Workflow | Reference file |
|---|---|---|
| Create a new study or research project | Study Creation | study-creation.md |
| Run simulated or AI-to-AI interviews | AI Interview | ai-interview.md |
| View or edit the discussion guide | Guide Editing | guide-editing.md |
| Recruit real participants | Recruitment | recruitment.md |
| Generate, check, or share a report | Report & Insights | report-insights.md |
| Check account balance | Direct: cookiy_balance_get |
— |
Related skills