feat: add content-aware first-person experiential voice mode#103
Open
erhanurgun wants to merge 1 commit intoblader:mainfrom
Open
feat: add content-aware first-person experiential voice mode#103erhanurgun wants to merge 1 commit intoblader:mainfrom
erhanurgun wants to merge 1 commit intoblader:mainfrom
Conversation
Adds FIRST-PERSON EXPERIENTIAL VOICE section after PERSONALITY AND SOUL with auto/explicit triggers, transformation rules, and anti-patterns. Updates Process with perspective-mode decision and first-person self-check. Frontmatter description extended; SKILL version unchanged (defer to maintainer for next coordinated bump).
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
FIRST-PERSON EXPERIENTIAL VOICE (content-aware)toSKILL.md, placed afterPERSONALITY AND SOUL.Motivation
Voice Calibration (#64) teaches voice by example. PERSONALITY AND SOUL covers tone (opinions, rhythm, soul). Neither tells the rewrite when the perspective itself should shift.
A large slice of suitable input (blogs, tutorials, retros, opinion pieces, personal guides) reads better when the rewrite speaks as the author recounting lived experience, not as a third party summarizing them. The existing "use 'I' when it fits" hint is too thin to do this consistently; it produces neutral sentences with "I" pasted on, not memory and judgment.
This PR adds an explicit, content-aware mode for that case, and an explicit list of where it should NOT run (encyclopedic, academic, technical reference, neutral journalism, legal/policy text).
Changes
SKILL.md:## FIRST-PERSON EXPERIENTIAL VOICE (content-aware)after PERSONALITY AND SOUL. Contents:versionunchanged at2.5.1.Net change: additive. No existing behavior is altered for content where the mode is not triggered.
Test plan
Notes
Open PRs #96 and #98 both bump
versionto2.6.0. This PR intentionally leavesversionuntouched so they can be coordinated. Happy to rebase and bump if you'd prefer it bundled.