返回 Skill 列表
extension
分类: AI Agent 能力无需 API Key

agent-workflow-playbook

指导计划 → 工具 → 执行 → 通过明确的检查点和问题进行验证。用于模糊任务或确保一致的代理工作流程。

person作者: jakexiaohubgithub

Agent Workflow Playbook

Overview

Apply a consistent workflow to reduce drift in agent runs, with explicit questions and checkpoints between phases.

Quick start

  1. Fill templates/workflow_plan.json.
  2. Ask clarifying questions before execution.
  3. Capture results and validation in results.json.

Core Guidance

  • Plan: capture goals, constraints, success criteria.
  • Instrument: define artifacts and logs before execution.
  • Execute: do the minimal next step.
  • Validate: verify outputs and decide next action.

Resources

  • references/workflow-checklist.md: Phase prompts and questions.
  • templates/workflow_plan.json: Plan scaffold for the workflow.

Validation

  • Confirm each phase is completed and documented.