The agent kit
Read the loop7 skills your agents run, and the context they read before they touch code.
---name: featuredescription: Open and close the loop around a piece of work. `start` creates the branch, the feature folder and the spec; `finish` refuses to close while any "done when" criterion lacks evidence, then opens the PR. Use at the beginning and end of every feature.---A feature is a folder, a branch and a set of criteria that have to be shown to be met.This skill opens and closes that. Everything between the two halves — `/architect`, thebuild, `/review` — happens inside what `start` created.Two commands: `/feature start NN` and `/feature finish`.## Why a folderWork used to leave its traces in three places: a plan in chat, decisions in a growingtracker, evidence nowhere. The tracker reached 450 lines and stopped being read.One folder per feature fixes the location problem. The tracker goes back to being a statusblock and a checklist, because the detail has somewhere better to live.


