Conversation
…avor of voice-writer Per ADR-068, voice-writer (8-phase pipeline with de-ai, joy-check, voice validation) supersedes both blog-post-writer (4-phase, no validation gates) and voice-orchestrator (7-phase predecessor, lacks joy-check). Changes: - blog-post-writer: add deprecated/deprecated_by frontmatter, clear triggers, add deprecation notice at top of Instructions section - voice-orchestrator: same pattern — deprecated in frontmatter, triggers cleared, deprecation notice added - voice-writer: expand triggers with 10 additional phrases to catch all writing scenarios the deprecated skills previously handled - skills/INDEX.json: mark both deprecated skills with deprecated/deprecated_by, clear their triggers arrays - pipelines/INDEX.json: expand voice-writer triggers to match SKILL.md - routing-tables.md: add deprecation notice in Content Creation and Voice sections, add routing examples for new trigger phrases - joy-check/SKILL.md: update integration note to remove blog-post-writer ref - docs/VOICE-SYSTEM.md: update integration section and file structure to reflect voice-writer as the active skill
…er and voice-orchestrator Both skills are deprecated in favor of voice-writer. This updates all pairs_with arrays, routing instructions, documentation prose, and INDEX.json entries to reference voice-writer instead. Adds (deprecated) annotations to skills/README.md entries.
…rchestrator to voice-writer
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
blog-post-writerandvoice-orchestratorin favor ofvoice-writer(per ADR-068)What changed
Deprecated skills (kept on disk, triggers cleared,
deprecated: truein frontmatter + INDEX):blog-post-writer— 4-phase pipeline missing de-ai, joy-check, and voice validationvoice-orchestrator— predecessor to voice-writer, replaced by ADR-068voice-writer trigger expansion (10 new triggers):
write blog,article about,publish post,content for blog,hugo post,write for website,long-form content,write piece,write essay,ghost writeReference sweep (24 stale references fixed across 20+ files):
pairs_witharrays in 6 INDEX.json entriesTest plan
conftest.pypath to banned-words.md still valid (file exists on disk)