Skip to content

Managing Sections & Presets

GDDKit operates on a modular section structure. Instead of working with one massive, unmanageable text file, your design document is divided into clean, focused sections.

These sections can be easily reordered, customized, and styled.


Section Presets

When you create a project, or when you click Add Section, you can select from 12 built-in presets. Each preset comes with an industry-standard template content to guide your writing:

Preset KeyPreset NameDescription & Template Content
overviewOverviewHigh-level summary, target audience, core pillars, and competitor comparison.
coreLoopCore LoopThe central gameplay loop: action, feedback, and rewards.
mechanicsMechanicsDetailed player movement, combat systems, inputs, and interactions.
storyStory & NarrativePlot outline, backstory, pacing, themes, and narrative style.
charactersCharactersProtagonists, antagonists, NPCs, stats, and character arcs.
worldWorld & LoreGame setting, world geography, history, factions, and rules.
artDirectionArt DirectionVisual style, color palettes, references, UI styling, and asset list.
audioDirectionAudio DirectionSound effects list, musical score references, and voiceover guidelines.
uiUxUI / UXMenu flows, HUD elements, control schemes, and accessibility options.
technicalSpecsTechnical SpecsGame engine, tooling, performance targets, database structure, and netcode.
scopeScopeFeature list, minimum viable product (MVP) scope, and cut features list.
milestonesMilestonesDevelopment phases (Pre-production, Alpha, Beta, Gold) and roadmaps.

Adding Custom Sections

If your game requires a section not covered by the presets (for example, Monetization Model, Localization Plan, or AI Systems):

  1. Click the Add Section button (+ icon) at the bottom of the left sidebar.
  2. Choose Custom Blank Section.
  3. Type a Display Name for the section.
  4. (Optional) Choose a custom icon.
  5. Click Add.

Managing Sections via Context Menu

You can easily configure sections directly from the Left Sidebar using the Right-Click Context Menu. Right-click any section card to perform these actions:

  • Rename / Edit Section: Edit the title or visual icon configuration of the section.
  • Save as Preset: Save the active section’s contents as a custom preset. It will become available in the “Saved” category of the Add Section dialog for future use.
  • Delete Section: Instantly deletes the section from your document.

Reordering Sections (Drag & Drop)

The order of sections in your left sidebar represents the exact order in which they will be exported to Markdown or PDF.

To change the layout structure:

  • Click and hold a section card in the Left Sidebar.
  • Drag it up or down to your desired position.
  • Release the mouse button.
  • GDDKit will instantly re-arrange the document structure.

Deleting Sections

If a section is no longer needed:

  1. Right-click the section in the Left Sidebar and choose Delete.
  2. Confirm the deletion in the dialog.