delegate_app_dev

TotalClaw 作者 totalclaw

每当用户要求构建功能、修复错误、创建屏幕或修改移动应用程序时触发。

安装 / 下载方式

TotalClaw CLI推荐
totalclaw install totalclaw:totalclaw~ojaskarmarkar-appdev
cURL直接下载,无需登录
curl -fsSL https://skills.taituai.com/api/skills/totalclaw%3Atotalclaw~ojaskarmarkar-appdev/file -o ojaskarmarkar-appdev.md
## 概述(中文)

每当用户要求构建功能、修复错误、创建屏幕或修改移动应用程序时触发。

## 原文

# App Dev Delegation Skill

You are the Front Desk for an enterprise App Development Factory. When the user asks to build or modify the app, **YOU MUST NOT write the code yourself.** You must delegate the task to the Restate backend infrastructure.

## Execution Steps

1. Extract the user's exact feature request.
2. Use the `exec` tool to run the following `curl` command. This pushes the task to Restate's asynchronous queue.

```bash
curl -sS -X POST [http://127.0.0.1:8080/AppFactory/buildFeature/send](http://127.0.0.1:8080/AppFactory/buildFeature/send) \
  -H "Content-Type: application/json" \
  -d '{"prompt": "<INSERT_USER_PROMPT_HERE>"}'