-
Notifications
You must be signed in to change notification settings - Fork 7
Skill registry:任务方法、Prompt 片段与检查清单配置化 #96
Copy link
Copy link
Open
Labels
area:backendBackend / Python / FastAPI relatedBackend / Python / FastAPI relatedarea:docsDocumentation, guides, and contributor docsDocumentation, guides, and contributor docsarea:frontendFrontend / React / UI relatedFrontend / React / UI relatedstatus:backlogValid and recorded, but not currently scheduledValid and recorded, but not currently scheduledtype:researchTechnical investigation or feasibility research before implementation scope is knownTechnical investigation or feasibility research before implementation scope is known
Milestone
Metadata
Metadata
Assignees
Labels
area:backendBackend / Python / FastAPI relatedBackend / Python / FastAPI relatedarea:docsDocumentation, guides, and contributor docsDocumentation, guides, and contributor docsarea:frontendFrontend / React / UI relatedFrontend / React / UI relatedstatus:backlogValid and recorded, but not currently scheduledValid and recorded, but not currently scheduledtype:researchTechnical investigation or feasibility research before implementation scope is knownTechnical investigation or feasibility research before implementation scope is known
Discussed in #65
Originally posted by keting April 30, 2026
这个 Discussion 想解决什么问题?
一句话:HALF 已经能生成通用任务 prompt,也有 process template / workflow preset 方向,但还缺少一层可复用的“任务方法约束”,例如 TDD、Review、Security、Refactor、Docs 这些做事方法无法作为独立对象被选择、版本化并拼进 prompt。
现在的麻烦:
现在可以通过手写任务描述、修改模板 JSON 或临时补充 prompt 来表达“先写测试”“重点审权限和输入校验”“保持外部行为不变”等要求。但这些要求散落在自由文本和模板里,不是可复用、可组合、可版本化的对象。工作流预设可以定义任务结构,却不能稳定表达某个节点应采用哪种执行方法。
不解决的后果:
讨论清楚后能做什么:
讨论范围
与已有 Issue 的边界
非目标
希望讨论的问题