skills/plan-generation/SKILL.md
面向分区灌溉计划生成的技能,强调证据收集、风险说明和结构化计划输出。
npx skillsauth add nullskymc/HydroAgent 灌溉计划生成Install this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
本技能聚焦“证据充分再生成计划”,不允许跳过天气与湿度风险检查。
testing
面向历史回放、风险解释和决策溯源的技能,强调 trace、decision、plan 的因果链。
tools
面向计划审批、拒绝和执行的技能,强调审批边界、执行条件和回执追踪。
tools
Use when work should span one or more detached tasks but still behave like one job with a single owner context. TaskFlow is the durable flow substrate under authoring layers like Lobster, ACPX, plugins, or plain code. Keep conditional logic in the caller; use TaskFlow for flow identity, child-task linkage, waiting state, revision-checked mutations, and user-facing emergence.
tools
# Lobster Lobster executes multi-step workflows with approval checkpoints. Use it when: - User wants a repeatable automation (triage, monitor, sync) - Actions need human approval before executing (send, post, delete) - Multiple tool calls should run as one deterministic operation ## When to use Lobster | User intent | Use Lobster? | | ------------------------------------------------------ | --------------------------