go

Reload fiction project context and generate next-step instructions via holocron:next.

Updated May 9, 2026
One-click install
npx skills add https://github.com/PetitChu/holocron --skill go-petitchu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: go
Source: https://github.com/PetitChu/holocron/tree/main/skills/go
Command: npx skills add https://github.com/PetitChu/holocron --skill go-petitchu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It removes the friction of returning to a long fiction project by reloading the project’s state and pointing you to the most useful next action.

Core Features & Use Cases

  • Project context loading: Finds the project root by reading README.md, then loads core documents like README.md, themes.md, and craft/tone.md.
  • State-aware progress scanning: Reads progress.md and scans characters/, world/, and relevant chapter information, including optional manuscript-digest.md usage when appropriate.
  • Action recommendation generation: Delegates to the holocron:next agent to assess status and produce a prioritized plan of concrete steps for what to do next.

Quick Start

Run /holocron:go /path/to/project to reload the project and get a clear, prioritized recommendation for what to write next.

Frequently Asked Questions about go

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I resume writing my fiction project and figure out the next steps?

To resume writing your fiction project, this Skill loads your manuscript context from the project root and generates a prioritized plan of concrete next steps. It reads your README.md, character files, and world-building documents to reconstruct current drafting progress.

How does manuscript context loading work for a paused novella or novel?

Manuscript context loading works by locating the project root via README.md, then reading core documents like themes.md and craft/tone.md. It also scans progress.md and chapter content to rebuild your fiction project's current state before generating recommendations.

What file structure do I need to continue my fiction manuscript with this tool?

You need a holocron project folder containing README.md, craft guidance, and directories for characters/, world/, and chapter content. Optionally, including a manuscript-digest.md file helps the Skill better assess your drafting progress and determine next steps.

Can I use this to get chapter status and next step recommendations for a short story?

Yes, you can use this to get chapter status and next step recommendations for short stories, novellas, or novels. It assesses your drafting progress by scanning project files and invokes a next-step agent to produce a concrete, prioritized action plan.

What's the best way to reload project context after a long break from fiction writing?

The best way to reload project context after a break is to run the project path command. This automatically locates your project root, loads supporting documents like themes.md and progress.md, and outputs a clear recommendation for what to write next.