From fiction
Resumes fiction writing projects by loading context from README.md, themes, characters, world, chapters, and suggesting prioritized next steps with concrete actions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/fiction:go [path/to/project][path/to/project]The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Resume work on a fiction project. This loads the project into context and provides a clear recommendation for what to work on next.
Resume work on a fiction project. This loads the project into context and provides a clear recommendation for what to work on next.
git log --oneline -3 2>/dev/null || echo "not a git repo"cat progress.md 2>/dev/null | head -20 || echo "no progress.md"Find Project Root — Look for README.md with story information, chapters/ directory, characters/ directory.
Read Core Documents:
Read Character Documents — All files in characters/
Read World Documents — All files in world/
Scan Chapters:
manuscript-digest.md in the project rootTask tool with subagent_type: "fiction:reader-digest"
prompt: "Create a skim digest for [project-path]"
Check Supporting Directories:
After loading, use the next agent to assess status and suggest what to do:
Task tool with subagent_type: "fiction:next"
prompt: "Assess project status and suggest next steps for: [project-path]"
Output the combined result:
## Project Loaded: [Name]
**Premise:** [One sentence]
**Status:** [X] chapters drafted, [Y] outlined
**Characters:**
- [Protagonist] — [brief description]
- [Other key characters]
**Builds:** [Latest: builds/2026-01-18/name.epub] or [No builds yet]
**Covers:** [X iterations, final cover ready] or [No covers yet]
**Critiques:** [X critiques, latest: 2026-01-19] or [No critiques yet]
**Synopses:** [X synopses, latest: 2026-01-19] or [No synopses yet]
---
## What to Do Now
**[Single clear recommendation from next agent]**
[Why this is the priority]
### Concrete Steps
1. **[First action]** — [Specific, immediate]
2. **[Second action]** — [What follows]
3. **[Third action]** — [Completion point]
## Command to Run
`/fiction:[relevant command]`
/fiction:go # Resume project in current directory
/fiction:go /path/to/project # Resume specific project
If arguments provided: $ARGUMENTS
/fiction:nextnpx claudepluginhub howells/fiction --plugin fictionSearches MemPalace before answering questions about past work, people, projects, or prior decisions. Returns verbatim stored content instead of guessing from model memory.
Guides Payload CMS config (payload.config.ts), collections, fields, hooks, access control, APIs. Debugs validation errors, security, relationships, queries, transactions, hook behavior.
Implements vector databases with Pinecone, Weaviate, Qdrant, Milvus, pgvector for semantic search, RAG, recommendations, and similarity systems. Optimizes embeddings, indexing, and hybrid search.