Discipline Refactor Standard Folders Module Structure

Sub-skill of discipline-refactor: Standard Folders → Module Structure (+1).

vamseeachanta Updated

File contents

Standard Folders → Module Structure (+1)

Standard Folders → Module Structure

Folder Module Pattern Example
src/<pkg>/ src/<pkg>/modules/<discipline>/ src/myapp/modules/data/
tests/ tests/modules/<discipline>/ tests/modules/data/
docs/ docs/modules/<discipline>/ docs/modules/data/
specs/ specs/modules/<discipline>/ specs/modules/data/
data/ data/modules/<discipline>/ data/modules/ingestion/
logs/ logs/modules/<discipline>/ logs/modules/api/
.Codex/skills/ .Codex/skills/<discipline>/ .Codex/skills/data/

Exceptions (Keep Flat)

Folder Reason
specs/templates/ Shared templates
docs/assets/ Shared images/files
.Codex/state/ Runtime state
scripts/ Build/deploy scripts
config/ Configuration files

vamseeachanta/workspace-hub/tree/main/.agents/skills/_internal/meta/discipline-refactor/standard-folders-module-structure commit ebdb17bd05

Frequently asked questions

npx skillmds@latest add vamseeachanta/discipline-refactor-standard-folders-module-structure