#349 · Primary category: AI Coding Assistants
haft
Engineering decisions engine that know when they're stale. Frame, compare, decide — with evidence decay and parity enforcement. For Claude Code, Cursor, Gemini CLI, Codex and more.
Project last updated:08/11/26
GitHub Stars
1.4K
Forks
102
Contributors
5
License
Other
Why we included this project
Coding agents like Claude Code, Codex, and Cursor are good at writing code, but the decisions behind that code usually stay implicit. haft turns problem framing, option comparison, and the evidence behind a decision into durable records stored in the repository, and it flags decisions that no longer match the current spec or runtime state. The same record set is reachable through the agent's own skills and slash commands, through a plain CLI when you want no LLM in the loop, and through an MCP server that any agent can query programmatically. Teams that want an auditable decision trail rather than just code diffs will find this useful, especially when parity between the spec and the implementation has to be enforced rather than assumed. haft is not a coding agent itself; it is the governance layer you put underneath one.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.