Show HN:規格驅動的AI開發——讓AI生成的程式碼更易於維護

Hacker News·

這篇Hacker News文章介紹了一個名為「規格驅動的AI開發」的工具組,旨在透過強調預先生成規格並追蹤規劃決策,來提升AI生成程式碼的可維護性。作者聲稱這種方法顯著縮短了Spring Boot後端專案的開發時間。

Image

The core idea is simple: instead of jumping straight into code, you generate specifications first, then track every planning decision and todo in markdown files that move through folders (plans → in-progress → executed). This execution history stays with your project forever.

The toolkit includes:

  • Spec generators (architect + development specs from requirements)
  • Session management (track progress across coding sessions)
  • Execution history tracking (the 3-folder system)
  • Git workflow helpers (branches, conventional commits)
  • Spring Boot test generation
  • Automated code review agents (OWASP security, SOLID, performance)

It's built for Claude Code but the workflow concepts apply to any AI coding tool.

I used this to build a complete Spring Boot backend — 45-day estimate compressed to 5 days. The execution history is still readable months later.

$49 for the complete toolkit: https://hathwar.gumroad.com/l/spec-driven-ai

Landing page with full details: https://samhath03.github.io/spec-driven-ai/

Happy to answer questions about the workflow.

Image

Hacker News

相關文章

  1. Show HN:Spec-Driven AI – 適用於 Claude Code 的 Markdown 狀態管理器

    3 個月前

  2. 以規格驅動開發 – AI 輔助軟體開發的工作流程

    4 個月前

  3. 展示 HN:AI 編碼工具包。用於可靠 AI 編碼的低開銷工作流程

    3 個月前

  4. 規格驅動開發:在建構 AI 時將 Markdown 作為程式語言

    7 個月前

  5. 以 AI 驅動規格開發:介紹全新開源工具包

    8 個月前