Add positioning doc: free generative core, paid variant pack - #69
Merged
Conversation
Resolves #51's business-fork decision. The core engine (palette generator, structure/diversification, narrative arc, anti-slop gates, verbs) stays free and MIT; specialized aesthetic variants (brutalist/minimalist/soft-calm) become the paid "tastemaker pro" differentiator, built as a thin mode-override layer on the shared engine rather than taste-skill's flat per-variant file duplication. Also resolves the #50 restructuring question this issue was blocking: no multi-skill public repo layout needed, since paid variants don't ship through the public npx-installable path at all.
2 tasks
codeswithroh
added a commit
that referenced
this pull request
Jul 26, 2026
…elog current (#71) Resolves #53. Added version: 1.0.0 to SKILL.md's frontmatter — a real, considered call: the generative core (palette gen, structure/diversification, gates, verbs) has been exercised across many real builds, not just written and left untested, which is past a 0.x designation honestly. The site changelog (site/changelog.html) was 12 merged PRs behind (#47, #48, #57, #58, #59, #64-67, #69-70 were missing) — backfilled those before generating the root file from it, so the two don't start out already drifted. CHANGELOG.md is a condensed summary pointing to the site as the canonical, PR-linked detailed record, per the issue's second option. Also fixes a real, already-merged bug: the marketing site's actual live domain is tastemaker-ai-skill.netlify.app, not tastemaker-skill.online — the wrong domain had been used in #70's sponsor-pitch.md draft; corrected here before it's used for real outreach.
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
Records the business decision requested in #51: the generative engine (palette generator, structure/diversification, narrative arc, anti-slop gates, verbs) stays free and MIT. Specialized aesthetic variants (brutalist/minimalist/soft-calm) become the paid "tastemaker pro" differentiator, built as a thin mode-override layer on the shared engine — not taste-skill's flat per-variant file duplication.
Also resolves the #50 restructuring question this issue was blocking on: no multi-skill public repo layout needed, since paid variants won't ship through the public npx-installable path.
Closes #51
Test plan
N/A — documentation only, no code changes.