feat(persona): the demand side — sourced reader model + challenge gate (v0.5.0) - #16
Open
GabrielAmz wants to merge 1 commit into
Open
feat(persona): the demand side — sourced reader model + challenge gate (v0.5.0)#16GabrielAmz wants to merge 1 commit into
GabrielAmz wants to merge 1 commit into
Conversation
…v0.5.0) New Foundation skill `persona` with two modes: build researches a sourced reader model into .agents/webanatomy-persona.md (ranked source-tagged objections, vocabulary, proof preferences, competitor claims map); challenge cold-reads any page or draft as that reader and writes challenge.json, the pack's third machine handoff. Wiring: audit-page 0.4.0 gains Step 4.5 objection coverage (optional objectionCoverage block in audit.json); write-page 0.6.0 labels copy angles with the objection they answer, applies claims parity, and consumes a FAIL challenge.json as its highest-precedence brief (max two loops); webanatomy-setup 0.4.1 suggests persona post-setup. Reasoning recorded in docs/skill-orchestration.md Part 3: one sourced persona instead of a five-judge copy tournament (the information test). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
What kind of contribution?
If new skill, the 5-step checklist
persona, noun-style likemoodboard; thewa-prefix predates the v0.2 rename)name:field inSKILL.mdfront matterdescription:is trigger-phrase dense, ends with cross-references to related skillsreferences/persona-method.md.agents/webanatomy-context.mdat Step 1 (offerswebanatomy-setup, never blocks)What does this skill do?
Adds the demand side to a pack that only modeled the supply side. Build mode ("build a persona", "what are my customers' objections") researches a sourced reader model into
.agents/webanatomy-persona.md: ranked objections with source tags (user-stated>review-mined>inferred, never invented), the reader's vocabulary, proof preferences, optional buying committee, and a competitor claims map. Challenge mode ("cold read this as my customer", "would my customer buy this") reads any live page, write-page draft, or build-page wireframe as that reader — five-second read, scroll narrative, objection ledger, credibility flags, click decision — and writeschallenge.json, a pass/fail handoffwrite-pageconsumes to rewrite only what failed (max two loops).Wiring into the existing pipeline (no parallel pipeline):
audit-page0.4.0 — Step 4.5 objection coverage when the persona file exists; optionalobjectionCoverageblock inaudit.json(schema stays v2).write-page0.6.0 — copy angles labeled with the objection they answer, persona vocabulary feeds the customer-language rule, claims-parity check, FAIL challenge as highest-precedence brief in Step 1.5.webanatomy-setup0.4.1 — suggestspersonaas a next move../bump-version.sh; VERSIONS.md entry added, roadmap renumbered; orchestration doc gains Part 3 recording why this is one sourced persona and not a five-judge copy tournament (the information test).After merge:
git tag v0.5.0 && git push --tags && gh release create v0.5.0 --target main.Test plan
./validate-skills.sh— 8/8 pass🤖 Generated with Claude Code