github alexei-led/cc-thingz v1.9.0

latest releases: v5.4.2, v5.4.1, v5.4.0...
one month ago

Highlights

Two new skills adapted from mattpocock/skills (MIT), with full attribution in each skill's CREDITS.md.

grill-me — focused interview on a single plan

Decision-tree interrogation, one question at a time, with a recommended answer for each. Explores the codebase instead of asking when the answer is in the code. For when you want to be challenged on a plan, not brainstorm one from scratch.

Trigger: "grill me", "stress-test this plan". Lives in dev-tools.

improve-codebase-architecture — find deepening opportunities

Surfaces architectural friction and proposes refactors that turn shallow modules into deep ones. Uses a strict, consistent vocabulary — module, interface, seam, adapter, depth, leverage, locality — drawn from Ousterhout's A Philosophy of Software Design and Feathers' Working Effectively with Legacy Code.

Ships three reference docs:

  • LANGUAGE.md — full glossary and rejected framings (depth-as-leverage over depth-as-LOC, seam over boundary).
  • DEEPENING.md — four dependency categories (in-process, local-substitutable, remote-owned, true-external) and the test seam each implies.
  • INTERFACE-DESIGN.md — "Design It Twice" parallel sub-agent pattern: spawn 3+ agents with distinct constraints (minimize / maximize-flexibility / optimize-common), then compare and recommend.

Trigger: "improve architecture", "deepen modules". Lives in dev-workflow.

Other changes

  • brainstorming-ideas description tightened: routes pure decision-tree interviews to grill-me; remains the broad ideation/design/grill flow.
  • 35 skills total (was 33). All 28 plugin manifests bumped 1.8.0 → 1.9.0.

Install

/plugin marketplace add alexei-led/cc-thingz

Don't miss a new cc-thingz release

NewReleases is sending notifications on new releases.