scratchpad
Installation
SKILL.md
Scratchpad Skill
Isolated temporary testing environment for quick code experiments and hypothesis validation. Focus on RESULTS, not process.
目的
快速验证猜想,不污染主上下文:
- 明确的开始/结束标识
- 结果导向:只返回关键结论
- 工作流标准化:所有尝试性操作遵循相同模式
进入/退出标识
进入 Scratchpad 模式
触发信号:
- 用户说 "试一下"、"测试一下"、"验证一下"
- 用户说 "创建一个测试文件"、"写个脚本试试"
- 大模型决定需要尝试验证某个假设
Related skills
More from chen19007/my_skills
godot-verify
|
22godot-tdd
Godot TDD(测试驱动开发)流程总控,协调 godot-design、godot-dev、godot-test、godot-verify 完成开发闭环。
2godot-tdd-full
Complete TDD workflow for Godot projects. Integrates interface design, GUT testing, code implementation, and verification tools.
2godot-web-e2e
End-to-end testing for any Godot Web export using Chrome DevTools and a local HTTP server. Use when verifying gameplay behavior in a Web build (not editor) and you need repeatable DevTools-driven input checks and console evidence.
2godot-test
|
2godot-dev
|
2