Logics Bootstrapper

Bootstrap the Logics directory structure in a new repository (create `logics/architecture`, `logics/product`, `logics/request`, `logics/backlog`, `logics/tasks`, `logics/specs`, `logics/external`) and add `.gitkeep` files for empty folders so the structure stays versioned. Use when setting up Logics in a fresh project or validating that required directories exist. Use when this capability is needed.

tomevault-io 72bbd3d 2 files · 2.0 KB Updated

File contents

Bootstrap Logics folders

Run

Create missing Logics folders (and .gitkeep files for empty dirs):

python logics/skills/logics-bootstrapper/scripts/logics_bootstrap.py

This also creates logics/instructions.md, a minimal LOGICS.md, and a local AGENTS.md/LOGICS.md pairing when those files are missing.

Dry-run (print actions, no writes):

python logics/skills/logics-bootstrapper/scripts/logics_bootstrap.py --dry-run

Check mode (exit non-zero if bootstrapping is needed):

python logics/skills/logics-bootstrapper/scripts/logics_bootstrap.py --check

Specify a different repo root:

python logics/skills/logics-bootstrapper/scripts/logics_bootstrap.py --root /path/to/repo

Converted and distributed by TomeVault — claim your Tome and manage your conversions.

tomevault-io/skills-registry/tree/main/alexago83--cdx-logics-kit--logics-bootstrapper commit 72bbd3d180

Frequently asked questions

npx skillmds@latest add tomevault-io/logics-bootstrapper