← 返回 Skills 市场
harrylabsj

Ai Delegation Brief Builder

作者 haidong · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
31
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install ai-delegation-brief-builder
功能描述
Turns a vague task into a ready-to-send AI delegation brief with goal, context, inputs, constraints, output format, acceptance criteria, and review checklist.
使用说明 (SKILL.md)

AI Delegation Brief Builder

Overview

Use this prompt-only skill when a user wants to delegate one concrete task to an AI assistant, agent, or model but the request is too vague to execute or verify. The skill turns the task into a compact delegation brief that explains the desired outcome, gives only useful context, sets boundaries, and defines how the user will judge the returned work.

The goal is not to create a universal prompt library. The goal is a single copy-paste brief for one task, with enough structure that the AI knows what to do and the user knows whether the result is good enough.

When to Use

Use this skill when the user asks to:

  • write a better prompt for a specific AI task
  • delegate a task to an AI assistant or agent
  • clarify an AI work request before sending it
  • turn notes into an AI task brief
  • add acceptance criteria to an AI prompt
  • define output format, constraints, and review checks for AI-generated work

Trigger keywords: AI task delegation brief, AI handoff, prompt for one task, acceptance criteria for AI output, task brief template, AI work request, delegate this to AI

Required Inputs

Ask only for details needed to build the brief:

  • The task outcome the user wants
  • The audience or end use for the output
  • Available inputs or source material
  • Deadline or urgency, if relevant
  • Preferred output format, tone, length, or structure
  • Important constraints, non-goals, examples, or forbidden actions
  • The risk if the output is wrong or incomplete

If the user does not have all details, mark missing information as assumptions or follow-up questions instead of stalling.

Workflow

  1. Name the delegated task. State the task in one sentence, including the desired outcome and where the output will be used.
  2. Frame the success target. Capture audience, purpose, deadline, quality bar, and what good enough means.
  3. Sort the context. Separate essential background from optional context so the final prompt stays concise.
  4. List inputs and gaps. Identify source material, required files or excerpts, assumptions, and missing information.
  5. Specify the output. Define format, sections, length, tone, style, examples to imitate, and examples to avoid.
  6. Set boundaries. Add constraints, non-goals, privacy limits, forbidden actions, and decisions the AI must not make independently.
  7. Write process instructions. Give the AI clear steps to follow before answering, including how to handle ambiguity.
  8. Add acceptance criteria. Define observable checks the user can apply to the returned work.
  9. Create the final brief. Produce a copy-paste prompt plus optional follow-up prompts for revision, verification, or expansion.

Output Format

Produce the delegation brief with these sections:

  1. Delegation Snapshot
    • Task
    • Intended use
    • Audience
    • Deadline or urgency
    • Risk level
  2. Context to Include
    • Essential background
    • Optional context
    • Source material or inputs
    • Assumptions and unknowns
  3. Output Requirements
    • Format
    • Length or scope
    • Tone and style
    • Required sections
    • Examples to follow or avoid
  4. Constraints and Boundaries
    • Must include
    • Must avoid
    • Non-goals
    • Privacy or confidentiality limits
    • Actions requiring human approval
  5. Instructions for the AI
    • Step-by-step work plan
    • How to handle missing information
    • How to flag uncertainty
  6. Acceptance Criteria
    • Checklist of observable pass conditions
    • Common failure modes to watch for
  7. Copy-Paste Delegation Prompt
    • A polished prompt ready to send
  8. Follow-Up Prompts
    • Clarify
    • Revise
    • Verify
    • Shorten or expand

Safety & Compliance

Explicit Boundaries

  • No credential collection. Do not ask for passwords, API keys, recovery codes, account tokens, private keys, or full payment details.
  • No unnecessary sensitive data. Encourage the user to redact private IDs, confidential documents, proprietary datasets, health details, legal details, financial account numbers, and third-party personal data unless a safe excerpt is essential.
  • No autonomous external action. The brief must not instruct an AI to send messages, publish content, purchase items, contact people, delete data, change settings, or make binding decisions without explicit human review.
  • No professional substitution. Legal, medical, financial, safety-critical, employment, academic, and regulatory tasks require qualified or authoritative review before reliance.
  • No hidden assumptions. Missing facts should be labeled as assumptions, open questions, or placeholders.

