Skip to content

v0.13.0 — Product naming skill, Omnigent compatibility, full-repo review fixes

Choose a tag to compare

@wfukatsu wfukatsu released this 06 Jul 23:22
· 308 commits to main since this release

Added

product plugin: /product:name-product (new skill — product plugin now at 26 skills)

Names the product as an alphabetic acronym: a short, pronounceable Latin-letter name whose every letter is the initial of an English word, so the name expands into a value phrase. Grounded in vision/positioning; shortlists candidates and recommends one. Optional; included in the full profile. New rule: rules/product/naming-frameworks.md.

Omnigent compatibility layer

OMNIGENT.md + a loader (tools/omnigent/load-skill.sh) let a generic multi-agent orchestrator run the ~90 SKILL.md files unchanged: the loader resolves plugin:skill names to file paths, prints a translation preamble, and expands ${CLAUDE_PLUGIN_ROOT}. Non-invasive; ships with tests. This is the Omnigent counterpart of AGENTS.md (Codex) and CLAUDE.md (Claude Code).

Changed

  • AGENTS.md model-tier recommendations synced to the current 26 product skills (16 opus / 10 sonnet), matching each skill's model: frontmatter and both dependency manifests.

Fixed (full-repository review)

  • 30 stale flat paths in the nested migrate sub-skills (12 files) — including runnable cd blocks users would copy-paste.
  • Documentation drift: README skill count 77 → 80; CLAUDE.md model-tier table corrected (analyze = opus, report = haiku) and product tier list completed to all 26 skills; /product:design-architecture added to CLAUDE.md; /product:create-domain-story and /product:design-system added to the skill reference (EN/JA).
  • Pipeline scope clarified: the 12 architect skills outside the dependency manifest are now documented as a manual extension tier not executed by /architect:pipeline.
  • Product→architect bridge artifacts declared at the receiving end (design-microservices: architecture.md / tech-stack-fitness.md; design-api: api-design.md).
  • Symmetric parallel_with declarations, heading normalization, "Use when" triggers on 5 scalardb utility skills, workflow/ & research/ status READMEs, docs language policy, Codex audit snapshot notes, samples/ec-monolith try-it pointer in getting-started (EN/JA).

Documentation

  • /product:generate-frontend surfaced in the getting-started guides (EN/JA).

Full changelog: CHANGELOG.md / CHANGELOG_ja.md

All three plugins (product, architect, scalardb) released together at 0.13.0.

🤖 Generated with Claude Code