com um clique
go
Resume work on a fiction project. Loads context and suggests what to do next.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Resume work on a fiction project. Loads context and suggests what to do next.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
Build an EPUB from your fiction project. Compiles chapters, metadata, and optionally a cover image.
Create or develop a character document.
Generate book cover art prompts for image generation models. Reads project content and produces optimized prompts for Kindle-dimension covers.
Run line-level editing across chapters. Catches spelling, grammar, awkward phrasing, and word echoes.
This skill should be used when the user asks to "write a chapter", "write prose", "continue the story", "develop a character", "review my chapter", "critique my manuscript", "write a synopsis", "summarize my story", "plan my novel", "outline my book", "check for consistency", or mentions fiction writing, novels, short stories, scenes, or narrative craft.
Generate consistent chapter illustrations using motif series. Creates a visual style from the cover, builds character references, then generates one illustration per chapter with consistent styling.
| name | go |
| description | Resume work on a fiction project. Loads context and suggests what to do next. |
| argument-hint | [path/to/project] |
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:next