next

Read Holocron project state files and recommend the next writing action.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It prevents writing-session paralysis by answering the user’s “what should I do next?” question with a single, actionable recommendation based on the project’s current state.

Core Features & Use Cases

  • State-grounded next step: Reads the project’s writing artifacts (architecture, outline, characters, chapters, progress) to decide what action is highest-leverage right now.
  • One concrete recommendation: Outputs exactly one recommended next move with a short rationale, including the right follow-up command when applicable.
  • Stuck-context recovery: Helps when the user is overwhelmed, just finished a task, or needs a quick starting point.

Quick Start

Ask for the next step by saying: “/holocron:next”.

Frequently Asked Questions about next

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

FAQPage Schema
How do I decide what to write next when I feel stuck on a story project?▼

To overcome writing-session paralysis, a state-grounded recommendation tool reads your project's architecture, outline, characters, and chapters to output one high-leverage next action with a short rationale.

What is the best way to resume a writing session after an interruption?▼

The best way to resume a writing session after an interruption is analyzing your current project state files to generate one concrete next move alongside the appropriate follow-up command.

How do writing workflow tools determine the next action for story development?▼

Writing workflow tools determine the next action for story development by reading current progress and state files across chapters and characters, running an agent to select the highest-leverage step, and returning a one-line status.

Do I need specific project state files to get a writing recommendation?▼

Yes, you need specific project state files. The recommendation requires reading artifacts across your project's architecture, outline, characters, chapters, and progress to select the highest-leverage step.

Can I get multiple writing options when I am overwhelmed during story development?▼

No, you cannot get multiple writing options when overwhelmed. The system prevents decision paralysis by outputting exactly one recommended next move with a brief rationale rather than a list of choices.

What are the limitations of using automated next action recommendations for writing?▼

A limitation of using automated next action recommendations for writing is that the output is restricted to a single one-line status and one action, requiring you to manually execute the suggested step within your editor.