action-suggester

TotalClaw 作者 totalclaw

从潜在客户摘要或潜在客户列表中生成不具约束力的后续行动建议。当用户询问下一个最佳操作、热门线索的呼叫列表或不自动执行的后续草案计划时使用。推荐链:摘要生成器,然后行动建议,然后主管批准。请勿用于解析、存储或自主操作执行。

安装 / 下载方式

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

从潜在客户摘要或潜在客户列表中生成不具约束力的后续行动建议。当用户询问下一个最佳操作、热门线索的呼叫列表或不自动执行的后续草案计划时使用。推荐链:摘要生成器,然后行动建议,然后主管批准。请勿用于解析、存储或自主操作执行。

## 原文

# Action Suggester

Produce ranked follow-up suggestions without taking any external action.

## Quick Triggers

- Suggest next actions for today's P1 leads.
- Build a call/email/visit plan from summary.
- Draft follow-up queue for unresolved high-priority leads.

## Recommended Chain

`summary-generator -> action-suggester -> supervisor confirmation`

## Execute Workflow

1. Accept input from Supervisor.
2. Validate input with `references/action-input.schema.json`.
3. Apply deterministic prioritization rules to propose follow-up items.
4. Emit actions with:
   - `action_type` in `call`, `email`, or `visit`
   - `lead_id`
   - `description`
5. Validate output with `references/action-output.schema.json`.
6. Return suggestions for human or Supervisor review only.

## Enforce Boundaries

- Never execute suggested actions.
- Never send messages, emails, or calendar invites.
- Never write to database or stateful systems.
- Never parse raw chat exports.
- Never approve its own output for execution.

## Handle Errors

1. Return an empty action list when evidence is insufficient.
2. Reject inputs that fail schema validation.
3. Surface deterministic rule conflicts in plain text diagnostics.