project-scaffolder
Project Scaffolder Skill
This skill provides templates and guidance for scaffolding new self-learning resource projects.
Templates
The following templates are available in this skill directory:
| Template | Purpose |
|---|---|
| plan-template.md | Project structure with Part/Chapter/Section hierarchy |
| task-template.md | Session-based task checklist mirroring plan.md |
| persona-template.md | Writer/Reader persona and code policy definitions |
| project-context-template.md | Target environment and reference URLs |
| claude-md-template.md | CLAUDE.md project instructions |
Workflow
1. Information Gathering
Before scaffolding, collect the following information:
- Topic: Subject of the learning resource
- Total Pages: Estimated page count (50/100/200+)
- Language: Primary language (ko/en)
- Target Audience: Experience level (beginner/intermediate/advanced)
- Target Environment: OS, tools, versions
2. File Generation Order
plan.md- Main structure document (use plan-template.md)task.md- Session-divided checklist (use task-template.md)persona.md- Writer/Reader definitions (use persona-template.md)project-context.md- Environment and references (use project-context-template.md)CLAUDE.md- Project instructions for Claude (use claude-md-template.md)
3. Structure Guidelines
Hierarchy
- Part: Major theme (50-100 pages), contains 3-6 chapters
- Chapter: Topic group (15-30 pages), contains 3-5 sections
- Section: Single concept (5-12 pages)
Page Allocation Formula
| Content Type | Percentage |
|---|---|
| Introduction/Overview | 5-8% |
| Core Content | 60-70% |
| Practice/Examples | 20-25% |
| Summary/Review | 5-8% |
4. Session Division Rules
When creating task.md, divide work into Claude Code sessions:
- 1 session = 3-5 sections or 20-40 pages
- Group sections within the same Chapter/Part
- Consider dependencies (prerequisite → subsequent)
- Mark session boundaries with HTML comments:
<!-- Session 1: Part 1 Foundations -->
- [ ] 1.1 Introduction (8p)
- [ ] 1.2 Core Concepts (7p)
<!-- Session 2: Part 1 Architecture -->
- [ ] 1.3 System Design (10p)
5. Placeholder Variables
Use {VARIABLE_NAME} format for all placeholders:
| Variable | Description |
|---|---|
{PROJECT_TITLE} |
Project name |
{TARGET_SYSTEM} |
Target OS/environment |
{TARGET_AUDIENCE} |
Reader experience level |
{TOTAL_PAGES} |
Total estimated pages |
{DATE} |
Creation/update date |
{PART_TITLE} |
Part title |
{CHAPTER_TITLE} |
Chapter title |
{SECTION_TITLE} |
Section title |
{PAGES} |
Page count for section |
Quality Checklist
Before completing scaffolding, verify:
- All placeholder variables use
{VARIABLE_NAME}format - plan.md has proper Part/Chapter/Section hierarchy
- task.md mirrors plan.md structure exactly
- Session boundaries are marked with HTML comments
- Page allocations sum to total target pages
- All template files are properly referenced
More from bityoungjae/marketplace
mathjax-rendering
Render mathematical formulas in Obsidian using LaTeX/MathJax syntax. Use when writing equations, matrices, integrals, summations, or any mathematical notation in Obsidian notes.
27tikzjax-diagramming
Create TikZ diagrams in Obsidian using TikZJax plugin. Use when visualizing geometric shapes, coordinate systems, game scenes, circuit diagrams, chemical structures, or complex technical drawings that require precise positioning.
8commit-helper
Analyzes git changes and creates commits with Korean messages following Conventional Commits. Use when the user asks to commit, make commits, organize changes, or says "커밋해줘", "변경사항 정리해줘", "커밋 만들어줘".
5mermaid-diagramming
Create Mermaid diagrams in Obsidian including flowcharts, sequence diagrams, class diagrams, and more. Use when visualizing processes, system architectures, workflows, or any structured relationships in Obsidian notes.
5neovim-debugging
Debug Neovim/LazyVim configuration issues. Use when: user reports Neovim errors, keymaps not working, plugins failing, or config problems. Provides systematic diagnosis through hypothesis testing, not just checklists. Think like a detective narrowing down possibilities.
4project-interview
Resources for conversational interviews to create learner profiles. Used by project-interviewer agent during /init.
4