Briefbound Code Structure Guard

Use when active development or explicit refactoring has concrete code-structure risk: a source file is accumulating independently changing responsibilities, a class/component/function is hard to navigate or test, repeated changes touch distant sections, or the user asks to split a giant file; do not use for line count alone, generated/vendor/migration/schema/fixture files, or cohesive modules that remain easier to maintain together.

CCDawn 280aa69 2 files · 4.1 KB Updated

File contents

CCDawn/codex-skills/tree/main/skills/engineering/briefbound-code-structure-guard commit 280aa694c8

Frequently asked questions

npx skillmds@latest add ccdawn/briefbound-code-structure-guard