update-requirement
Streamlines the synchronization of requirement updates with code and documentation.
Install
mkdir -p .claude/skills/update-requirement && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/13662" && unzip -o skill.zip -d .claude/skills/update-requirement && rm skill.zipInstalls to .claude/skills/update-requirement
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
处理需求变更并同步 spec、类型和实现Key capabilities
- →Identify the scope of changes
- →Update system or app shared specifications
- →Synchronize types, services, and mock data
- →Update page implementations and tests
- →Refresh spec dashboards
How it works
This skill identifies the impact of a requirement change across applications, business domains, and components. It then updates specifications, types, and implementations to reflect the change.
Inputs & outputs
When to use update-requirement
- →Update component interfaces after spec changes
- →Sync mock data with new requirements
- →Refresh system documentation and trackers
About this skill
需求变更 Skill
步骤
- 识别影响范围:应用、业务域、页面、组件、接口、状态。
- 先更新 system / app shared / Page Spec。
- 再同步类型、service、mock、页面实现和测试。
- 更新
docs/SYNC_MAP.md和docs/context/rule-map.yaml。 - 刷新 spec 看板并输出 Open Items。
When not to use it
- →The task does not involve a requirement change
- →The task is outside the scope of spec, type, or implementation synchronization
Limitations
- →The skill is for handling requirement changes
- →The skill is limited to updating specs, types, and implementations
How it compares
This skill systematically updates all affected layers and documentation after a requirement change, ensuring consistency across the system, unlike ad-hoc manual updates.
Compared to similar skills
update-requirement side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| update-requirement (this skill) | 0 | 3mo | No flags | Intermediate |
| vscode-ext-commands | 2 | 7mo | No flags | Beginner |
| agent-implementer-sparc-coder | 1 | 6mo | Review | Intermediate |
| ai-sdk-model-manager | 1 | 4mo | Review | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
vscode-ext-commands
github
Guidelines for contributing commands in VS Code extensions. Indicates naming convention, visibility, localization and other relevant attributes, following VS Code extension development guidelines, libraries and good practices
agent-implementer-sparc-coder
ruvnet
Agent skill for implementer-sparc-coder - invoke with $agent-implementer-sparc-coder
ai-sdk-model-manager
tambo-ai
Manages AI SDK model configurations - updates packages, identifies missing models, adds new models with research, and updates documentation
update-codemaps
chenqin231
扫描代码结构并更新架构文档映射
tsx
javimosch
TSX namespace for Netsnek e.U. TypeScript component toolkit. React component scaffolding, type-safe props, Storybook integration, and component docs.
vscode-extension-expert
s-hiraoku
This skill provides expert-level guidance for VS Code extension development. Use when implementing new extension features, debugging extension code, designing WebView UIs, implementing Language Server Protocol features, or optimizing extension performance. Covers activation events, contribution poin