next-topic

Scan curriculum.json and wikidocs/pages to identify the next uncreated topic.

Updated Mar 27, 2026
One-click install
npx skills add https://github.com/SJayKim/Autobook --skill next-topic
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: next-topic
Source: https://github.com/SJayKim/Autobook/tree/main/.claude/skills/next-topic
Command: npx skills add https://github.com/SJayKim/Autobook --skill next-topic

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

커리큘럼 순서상 아직 작성되지 않은 다음 토픽을 자동으로 찾아내어 정보를 제공하고, 사용자의 확인 후 작성 흐름으로 넘겨주는 문제를 해결합니다.

Core Features & Use Cases

  • 커리큘럼의 작성 순서를 확인하고, 아직 작성되지 않은 다음 토픽을 식별합니다.
  • 선수 토픽 의존성을 검증하고, 필요한 경우 먼저 작성해야 하는 토픽을 안내합니다.
  • 팀이나 개인이 일정에 따라 순서를 따라가며 작성 작업을 시작하도록 돕습니다.

Quick Start

다음 미작성 토픽을 확인한 뒤 바로 작성 작업을 시작한다.

Frequently Asked Questions about next-topic

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

FAQPage Schema
How do I find the next unwritten topic in a curriculum?

To find the next unwritten topic, scan curriculum.json and wikidocs/pages to identify the next uncreated topic ID, validate curriculum order, check prerequisite topic dependencies, and present topic metadata for user confirmation.

How do I validate curriculum prerequisites before writing a new topic?

Validate curriculum prerequisites by scanning curriculum.json to list required prerequisite topics and ensure all prerequisite topic files exist in wikidocs/pages before presenting the next topic for writing.

What happens if a prerequisite topic is missing from my curriculum?

If a prerequisite topic is missing, the validation process identifies the absent prerequisite topic and guides you to write the required prerequisite topic first before proceeding to the next uncreated topic.

Can I use automated curriculum scanning in both manual and autonomous writing modes?

Automated curriculum scanning applies in both manual and autonomous modes, listing prerequisites and validating curriculum order and topic file presence before presenting the next uncreated topic metadata for confirmation.

What is the best way to maintain curriculum writing order across a team?

The best way to maintain curriculum writing order is to validate curriculum order and topic file presence systematically, ensuring all prerequisite topics exist before presenting the next uncreated topic for the team to write.

Why does my next topic validation fail when prerequisite pages are missing?

Next topic validation fails when prerequisite pages are missing because the process ensures all prerequisite topics exist in wikidocs/pages before presenting a new topic, preventing out-of-sequence curriculum writing.