审批与执行

Coordinate irrigation plan approvals and executions with status checks and auditable receipts.

1|Updated Apr 20, 2025
One-click install
npx skills add https://github.com/nullskymc/HydroAgent --skill -nullskymc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 审批与执行
Source: https://github.com/nullskymc/HydroAgent/tree/main/skills/approval-execution
Command: npx skills add https://github.com/nullskymc/HydroAgent --skill -nullskymc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

面向灌溉计划的审批、拒绝与执行场景,确保只有经正式审批的计划能够进入执行阶段,并提供完整的回执与审计痕迹,防止越权执行。

Core Features & Use Cases

  • 审批与拒绝边界控制:仅对处于审批流程中的计划执行后续操作,避免绕过流程。
  • 执行前状态核验:读取最新计划状态,确保仅对已批准的计划执行动作并生成执行回执。
  • 审计与回执追踪:记录审批、拒绝、执行等操作日志,便于事后追踪与合规审查。
  • 场景应用:在灌溉调度、风控触发、执行器状态变化等场景中使用,确保运营合规。

Quick Start

以选定的已批准灌溉计划发起执行并等待系统回执。

Frequently Asked Questions about 审批与执行

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I prevent unapproved irrigation plans from being executed?

Workflow boundary control prevents unapproved irrigation plan execution by enforcing approval flow boundaries. It reads the latest plan status before actions, ensuring only formally approved plans proceed while blocking unauthorized execution attempts.

What is execution receipt tracking for irrigation operations?

Execution receipt tracking records approval, rejection, and execution operation logs to generate auditable receipts for irrigation operations. It maintains complete audit trails across planning and execution paths for post-incident tracing and compliance review.

How to check irrigation plan status before executing an action?

Verify irrigation plan status by reading the latest plan state prior to performing any execution action. This pre-execution status check ensures only approved plans are executed and automatically generates execution receipts for auditable tracking.

Can I reject an irrigation plan that is still in the approval workflow?

Yes, you can reject irrigation plans within the approval workflow through boundary control operations. Rejection actions are logged with audit traces, ensuring plans cannot bypass the formal approval process or proceed to unauthorized execution.

Does workflow execution control work for irrigation scheduling and risk-triggered scenarios?

Workflow execution control applies across irrigation scheduling, risk-triggered scenarios, and executor status changes. It coordinates plan approvals and enforces execution boundaries to ensure operational compliance across various irrigation operation paths.

Why does my irrigation plan execution lack audit trails and compliance records?

Irrigation plan execution lacks audit trails when no receipt tracking mechanism records actions. Implementing execution control with status verification and operation logging ensures all approval, rejection, and execution actions are recorded for compliance review.