refactor(skills): remove english description from strictSpec

This commit is contained in:
yhangf 2026-04-20 16:01:19 +08:00
parent cbf88c14ca
commit 47b6a33ec2

View File

@ -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 中运行