Development
openspec-update
Run `openspec update` to regenerate AI tool instruction files after upgrading the OpenSpec CLI. Use when the user says "update OpenSpec", "openspec update", or "refresh OpenSpec skills/commands".
Run `openspec update` to regenerate AI tool instruction files after upgrading the OpenSpec CLI. Use when the user says "update OpenSpec", "openspec update", or "refresh OpenSpec skills/commands".
Run openspec update to regenerate AI tool configuration files (skills, commands, rules) after upgrading the OpenSpec CLI package. This ensures your project uses the latest slash commands and skill instructions.
npm install -g @fission-ai/openspec@latest).openspec init (see openspec-initial).Upgrade the CLI first (if not already done)
npm install -g @fission-ai/openspec@latest (or pnpm/yarn/bun equivalent).Run update
openspec update — regenerates AI tool config files.openspec update --force — force update even when files are up to date.openspec update ./my-project — target a specific directory.Verify
.claude/skills/, .cursor/rules/, or other tool directories have been refreshed.openspec init) first.确保开发环境已安装必要的依赖和工具。
根据项目需求进行基础配置。
按照示例代码实现核心功能。
运行测试确保功能正常。
完成开发后进行部署和监控。