respect-broker

仓库创建 2026年6月2日最近提交 8 天前SkillHot 收录 4 天前
这个 Skill 做什么

把自然语言需求转成 Spectra 规范,使用 spectra-cli.jar 校验、修复语法或不可实现性并检查 well-separation,合成后将规格提交到 experiments/cross_broker.py 请求同行争议反馈。适合想通过同行代理的“争议/同行评审”来改进规格而不是自己运行测试的场景。特点是以同行反馈为修订依据。

▸ 展开 SKILL.md 英文原文

Method cross-broker agent for the ReSpect study. Generate Spectra specifications from natural-language requirements using the repository Spectra Xtext grammar at assets/grammar/Spectra.xtext as initial syntax guidance, validate with spectra-cli.jar, repair syntax errors, repair unrealizability with CLI counter-strategy diagnostics when consistent with the natural-language description, check and repair well-separation before synthesis, and after successful synthesis submit the generated specification to experiments/cross_broker.py for peer disagreement feedback. Do not run controller_tests, generated semantic tests, equivalence checks, mutation checks, or benchmark oracles.

0
Stars
0
Forks
4
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/maurice-herwig/respect/main/.agents/skills/respect-broker/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/maurice-herwig/respect/main/.agents/skills/respect-broker/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# ReSpect Method Cross-Broker: Grammar-Guided CLI-Diagnosed Repair With Peer Disagreement Feedback

## Research Role

This skill implements a cross-agent ReSpect reconstruction condition:

- Input: natural-language requirements for a reactive system.
- Output: a generated Spectra specification plus CLI validation, diagnosis, synthesis, broker feedback, and repair results.
- Initial syntax reference: `assets/grammar/Spectra.xtext`.
- Feedback sources before broker submission: `spectra-cli.jar` parser/realizability/synthesis/well-separation output and CLI counter-strategy diagnostics for unrealizable specifications.
- Feedback source after successful synthesis: disagreement feedback returned b
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有