1
ysicing 5 天前
可以试试 github/spec-kit
|
2
maolon 5 天前 或者 github.com/Fission-AI/OpenSpec ,现在都是 SDD 开发模式了
|
3
riceball 5 天前 首先让 AI 写代码,你就得是承担架构师的角色。要自己懂开发规范,懂设计架构,不是抄提示就行。
这些 spec 只能算是带入门。 目前 AI 对资深开发和架构者是利好,对初级开发者这样并不是好事。 |
4
bytesfold 5 天前 via iPhone
同意楼上
|
5
foryou2023 5 天前
openspec+1 ,不懂怎么操作问 ChatGPT ,你这个问题都可以直接贴给 ChatGPT ,让 ChatGPT 回答一下。
先跑起来再说,用的不顺畅的地方,再来找解决方案或者问 ChatGPT 怎么解决 |
6
YUX PRO Please do not over-engineer; please adhere to first principles.
|
7
FakerLeung OP @maolon 好的
|
8
yechentide 5 天前
我是同时用 Codex 和 ClaudeCode.
Codex 负责设计, 写 Prompt, 发送 Prompt 给 ClaudeCode, Review. ClaudeCode 运行在 tmux 里, 负责写代码. |
9
catamaran 5 天前
@yechentide 发送 prompt 给 cc,是手工做的,还是自动的?
|
10
yechentide 4 天前
@catamaran Codex 和 ClaudeCode 的“交流”都是自动的, 通过 tmux send-keys 来输入. 注意最后得用 tmux send-keys 发送 C-m 来确定执行. 代码写完后, ClaudeCode 也会自动让 Codex 来确认
|
11
FakerLeung OP @yechentide #8 这是怎么实现的?
|
12
yechentide 2 天前
|