fix(taste-skill): narrow routing to supported web pages - #860
Draft
kbegiedza wants to merge 1 commit into
Draft
Conversation
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.
Summary
taste-skilldiscovery to expressive web pages and eligible visual redesigns.Why
The skill advertised itself as the default design driver for dashboards, prototypes, and decks even though its vendored playbook explicitly excludes dashboards, data tables, and multi-step product UI, and its runtime defaults to an HTML artifact. That mismatch could route unsupported work into the landing-page workflow.
Implementation
The change is limited to
skills-seed/taste-skill/SKILL.md. It aligns the discovery description and opening scope with the playbook, and makes the dense-product-UI branch explicit: visual audit findings only, with no artifact build, HTML default, or publication. The vendored playbook and package topology are unchanged.Verification
node --test test/frontmatter.test.ts test/skill-conformance.test.ts- passed, 10/10, on host Node 24.11.1.git diff --check- passed.test/skills-seed.test.ts-pg-bossis absent because dependencies are not installed.node_modulesis absent.Review focus
Risks / limitations
Live QM routing and harness/model combinations other than Codex CLI with gpt-5.4-mini remain unvalidated. The PR is draft until CI or a pinned-toolchain run supplies the missing repository validation.
Need help on this PR? Tag
@codesmith-botwith what you need. Autofix is disabled.