我构建了一个命令行工具,以便使基于规范的开发变得可用。
嗨,HN,
我创建了SpecPilot来解决我经常遇到的问题:以规范为先的开发听起来很不错,但大多数工具要么太笨重,要么对日常开发工作来说太死板。
SpecPilot是一个小型的开源命令行工具,帮助你:
- 首先定义规范(基于Markdown)
- 与代码一起进行版本管理
- 从这些规范中搭建项目和工作流程
我为自己和我的团队开发了它,并决定将其开源。
网站:https://specpilot.dev
GitHub:https://github.com/girishr/SpecPilot
非常希望能得到以下方面的反馈:
- 这是否适合你的工作流程
- 有哪些功能感觉不必要
- 在实际使用中缺少什么
如有任何问题,欢迎随时提问。
查看原文
Hi HN ,<p>I built SpecPilot to solve a problem I kept running into:
spec-first development sounds great, but most tools are either too heavy or too rigid for day-to-day dev work.<p>SpecPilot is a small, open-source CLI that helps you:
- define specs first (Markdown-based)
- keep them versioned alongside code
- scaffold projects and workflows from those specs<p>I built it for myself and my team, and decided to open-source it.<p>Website: https://specpilot.dev
GitHub: https://github.com/girishr/SpecPilot<p>Would really appreciate feedback on:
- whether this fits into your workflow
- what feels unnecessary
- what’s missing for real-world use<p>Happy to answer any questions.