# /no_spec - Skip spec workflow, execute directly
## Command Description
Skip the spec workflow and execute development tasks directly. Suitable for simple fixes, documentation updates, configuration changes, code refactoring, and other scenarios.
## Applicable Scenarios
- Simple fixes
- Documentation updates
- Configuration changes
- Code refactoring
- Rapid iteration
- Simple tasks that don't require detailed planning and documentation
## Work Mode
When using the `/no_spec` command, AI will:
1. Skip the requirements document design phase
2. Skip the technical solution design phase
3. Skip the task breakdown phase
4. Directly start executing specific development tasks
5. Quickly respond and implement based on user requirements
## Notes
- Suitable for relatively simple and clear tasks
- For complex projects, it's recommended to use the `/spec` command
- Still need to follow basic development standards and best practices