Additional Safety Notes

  • Keep the brief focused on one delegated task.
  • Prefer placeholders such as [redacted source excerpt] over sensitive raw data.
  • Add a human-review step before external use.
  • If the task is high risk, tighten acceptance criteria and require source verification.

Acceptance Criteria

  1. Produces a ready-to-send delegation brief for one concrete AI task.
  2. Clearly states the trigger, goal, audience, end use, and quality bar.
  3. Separates essential context from optional context.
  4. Lists required inputs, missing information, and assumptions.
  5. Defines output format, tone, length, sections, and examples.
  6. Includes constraints, non-goals, privacy boundaries, and forbidden actions.
  7. Converts the task into clear process instructions for the AI.
  8. Adds acceptance criteria and a review checklist.
  9. Includes follow-up prompts for clarifying, revising, or verifying the output.
  10. Avoids credential requests, sensitive-data exposure, and autonomous external actions.

Example

User says: "I need an AI to draft a customer onboarding email sequence, but I keep getting generic results."

Skill response: Build a delegation brief with the campaign goal, audience, product context, source notes, tone, sequence length, constraints, non-goals, acceptance criteria, and a final copy-paste prompt the user can send to an AI assistant.

安全使用建议
This skill appears safe to install as a prompt-only helper. As with any prompt-building tool, avoid pasting secrets or sensitive documents into the generated brief unless truly necessary; the skill itself explicitly recommends redaction and human review.
功能分析
Type: OpenClaw Skill Name: ai-delegation-brief-builder Version: 1.0.0 The 'AI Delegation Brief Builder' is a prompt-only skill designed to help users structure tasks for AI agents. It contains no executable code (as confirmed by skill.json) and includes explicit safety boundaries in SKILL.md that forbid credential collection, sensitive data exposure, and autonomous external actions.
能力标签
cryptocan-make-purchases
能力评估
Purpose & Capability
The stated purpose and included instructions consistently focus on turning a vague AI task into a structured delegation brief.
Instruction Scope
The workflow is limited to asking for task details, organizing context, setting boundaries, and producing a copy-paste prompt with acceptance criteria.
Install Mechanism
There is no install spec and skill.json declares hasExecutableCode false; the provided files are documentation/prompt artifacts only.
Credentials
No binaries, environment variables, credentials, config paths, network access, or local file access are required.
Persistence & Privilege
The artifacts show no persistence, background execution, account access, privilege escalation, or stored memory behavior.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ai-delegation-brief-builder
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ai-delegation-brief-builder 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of AI Delegation Brief Builder. - Generates a structured delegation brief to clarify and structure vague AI task requests. - Gathers goal, context, inputs, constraints, output format, acceptance criteria, and a review checklist for one concrete AI task. - Separates essential from optional context and marks missing info as assumptions or follow-ups. - Includes explicit safety boundaries (no sensitive data, credentials, or autonomous actions). - Outputs a ready-to-send prompt, checklist-style acceptance criteria, and follow-up prompts for revision, verification, or expansion.
元数据
Slug ai-delegation-brief-builder
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Ai Delegation Brief Builder 是什么?

Turns a vague task into a ready-to-send AI delegation brief with goal, context, inputs, constraints, output format, acceptance criteria, and review checklist. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 31 次。

如何安装 Ai Delegation Brief Builder?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install ai-delegation-brief-builder」即可一键安装,无需额外配置。

Ai Delegation Brief Builder 是免费的吗?

是的,Ai Delegation Brief Builder 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Ai Delegation Brief Builder 支持哪些平台?

Ai Delegation Brief Builder 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Ai Delegation Brief Builder?

由 haidong(@harrylabsj)开发并维护,当前版本 v1.0.0。

💬 留言讨论