diff --git a/src/costrict/skills/strictSpec.ts b/src/costrict/skills/strictSpec.ts index e1bcd3591..c2ff4300a 100644 --- a/src/costrict/skills/strictSpec.ts +++ b/src/costrict/skills/strictSpec.ts @@ -4,9 +4,9 @@ export function registerStrictSpecSkill(): void { registerBundledSkill({ name: 'strict:spec', description: - '将用户需求按照标准阶段分配到对应工作流Agent执行。Use this when you need to orchestrate user requirements through the standard workflow stages: requirements clarification → architecture design → task planning → execution. This agent coordinates the Spec workflow with four rigorous stages to ensure high-quality delivery.', + '将用户需求按照标准阶段分配到对应工作流Agent执行。', whenToUse: - '将用户需求按照标准阶段分配到对应工作流Agent执行。Use this when you need to orchestrate user requirements through the standard workflow stages: requirements clarification → architecture design → task planning → execution. This agent coordinates the Spec workflow with four rigorous stages to ensure high-quality delivery.', + '将用户需求按照标准阶段分配到对应工作流Agent执行。', userInvocable: true, disableModelInvocation: true, // 关键:在子 Agent 中运行