voice-writer

Featured

Unified voice content generation pipeline with mandatory validation and joy-check. 13-phase pipeline: LOAD, GROUND, STATS-CHECKPOINT, GENERATE, HOOK-GATE, VALIDATE, REFINE, VARIETY-GATE, JOY-CHECK, ANTI-AI, CLOSE-GATE, OUTPUT, CLEANUP. Use when writing articles, blog posts, or any content that uses a voice profile. Use for "write article", "blog post", "write in voice", "generate content", "draft article", "write about".

AI & Automation 412 stars 42 forks Updated 2 days ago MIT

Install

View on GitHub

Quality Score: 96/100

Stars 20%
87
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Voice Writer — 13-Phase Pipeline > **Mandatory enforcement**: This pipeline is REQUIRED for all voice-profiled content. No article should be published without passing all 13 phase gates. ## Pipeline Overview ``` LOAD → GROUND → STATS-CHECKPOINT → GENERATE → HOOK-GATE → VALIDATE → REFINE → VARIETY-GATE → JOY-CHECK → ANTI-AI → CLOSE-GATE → OUTPUT → CLEANUP ``` ## Execution Model (MANDATORY — DO NOT COLLAPSE PHASES) **Each phase runs as a SEPARATE agent dispatch.** The orchestrator (parent session) dispatches one agent per phase sequentially. Each agent: 1. Reads the input artifact from the previous phase 2. Loads the selected voice profile and any phase-specific references 3. Executes the phase steps 4. Writes its output artifact to disk 5. Reports pass/fail on the phase gate **No single agent runs multiple phases.** This ensures each phase gets a fresh context window with the full voice profile loaded, preventing context drift and ensuring the voice is the primary authority at every step. An orchestrator that attempts to combine phases or skip agent dispatches is violating this rule. **Phase artifacts are files on disk**, not context passed between agents. Each phase reads and writes to well-known paths: | Phase | Input Artifact | Output Artifact | |-------|---------------|-----------------| | 1. LOAD | User request + existing draft (if any) | `.voice-phase/01-load.json` (profile metadata, paths) | | 2. GROUND | `.voice-phase/01-load.json` + source material | `.voice...

Details

Author
notque
Repository
notque/vexjoy-agent
Created
4 months ago
Last Updated
2 days ago
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category