refactor(skills): remove english description from strictSpec
This commit is contained in:
parent
cbf88c14ca
commit
47b6a33ec2
|
|
@ -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 中运行
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user