OpenSpec — план перед кодом для AI-агентов

★ 65.4K

OpenSpec is an open-source tool that brings order to work with coding agents: an agreed plan first, code second. Reach for it when an agent goes astray on a large task — starts writing before understanding, loops through rewrites, and an hour later has built the wrong thing. The shape is simple: the agent first drafts a proposal — what changes, why, which files are affected — you read and amend it, and only after approval does implementation begin. The specification stays in the repository, so you can return to a decision and see why it was made. It is particularly useful on a team where several people and agents work on the same project. This is discipline layered over an agent rather than an agent itself: it works alongside Claude Code and other compatible tools.