Skip to content

feat(me): add codebase design skill - #758

Merged
baleen37 merged 1 commit into
mainfrom
feat/add-skill
Aug 11, 2026
Merged

feat(me): add codebase design skill#758
baleen37 merged 1 commit into
mainfrom
feat/add-skill

Conversation

@baleen37

@baleen37 baleen37 commented Aug 11, 2026

Copy link
Copy Markdown
Owner

Summary

  • Add the upstream codebase-design skill under the flat bstack skill layout.
  • Include DEEPENING.md and DESIGN-IT-TWICE.md companion references.
  • Advertise the skill in the me plugin README.

Validation

  • bun run check:codex
  • bash tests/run-all-tests.sh
  • Upstream pinned-file comparison
  • git diff --cached --check

Summary by CodeRabbit

  • New Features
    • Added the codebase-design workflow to the planning guidance.
    • Added guidance for designing deeper modules, selecting dependency boundaries, and testing observable behavior.
    • Added a “Design It Twice” workflow for comparing multiple interface designs before implementation.
  • Documentation
    • Expanded design terminology and principles covering interfaces, adapters, seams, module depth, and testability.

@baleen37
baleen37 enabled auto-merge (squash) August 11, 2026 04:01
@coderabbitai

coderabbitai Bot commented Aug 11, 2026

Copy link
Copy Markdown

Review Change Stack

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: ec4e131e-c94c-4459-ac03-81532add52e8

📥 Commits

Reviewing files that changed from the base of the PR and between 4607217 and a7dcfeb.

📒 Files selected for processing (4)
  • plugins/me/README.md
  • plugins/me/skills/codebase-design/DEEPENING.md
  • plugins/me/skills/codebase-design/DESIGN-IT-TWICE.md
  • plugins/me/skills/codebase-design/SKILL.md

📝 Walkthrough

Walkthrough

The PR adds the codebase-design skill to the me plugin. It documents deep modules, dependency seams, testability, dependency deepening, and parallel exploration of alternative interfaces.

Changes

Codebase design skill

Layer / File(s) Summary
Skill foundation and workflow wiring
plugins/me/skills/codebase-design/SKILL.md, plugins/me/README.md
Defines deep-module terminology, interface and testability principles, design relationships, rejected framings, related guidance, and the Plan workflow entry.
Dependency deepening guidance
plugins/me/skills/codebase-design/DEEPENING.md
Classifies dependency types and documents ports, adapters, seams, adapter-count criteria, and interface-level tests.
Alternative interface design
plugins/me/skills/codebase-design/DESIGN-IT-TWICE.md
Defines constraint framing, parallel design briefs, required analyses, design comparison, and recommendations based on depth, locality, and seam placement.

Estimated code review effort: 1 (Trivial) | ~5 minutes

Possibly related PRs

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/add-skill

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@baleen37
baleen37 merged commit 53089f1 into main Aug 11, 2026
3 of 4 checks passed
@baleen37
baleen37 deleted the feat/add-skill branch August 11, 2026 04:01
baleen-release-app Bot pushed a commit that referenced this pull request Aug 11, 2026
# [17.43.0](v17.42.3...v17.43.0) (2026-08-11)

### Features

* **me:** add codebase design skill ([#758](#758)) ([53089f1](53089f1))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant