/no_spec
跳过 spec 流程,直接执行开发任务,适用于简单修复、文档更新、配置修改、代码重构等场景。
> /plugin marketplace add TencentCloudBase/CloudBase-AI-ToolkitHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/no_spec
Context preview
What this command does when you run it.
跳过 spec 流程,直接执行开发任务,适用于简单修复、文档更新、配置修改、代码重构等场景。
Command definition
no_spec.md/no_spec - 跳过 spec 流程,直接执行
命令说明
跳过 spec 流程,直接执行开发任务,适用于简单修复、文档更新、配置修改、代码重构等场景。
适用场景
- 简单修复
- 文档更新
- 配置修改
- 代码重构
- 快速迭代
- 不需要详细规划和文档的简单任务
工作模式
当使用 `/no_spec` 命令时,AI 将: 1. 跳过需求文档设计阶段 2. 跳过技术方案设计阶段 3. 跳过任务拆分阶段 4. 直接开始执行具体的开发任务 5. 根据用户需求快速响应和实现
注意事项
- 适用于相对简单和明确的任务
- 对于复杂项目建议使用 `/spec` 命令
- 仍然需要遵循基本的开发规范和最佳实践
AI writes the code. CloudBase runs the backend. The CloudBase integration layer for AI coding tools: Plugin installs the stack, Skills steer how code is written, MCP operates databases, functions, storage, and deploys from chat.
Repo: TencentCloudBase/CloudBase-AI-Toolkit
Other commands on cloudbase-ai-toolkit.
- /prototype
快速原型开发模式,专注于快速验证想法和概念,适用于MVP开发、概念验证、技术探索等场景。
Open command - /spec
强制使用完整 spec 流程进行开发,适用于新功能开发、复杂架构设计、多模块集成、涉及数据库/UI设计等场景。
Open command - /cloudbase-deploy
Deploy CloudBase resources. Subcommands: function (cloud functions), hosting (static hosting), cloudrun (CloudRun). Default: detect project type then prompt
Open command - /cloudbase-env
CloudBase environment management. Subcommands: list (environments), info (current env details), domains (auth domains). Default: info
Open command - /cloudbase-init
Initialize a CloudBase project. Download a template, configure the environment, and generate cloudbaserc.json. Best for new projects.
Open command - /cloudbase-status
CloudBase project health check. Inspect environment status, cloud functions, deploy history, and logs.
Open command

