Two shifts in scope:
- Remove the line-editor agent. The plugin no longer mutates the
manuscript — all commands report findings to the conversation
and leave revisions to the writer.
- Consolidate the consistency surface. /check-voice and
/check-continuity were narrow checks with overlapping concerns;
they are replaced by /check-consistency, a single broader pass
covering author voice, character voice, words-vs-actions
alignment, and in-world believability. Plot-logic and
sequencing concerns formerly in /check-continuity are now
served by /generate-timeline's consistency-issues section.
- Add /proofread for the mechanical layer that previously had no
command equivalent — grammar, tense, punctuation, spelling,
agreement, sentence-level clarity. Reports issues; does not edit.
Command count unchanged at nine. The plugin is now agent-free and
mutation-free; every command is read-only on the manuscript.
BREAKING CHANGE: /check-voice and /check-continuity are removed
(superseded by /check-consistency). The line-editor agent is
removed (use /proofread for reporting; the writer makes the edits).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Strip the Universalis-specific vault layout and card-management
machinery. The plugin is now a general-purpose fiction toolkit:
nine commands that take a manuscript path/glob/selection via
\$ARGUMENTS and write their output to the conversation.
Surviving commands, flattened into commands/:
- analyze-story: structural and statistical analysis
- bechdel-test: representation tests (Bechdel + related)
- check-continuity: plot/character/world continuity
- check-voice: per-character voice consistency
- developmental-review: structural feedback on a scene/chapter
- extract-research: world-building and research inventory
- final-review: synthesis of prior-phase reviews
- generate-timeline: chronology with consistency checks
- strategic-review: craft-based critique with priority ranking
Removed (vault and card management): 10 update-*-cards commands,
cleanup-generated, update-changed, update-links,
update-chapter-summaries, validate-story, validate-pdf, score-scenes.
The original bespoke command set is preserved in 65c29d7 for recovery.
Agent (line-editor) and skill (reviewing-fiction) were already
portable and are unchanged. plugin.json no longer needs the
commands subdirectory paths since the layout is flat. Marketplace
description updated to reflect the general-purpose scope.
BREAKING CHANGE: All update-*-cards, cleanup-generated, update-changed,
update-links, update-chapter-summaries, validate-story, validate-pdf,
and score-scenes commands are removed. perform-bechdel-tests is renamed
to bechdel-test. review-final is renamed to final-review.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Snapshot of the fiction-assistance plugin in its original Universalis-
specific form before generalization. Adds the missing plugin.json
manifest (subdirectory command paths explicitly listed), moves the two
stray root-level review files into their proper homes (review-all.md
into the reviewing-fiction skill, review-final.md as a command with
frontmatter), and registers the plugin in the marketplace.
Preserved here so the original card-generation and vault-maintenance
commands remain recoverable when the plugin is reduced to a portable
guidance-and-analysis subset in the next commit.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Nine new agents for fiction work: developmental editor, workshop
instructor, social media advisor, literary agent, bookseller, a
speculative novelist (Le Guin / Banks / Reynolds composite), and
three reader voices — traditional sci-fi, literary sci-fi, and an
omnivorous list-topping reader. Bumps plugin to 1.2.0 and updates
the marketplace blurb to reflect the broader roster.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Both plugins now have .claude-plugin/plugin.json manifests and are
listed in the root marketplace.json so they can be installed via the
plugin marketplace UI alongside council-of-experts and genealogy.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>