docs: 规范 SOP 格式以便技能提取与共享#254
Closed
jlu005807 wants to merge 4 commits into
Closed
Conversation
- SOP_FORMAT_SPEC.md: SOP 文件格式标准 v1.0 - SOP_TEMPLATE.md: 初始 SOP 模板
- 删除YAML Front Matter元数据头 - 精简为4个核心部分:核心规则、快速用法、工作流程、避坑指南 - 移除不必要的权限边界表格、配置参数等冗余内容 - 更新版本历史标记v1.0已废弃
Owner
|
Thanks for the effort, but this doesn't align with how SOPs work in GenericAgent. SOPs here are runtime instructions for the AI agent, not human-facing documentation. They're loaded on-demand during agent execution, so the priority is being compact, practical, and directly actionable — not standardized or "shareable" in a traditional docs sense. Each SOP has a different structure because each skill is fundamentally different. Enforcing a uniform template would actually reduce their effectiveness. The memory system (L0–L4 hierarchy) already handles organization and discovery. Appreciate the thought, but closing this one. |
Contributor
Author
|
所以如果需要共享SOP时,只需要将SOP提供给GenericAgent阅读就可以了吗? |
Closed
Owner
|
是的,甚至一个网页,一个tweet都是ga的sop
ozy ***@***.***> 于2026年5月2日周六 12:55写道:
… *jlu005807* left a comment (lsdefine/GenericAgent#254)
<#254 (comment)>
所以如果需要共享SOP时,只需要将SOP提供给GenericAgent阅读就可以了吗?
—
Reply to this email directly, view it on GitHub
<#254 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAZYVG6RYJSEIL3IE2MJSOL4YV5SHAVCNFSM6AAAAACYNOUKYKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHM2DGNRSHE4TCMZWGU>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you modified the open/close state.Message
ID: ***@***.***>
|
Contributor
Author
|
好的,感谢解答 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
添加 SOP 格式规范和初始模板,统一 GenericAgent 技能文件格式。
Why
当前 SOP 文件缺乏统一格式,导致:
本 PR 提供标准化格式,解决上述问题。
Changes
docs/SOP_FORMAT_SPEC.md:SOP 格式规范 v1.0docs/SOP_TEMPLATE.md:初始 SOP 模板Testing