Conversation
Followup to the skill audit: the 3-tier model mapping (high/medium/low) leaves no room to distinguish Sonnet-quality creative work from Opus-quality creative work. Adding a premium tier above high. map-pdp-structure is the first skill to declare premium: it's the highest-stakes skill in the system per the architecture doc (a bad template corrupts every downstream PDP run), so Opus-level classification quality matters here more than anywhere else. The private-side Zod schema update (expanding the enum to include premium) lands in the skill-audit-v1 PR in skillshelf-site. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
timctfl
pushed a commit
that referenced
this pull request
Apr 17, 2026
Part of the skill audit's cross-cutting baseline pass (site/docs/ skill-audit-v1.md). Every public skillshelf.yaml sidecar now declares a model_tier. Values per the audit's state table: premium (2): brand-voice-extractor, write-positioning-overview (map-pdp-structure was promoted to premium separately in #85) high (11): apply-brand-styling, audit-pdp, brand-glossary, business-context, competitor-overview, content-template, customer-profile, product-benefits-map, rewrite-pdp-copy, write-product-descriptions, write-skill medium (6): adapt-skill, audit-google-merchant-feed, brand-guidelines-extractor, build-category-badge-framework, extract-review-insights, product-attribute-dictionary low (1): variant-option-normalizer Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
timctfl
added a commit
that referenced
this pull request
Apr 17, 2026
Part of the skill audit's cross-cutting baseline pass (site/docs/ skill-audit-v1.md). Every public skillshelf.yaml sidecar now declares a model_tier. Values per the audit's state table: premium (2): brand-voice-extractor, write-positioning-overview (map-pdp-structure was promoted to premium separately in #85) high (11): apply-brand-styling, audit-pdp, brand-glossary, business-context, competitor-overview, content-template, customer-profile, product-benefits-map, rewrite-pdp-copy, write-product-descriptions, write-skill medium (6): adapt-skill, audit-google-merchant-feed, brand-guidelines-extractor, build-category-badge-framework, extract-review-insights, product-attribute-dictionary low (1): variant-option-normalizer Co-authored-by: Tim Petrella <tpetrella@gmail.com> Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Followup to the skill audit. Adds a premium tier above high in the model_tier scheme. map-pdp-structure is the first skill to declare premium because it's the highest-stakes skill in the system per the architecture doc. The Zod enum expansion lands in the sibling PR in skillshelf-site.