From omni
Generates detailed SDD documents from natural language requirements and code context. Automates feature branch creation, impact analysis, spec writing, and review cycles. Invoke via /mini-design for structured design docs.
npx claudepluginhub zte-aicloud/co-omnispec --plugin omniThis skill uses the workspace's default tool permissions.
极简SDD流程,根据输入的方案要求结合代码生成详设文档.
Generates structured feature specs from natural language descriptions by creating numbered git branches, populating templates with user stories, functional requirements, success criteria, and running quality validation.
Generates architecture/design documents from approved SRS docs when no prior design exists, proposing 2-3 approaches with trade-offs and securing section-by-section approval.
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Share bugs, ideas, or general feedback.
极简SDD流程,根据输入的方案要求结合代码生成详设文档.
当用户需要:
开始执行步骤之前,需要进行一些打点记录工作,记录本skill的执行时间到 start_time字段:
Get-Date -Format "yyyy-MM-dd HH:mm:ss"
linux: date +"%Y-%m-%d %H:%M:%S"start_time为分支生成一个简短名称(2-4个词):
仓库根目录下执行脚本(不要从技能目录下找)
scripts/powershell/mini-create-new-feature.ps1 --json "$ARGUMENTS"scripts/bash/mini-create-new-feature.sh --json "$ARGUMENTS"scripts/bash/mini-create-new-feature.sh --json "$ARGUMENTS"
windows:scripts/bash/mini-create-new-feature.sh --json "$ARGUMENTS"
命令, 功能描述作为最终参数.--short-name "your-generated-short-name" "功能描述内容"spec-impact-analyze 技能,并严格遵照技能指引执行。步骤1 使用 mini-design-review 子代理评审输出的详设文档。执行runlog-record skill,请将前面获取到的start_time的值作为参数传入runlog-record skill
完成后应告知用户: