From research
Add new chapter stubs to an existing topic directory in a research project. Use when a topic already exists as a directory and you want to introduce additional chapters. Argument: topic directory name (relative to research/content/).
How this skill is triggered — by the user, by Claude, or both
Slash command
/research:research-add-chapter <topic-directory><topic-directory>opusThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are adding one or more new chapters (markdown stub files) to an existing topic directory. A chapter is a `.md` file under `research/content/<topic>/`. This skill bridges the gap between topic creation and chapter-level inquiry.
You are adding one or more new chapters (markdown stub files) to an existing topic directory. A chapter is a .md file under research/content/<topic>/. This skill bridges the gap between topic creation and chapter-level inquiry.
Topic directory: research/content/$ARGUMENTS
research/CLAUDE.md for project conventions, tone, scope, and goals.research/INDEX.md to understand existing topics and their chapters.research/content/.
/research-add-topic (to create the topic first)./research-restructure promote first.This is a brief Socratic exchange — typically 2-3 rounds. The topic's purpose is already established; you're scoping new chapters within it.
Explore with the user:
Guide the user, don't interrogate. Offer hypotheses when helpful — "Looking at the existing chapters, it seems like a chapter on X would naturally complement Y — does that match your thinking?"
Before generating files, present a summary:
Ask for confirmation before proceeding.
Create one stub file per new chapter in research/content/<topic>/:
---
title: "<Chapter Title>"
created: <today>
updated: <today>
---
# <Chapter Title>
Filenames use lowercase with hyphens, no numeric prefixes (consistent with project conventions).
Add the new chapter entries to research/INDEX.md under the existing topic section. Follow the existing format:
### <topic>/<chapter-file>.md
**Status**: stub
<1-2 sentence abstract>
Insert new entries in a logically appropriate position within the topic's section (not necessarily at the end). Preserve all existing content and structure — only add the new entries.
Present:
/research-inquiry <topic>/<chapter>.md for each new chapterDo NOT commit. The user will review and use /commit when ready.
The expected commit message format: research(add-chapter): <topic>/<chapter-names>
research/CLAUDE.md, DECISIONS.md, or glossary.md.Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub mtrense/skills --plugin research