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

Hacker News·

一個新推出的 AI 編碼工具包,提供低開銷、半自主的工作流程,以實現可靠的軟體開發。它在指定、規劃和執行三個階段中,內建了驗證、安全和恢復機制。

AI coding workflow that builds software reliably

A flexible template for semi-autonomous AI coding. Clone it, shape it to your needs, and start building - with verification and guardrails built in. No packages to install, no services to configure.

Three phases. Full autonomy within guardrails.

Low mental overhead for you. Commands and verification keep work on track without constant intervention.

Specify

Guided Q&A extracts clear requirements. Every decision is captured, every edge case surfaced.

Plan

Generator creates tasks with testable acceptance criteria. Every task is verifiable—no ambiguity.

Execute

AI agents work task-by-task. Automatic verification after each one. Human checkpoints between phases.

Everything you need for reliable AI coding

Built-in verification, security, and recovery. No more crossing your fingers.

Multi-Agent Verification

Sub-agents verify each task against acceptance criteria. Code doesn't pass until tests pass.

TDD Enforcement

Verifies tests exist, were written first, and have meaningful assertions. Git history proves compliance.

Security Scanning

Dependency audits, secrets detection, and static analysis at every checkpoint. Blocks on critical issues.

Stuck Detection

Agents escalate to humans after repeated failures instead of spinning forever. No more burning tokens.

Recovery Commands

Analyze failures, rollback phases, retry tasks with fresh context. Fix problems without starting over.

Git Workflow

One branch per phase, one commit per task. Human review before push. Clean, traceable history.

Spec Verification

Checks that requirements flow through document chain. Nothing lost between product spec and implementation.

Auto-Advance

After checkpoints pass, automatically advance to the next phase. Hands-off execution with a 15-second interrupt window.

Learning Capture

Save project-specific patterns and gotchas to LEARNINGS.md. Future sessions load this context automatically.

Deferred Requirements

When you say "v2" or "later" during Q&A, the toolkit captures it with context. Nothing gets lost in the shuffle.

Multi-CLI Support

Works with Claude Code and OpenAI Codex CLI. Auto-detects your environment and adapts accordingly.

Why I built this

I started using CLI tools (Claude Code, Codex CLI) after vibe coding tools like Replit and Lovable left me wanting more.

Using these CLI tools for some time, I, like many people, wanted to improve my workflow. AI coding agents are powerful, but unreliable. The CLI tools help govern the agents, but with that freedom also comes the risk of adding overhead and complexity.

With most of the workflows that I found online and in AI coding communities, they were both complex (87 agents! Ralph! Run 10 Claude's at once!), and they were relatively opinionated. I found these workflows to be too restrictive, particularly in the dynamic, fast-moving AI coding space.

This workflow has a few goals:

That's why it's a Git repo that you can clone, fork, inspect, and modify as you see fit.

If it's working well, you'll be able to understand & customize your workflow; you'll spend more time planning than pasting; and you'll spend more time reviewing completed work, than inspecting half-completed prompts.

Real example, real output

We used this toolkit to build a calculator app from scratch. Browse the generated specs, execution plan, and final working code.

Clone, open, go.

No npm install. No configuration. No accounts. Just clone the repo and start using the slash commands in Claude Code.

Ready to build reliably?

Open source template. Clone it, customize it, make it yours. No installation required.

Hacker News

相關文章

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

    3 個月前

  2. Show HN:AI 控制框架 – 阻止 AI 編碼助手交付虛假程式碼

    3 個月前

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

    3 個月前

  4. Show HN:AI Code Guard – AI 生成程式碼的安全掃描器

    3 個月前

  5. Show HN:Pilot – AI 編碼的共享記憶體與基於證據的提交

    3 個月前