New Feature Go

Pre-flight checklist for adding a new feature to a Go 1.22+ service. Load when creating a new endpoint, internal package, external integration, or background worker. Forces "accept interfaces, return structs", `context.Context` propagation, error wrapping, and bulkhead-per-provider from line one — prevents the most common AI failures (God interfaces, raw goroutines without errgroup, http.DefaultClient everywhere, panic on errors).

yerdaulet-damir Updated

File contents

yerdaulet-damir/vibe-coding-rules/tree/main/.claude/skills/new-feature-go commit d845f49067

Frequently asked questions

npx skillmds@latest add yerdaulet-damir/new-feature-go