docs_for_coding_agent/examples/workflows/16_rules_based_parser/skills/rules_parser/SKILL.md
将自然语言规则转成结构化 plan,并以确定性方式执行(workflow 示例:规则解析器)。
npx skillsauth add okwinds/skills-runtime-sdk rules_parserInstall 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.
把业务给出的“自然语言规则”转成可执行的结构化 plan,并在可审计的证据链下落盘产物:
plan.json:结构化、可执行的提取计划result.json:按 plan 的确定性执行结果report.md:汇总(包含关键输入、产物指针与 wal_locator)$[examples:workflow].rules_parser。file_write:将 plan.json / result.json / report.md 落盘到 workspace(写操作,通常需要 approvals)documentation
用结构化流程生成一篇小说:大纲→概要→分章分段→组合→一致性自检。
documentation
用结构化流程写一篇文章:明确目标→大纲→分段写作→润色→一致性与事实自检。
business
规则报告(人类应用示例):汇总输入、规则与产物清单到 report.md。
tools
规则解析(人类应用示例):把自然语言规则转成结构化 plan.json。