Skip to content

MAX mode worker prompt missing Phase separation and self-audit #7

@devswha

Description

@devswha

Problem

SKILL.md uses a 2-Phase pipeline:

  • Phase 1 (5a): structure patterns first
  • Phase 2 (5b): sentence/vocabulary patterns
  • Phase 3 (5c): self-audit ("does this still sound like AI?")

The MAX mode worker prompt (SKILL-MAX.md:126-154) sends all patterns as a flat list and omits the self-audit step. External models do not apply the phased pipeline or perform quality checks.

Additionally, MAX mode scoring uses subjective evaluation while single mode uses formula-based scoring (core/scoring.md). SKILL-MAX.md acknowledges this divergence but has no reconciliation plan.

Proposed Solution

  1. Update MAX worker prompt to separate structure-first processing
  2. Add self-audit instruction to worker prompt
  3. Document scoring reconciliation plan

Priority

Medium — affects MAX mode output quality

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions