Template - Mimas as the Moon of Jupiter
Find a file
Cla 94a118ce0d chore: scaffold Mimas monorepo with Superpowers enabled
Skeleton only — git + folder conventions (apps/, packages/, docs).
Superpowers plugin enabled via project .claude/settings.json.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-30 16:04:31 +02:00
.claude chore: scaffold Mimas monorepo with Superpowers enabled 2026-06-30 16:04:31 +02:00
apps chore: scaffold Mimas monorepo with Superpowers enabled 2026-06-30 16:04:31 +02:00
docs/superpowers/specs chore: scaffold Mimas monorepo with Superpowers enabled 2026-06-30 16:04:31 +02:00
packages chore: scaffold Mimas monorepo with Superpowers enabled 2026-06-30 16:04:31 +02:00
.gitignore chore: scaffold Mimas monorepo with Superpowers enabled 2026-06-30 16:04:31 +02:00
CLAUDE.md chore: scaffold Mimas monorepo with Superpowers enabled 2026-06-30 16:04:31 +02:00
LICENSE Initial commit 2026-06-30 14:01:13 +00:00
README.md chore: scaffold Mimas monorepo with Superpowers enabled 2026-06-30 16:04:31 +02:00

Mimas

A monorepo scaffold. Starts with Superpowers enabled at the project level, so Claude Code applies the Superpowers workflow (brainstorm → plan → implement) from the first commit.

Status: skeleton only — git + folder conventions. No build toolchain or package manager is wired up yet. That gets added when the stack is chosen.

Layout

Path Purpose
apps/ Deployable applications
packages/ Shared libraries consumed by apps
docs/superpowers/specs/ Design specs produced during brainstorming
.claude/settings.json Registers the official marketplace and enables Superpowers

Conventions

  • apps depend on packages, never the reverse. Shared code lives in packages/.
  • One purpose per package. A package should be understandable and testable on its own.
  • Specs before code. Non-trivial work starts with a design in docs/superpowers/specs/.

Working with Superpowers

Opening this repo in Claude Code enables the Superpowers plugin via .claude/settings.json. Claude will be prompted to trust the marketplace on first use, then fetch the plugin. No vendored plugin code lives in this repo.