feat(fiction-assistance): register plugin with full bespoke command set
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>
This commit is contained in:
91
fiction-assistance/skills/reviewing-fiction/SKILL.md
Normal file
91
fiction-assistance/skills/reviewing-fiction/SKILL.md
Normal file
@@ -0,0 +1,91 @@
|
||||
---
|
||||
name: reviewing-fiction
|
||||
description: Create comprehensive fiction reviews analyzing plot, characters, setting, pacing, and themes. Use when reviewing stories, manuscripts, or novels. Use PROACTIVELY when user asks to "review this story" or "analyze my manuscript".
|
||||
---
|
||||
# Reviewing Fiction
|
||||
|
||||
This skill explains how to perform a comprehensive fiction review.
|
||||
|
||||
## When to Use This Skill
|
||||
|
||||
Use this skill when:
|
||||
- User requests a comprehensive review of fiction
|
||||
- Analyzing a story, novel, or manuscript
|
||||
- Providing structured feedback on creative writing
|
||||
- User asks "review my story" or "what do you think of this draft"
|
||||
|
||||
Do NOT use this skill for:
|
||||
- Quick grammar checks (use editing tools)
|
||||
- Plot brainstorming (use creative writing skills)
|
||||
- Single-aspect feedback (character analysis only, etc.)
|
||||
|
||||
## Quick Start
|
||||
|
||||
### Short Fiction, Single File
|
||||
|
||||
Given that the user provides a story (in context or a filename).
|
||||
|
||||
You will:
|
||||
1. Read the story/file.
|
||||
2. Apply the scene template to each scene.
|
||||
3. Create a comprehensive review document.
|
||||
4. Add final assessment.
|
||||
|
||||
Output: `Review of [Title] - YMD.md`
|
||||
|
||||
## Core Workflow
|
||||
|
||||
**Short Fiction, Single File** - The strategy for short fiction is slightly different as all the scenes are in one file. Tasks are not required but may be used if considered appropriate.
|
||||
|
||||
**Long Fiction, Multiple Files** - To avoid overloading the context window use Task and Todos frequently and strategically while updating an external document as you go. Don't keep it all in your head (context). Pass a scene/chapter filename and the template to the Task and have it perform the update. Only read the result for the final review.
|
||||
|
||||
### Scene Review Method
|
||||
|
||||
- Identify the output file. Prompt the user if needed. Suggest "Review of TITLE - YMD.md" as a default.
|
||||
- Repeat the template for every scene in the piece.
|
||||
- If there are multiple files (scenes, chapters, etc.) then start at the natural start and work to the natural end.
|
||||
- After each scene, update the document. Do not attempt to keep everything in the context for later (it may compact at any time).
|
||||
- Use Todos to keep track of outstanding work (again, risk of compaction).
|
||||
|
||||
### Scene Review Template
|
||||
|
||||
For each scene, use the following template:
|
||||
|
||||
- **Scene Template**: [Scene Template](Template.md) - Apply this structure to each scene
|
||||
|
||||
### Story Review
|
||||
|
||||
Once all scenes are reviewed, add a final review of the work.
|
||||
|
||||
```
|
||||
# Final Review
|
||||
|
||||
[What was good? Great?]
|
||||
|
||||
[Where did it fall short? Is it a problem or just something to keep in mind?]
|
||||
|
||||
[Is the plot clear? What was the climax? Was it earned and satisfying?]
|
||||
|
||||
[Did the resolution actually resolve the conflict? What questions is the reader left with? Is that a good thing?]
|
||||
|
||||
[Discuss the pacing and scene flow. Mention any scenes that aren't earing their space.]
|
||||
|
||||
[Discuss any standout characters. Optionally: any characters who may have unmet potential.]
|
||||
|
||||
[What're the overarching themes? Are they strong? What supports them?]
|
||||
|
||||
[What's the market fit? Is this professional level for that market?]
|
||||
|
||||
[Optional: Discuss any specific action steps needed.]
|
||||
|
||||
[What do you think about the piece? This is your space to share whatever comes to mind.]
|
||||
```
|
||||
|
||||
|
||||
# Considerations
|
||||
|
||||
- When something is incorrect, be clear and objective.
|
||||
- When something is confusing, explain what the reader might be led to believe—remember the author may be trusting the reader as well.
|
||||
- When something could be more professional, be clear about the rule and provide multiple examples.
|
||||
- When the author does something well, be sure to call it out. A review is a rough ride and it's good to showcase the wins.
|
||||
- Fiction is a subjective experience and authors are invested in their work. Don't avoid criticism, but do think about how it will taken.
|
||||
72
fiction-assistance/skills/reviewing-fiction/Template.md
Normal file
72
fiction-assistance/skills/reviewing-fiction/Template.md
Normal file
@@ -0,0 +1,72 @@
|
||||
Text in brackets explains what you should write.
|
||||
|
||||
```
|
||||
## Scene [number and/or name]
|
||||
|
||||
[One line synopsis]
|
||||
|
||||
### Plot
|
||||
|
||||
**Story Arc Position** - [Where does this scene sit in the overall story arc progression?]
|
||||
**Scene Purpose** - [What is the purpose of this scene? Is it clear?]
|
||||
**Scene Arc** - [What is the beginning, middle, and end of the scene's arc? Is it clear?]
|
||||
**Scene Anchoring** - [Is this scene grounded in time, place, and circumstance?]
|
||||
**Hooks** - [Does this scene have clear entry and exit hooks? Are they effective?]
|
||||
**Tension** - [What creates suspense or unease? Is it sustained?]
|
||||
**Conflict** - [What is the central conflict in this scene? Is the premise strong or weak?]
|
||||
**Revelation** - [What is revealed in this scene, either to characters or the reader?]
|
||||
**Action/Sequel** - [Does the scene advance the plot or show reaction/reflection?]
|
||||
|
||||
#### Plot Assessment
|
||||
|
||||
[Scene strengths]
|
||||
|
||||
[Scene weaknesses and areas for improvement]
|
||||
|
||||
[Discuss pacing, flow, and length, if needed]
|
||||
|
||||
[Discuss the tension, conflicts, and revelations. Are the organic, meaningful, well-timed and appropriate?]
|
||||
|
||||
[Considering the above points, reflect on the scene's plot.]
|
||||
|
||||
### Characters
|
||||
|
||||
**Characters Present** - [All characters present in the scene]
|
||||
**Primary POV** - [What perspective tells the scene? Was it consistant? Easy to follow?]
|
||||
**POV Goal** - [What does the primary POV character want to achieve in this scene?]
|
||||
**Plot Relation** - [Is that goal related to the plot? How (concise)?]
|
||||
**Consequences** - [What happens if the character fails to meet the goal?]
|
||||
**Impact** - [Which characters are impacted by this scene? How?]
|
||||
|
||||
#### Character Assessment
|
||||
|
||||
[Did the characters feel consistant in action and voice?]
|
||||
|
||||
[Was the POV managed well? Were changes clear an unambiguous? Was the correct POV chosen?]
|
||||
|
||||
[Were the character goals compelling?]
|
||||
|
||||
[Considering the above points, reflect on how the character work in the scene.]
|
||||
|
||||
### Setting
|
||||
|
||||
**Location** - [Where does the scene take place? Is that clear and specific?]
|
||||
**Time and Date** - [When does the scene take place? Is that clear and specific?]
|
||||
**Objects** - [What items, props, or details appear?]
|
||||
**Senses** - [What builds sensual atmosphere? Sight? Smell? Sound? Taste? Touch?]
|
||||
**Emotional Impact** - [How does the setting reinforce the scene's emotional tone?]
|
||||
**Weather** - [How does the weather support the scene? Was it omitted when it could have been useful?]
|
||||
|
||||
### Setting Assessment
|
||||
|
||||
[Was the setting description balanced within the scene? Not too much or too little? Did it feel authentic? Clichéd?]
|
||||
|
||||
[Did the setting enhance or distract?]
|
||||
|
||||
[Considering the above points, reflect on the scene's setting and if it was used well, as well as any other thoughts about the setting.]
|
||||
|
||||
### Final Thoughts
|
||||
|
||||
[Whatever you'd like to add about the scene, or omit the section if nothing comes to mind.]
|
||||
|
||||
```
|
||||
173
fiction-assistance/skills/reviewing-fiction/review-all.md
Normal file
173
fiction-assistance/skills/reviewing-fiction/review-all.md
Normal file
@@ -0,0 +1,173 @@
|
||||
# 5-Phase Novel Self-Editing Prompts
|
||||
|
||||
## Phase 1: Basic Plot Review
|
||||
|
||||
**Instructions:** Go through each scene in your manuscript and analyze these foundational plot elements. Create a scene-by-scene breakdown.
|
||||
|
||||
**Prompt:**
|
||||
“Please analyze my manuscript scene by scene for basic plot elements. For each scene, evaluate:
|
||||
|
||||
1. **Scene Name/Title** - Give each scene a descriptive name that captures its essence
|
||||
2. **Story Arc Position** - Where does this scene fit in the overall story progression?
|
||||
3. **Scene Purpose** - What specific function does this scene serve in advancing the plot?
|
||||
4. **Opening Type** - How does the scene begin? (Action, dialogue, description, etc.)
|
||||
5. **Closing Type** - How does the scene end? Does it create momentum?
|
||||
6. **Scene Anchoring** - Is the scene grounded in time, place, and circumstance?
|
||||
7. **Entry Hook** - What draws the reader into this scene?
|
||||
8. **Exit Hook** - What compels the reader to continue to the next scene?
|
||||
|
||||
For each scene, provide:
|
||||
|
||||
- A brief assessment of strengths and weaknesses
|
||||
- Suggestions for improvement
|
||||
- Notes on pacing and flow
|
||||
- Word count balance recommendations
|
||||
|
||||
Focus on the foundational structure before diving into advanced elements.”
|
||||
|
||||
-----
|
||||
|
||||
## Phase 2: Advanced Plot Review
|
||||
|
||||
**Instructions:** Now examine the deeper plot mechanics that drive engagement and emotional impact.
|
||||
|
||||
**Prompt:**
|
||||
“Building on the basic plot analysis, examine each scene for these advanced plot elements:
|
||||
|
||||
1. **Tension** - What creates suspense or unease? Is it sustained throughout?
|
||||
2. **Conflict** - What obstacles, disagreements, or challenges drive the scene?
|
||||
3. **Revelation** - What new information is revealed to characters or readers?
|
||||
4. **Backstory Integration** - How is past information woven naturally into the present?
|
||||
5. **Flashback Usage** - Are any flashbacks necessary, clear, and well-integrated?
|
||||
6. **Scene Middle** - Does the scene have a strong middle that maintains interest?
|
||||
7. **Scene Climax** - What is the peak moment or turning point of each scene?
|
||||
8. **Action/Sequel Balance** - Does the scene advance plot (action) or show reaction/reflection (sequel)?
|
||||
9. **Reader Knowledge Gained** - What does the reader learn that advances their understanding?
|
||||
|
||||
Evaluate:
|
||||
|
||||
- Whether tension escalates appropriately throughout the manuscript
|
||||
- If conflicts feel organic and meaningful
|
||||
- Whether revelations are well-timed and impactful
|
||||
- The balance between action and reflection
|
||||
- Areas where scenes feel flat or disconnected”
|
||||
|
||||
-----
|
||||
|
||||
## Phase 3: Complete Character Analysis
|
||||
|
||||
**Instructions:** Examine how characters function within each scene and throughout the overall narrative.
|
||||
|
||||
**Prompt:**
|
||||
“Analyze the character elements throughout my manuscript:
|
||||
|
||||
**Basic Character Elements:**
|
||||
|
||||
1. **Character List per Scene** - Who appears or is mentioned in each scene?
|
||||
2. **Point of View (POV)** - Whose perspective tells each scene? Is it consistent?
|
||||
3. **POV Goal** - What does the POV character want to achieve in this scene?
|
||||
|
||||
**Advanced Character Elements:**
|
||||
4. **POV Internal Goal** - What deeper, emotional need drives the character?
|
||||
5. **Goal Related to Plot** - How do character goals connect to the main story?
|
||||
6. **Failure Consequences** - What happens if the character fails to achieve their goal?
|
||||
7. **Impact on POV Character** - How does the scene change the POV character?
|
||||
8. **Impact on Protagonist** - How does this scene affect the main character’s journey?
|
||||
9. **Character Knowledge Gained** - What does the character learn or realize?
|
||||
10. **Character in Motion** - Is the character actively participating or passively observing?
|
||||
|
||||
Assess:
|
||||
|
||||
- Character consistency and development arcs
|
||||
- Whether POV shifts are clear and purposeful
|
||||
- If character goals create compelling motivation
|
||||
- The balance of character growth across scenes
|
||||
- Whether secondary characters serve meaningful purposes
|
||||
- Name confusion or character overload issues”
|
||||
|
||||
-----
|
||||
|
||||
## Phase 4: Complete Setting Analysis
|
||||
|
||||
**Instructions:** Evaluate how setting enhances mood, supports plot, and engages the senses.
|
||||
|
||||
**Prompt:**
|
||||
“Examine the setting elements in each scene of my manuscript:
|
||||
|
||||
**Basic Setting Elements:**
|
||||
|
||||
1. **Location** - Where does each scene take place? Is it clear and specific?
|
||||
2. **Dates and Times** - When does the action occur? Is timing clear?
|
||||
3. **Objects** - What relevant items, props, or details appear?
|
||||
4. **Sight** - What visual details create atmosphere?
|
||||
5. **Smells** - Are appropriate scents mentioned to enhance immersion?
|
||||
6. **Sounds** - What auditory details support the scene?
|
||||
7. **Tastes** - When relevant, are taste sensations included?
|
||||
8. **Touch** - What tactile details ground the reader in the scene?
|
||||
9. **Emotional Impact** - How does the setting reinforce the scene’s emotional tone?
|
||||
|
||||
**Advanced Setting Elements:**
|
||||
10. **Location Split** - Should any scenes be divided across multiple locations?
|
||||
11. **Weather** - How does weather support mood, plot, or characterization?
|
||||
|
||||
Evaluate:
|
||||
|
||||
- Whether description is balanced (not too much or too little)
|
||||
- If setting details match the POV character’s perspective
|
||||
- Whether locations feel authentic and serve the story
|
||||
- If sensory details avoid clichés and add variety
|
||||
- How setting supports pacing and emotional beats
|
||||
- Whether weather and environmental details enhance rather than distract”
|
||||
|
||||
-----
|
||||
|
||||
## Phase 5: Story Structure Integration
|
||||
|
||||
**Instructions:** Synthesize all previous analyses to evaluate overall story architecture and flow.
|
||||
|
||||
**Prompt:**
|
||||
“Using insights from the previous four phases, analyze the overall structure and integration of my manuscript:
|
||||
|
||||
**Story Architecture:**
|
||||
|
||||
1. **Inciting Incident** - Is it clear, compelling, and well-placed?
|
||||
2. **Plot Points** - Are major turning points obvious and impactful?
|
||||
3. **Climax** - Does the climax feel earned and satisfying?
|
||||
4. **Resolution** - Does the ending resolve key conflicts appropriately?
|
||||
|
||||
**Integration Analysis:**
|
||||
5. **Scene Flow** - Do scenes connect logically and maintain momentum?
|
||||
6. **Pacing Rhythm** - Is there good variation between fast and slow scenes?
|
||||
7. **Character Arc Completion** - Do characters grow consistently throughout?
|
||||
8. **Setting Consistency** - Do locations and time periods feel coherent?
|
||||
9. **Theme Reinforcement** - How do plot, character, and setting support central themes?
|
||||
|
||||
**Structural Recommendations:**
|
||||
|
||||
- Scenes that should be added, removed, or combined
|
||||
- Pacing adjustments needed
|
||||
- Character development gaps to address
|
||||
- Setting opportunities to enhance story impact
|
||||
- Overall readability improvements
|
||||
|
||||
**Final Assessment:**
|
||||
Provide a comprehensive evaluation of:
|
||||
|
||||
- The manuscript’s greatest strengths
|
||||
- Top 3-5 areas needing improvement
|
||||
- Specific action steps for revision
|
||||
- Overall readability score and market readiness
|
||||
|
||||
Consider how all 38 story elements work together to create a cohesive, engaging narrative that will keep readers turning pages.”
|
||||
|
||||
-----
|
||||
|
||||
## Usage Notes:
|
||||
|
||||
- **Complete each phase fully** before moving to the next
|
||||
- **Take detailed notes** during each phase for reference
|
||||
- **Allow time between phases** to maintain objectivity
|
||||
- **Consider having each phase reviewed** by a writing partner or beta reader
|
||||
- **Use the final phase** to create a revision roadmap
|
||||
|
||||
Each phase builds upon the previous ones, creating a comprehensive understanding of your manuscript’s strengths and areas for improvement.
|
||||
Reference in New Issue
Block a user