Playbooks are markdown-based project workspaces structured around specific use cases — product planning, research, campaign design, and more. Each playbook provides organized folders, document templates, and AI facilitation through tailored instructions.
Creating a Playbook
- Click Playbooks in the sidebar.
- Click Create New Playbook (or New Playbook + in the footer).
- Choose a creation mode:
- Template: Select from built-in or custom templates. Shows a preview of the template structure.
- Custom: AI-driven scaffolding. Describe what you want to build and the AI creates the file structure.
- Empty: Start with a blank playbook.
- Select an AI model for the playbook’s chat.
- Choose a storage location:
- Workspace Playbook (recommended): Stored in the workspace directory.
- Local Playbook: Choose a folder on your computer.
- Remote Playbook: For team collaboration with real-time sync.
- Enter a name and click Create.
Interface Layout
Playbooks have a three-panel resizable layout:
- Left Sidebar (File Tree): Playbook selector at top, expandable file tree, New Playbook + at bottom.
- Middle Panel (File Editor): Shows the current file with format-specific editing (Markdown, Marp slides, HTML, plain text).
- Right Panel (Chat): AI assistant for the playbook. Type prompts, use slash commands, attach files.
Drag the dividers between panels to resize them.
File Management
- Create File: Right-click a folder → Create File → enter filename.
- Create Folder: Right-click a folder → Create Folder → enter name.
- Rename: Right-click → Rename.
- Delete: Right-click → Delete → confirm.
Markdown Editor
Playbook markdown files open in a rich WYSIWYG editor (TipTap) with a toolbar:
- Formatting: Bold, Italic, Underline, Strikethrough, Code, Highlight.
- Structure: Paragraph, Heading 1–4.
- Lists: Bullet, Numbered, Task lists.
- Other: Code blocks, Tables, Links, Text alignment.
- Source View: Toggle between WYSIWYG and raw markdown.
- Outline: Toggle document outline for easy navigation.
Files auto-save after you stop typing. Status indicator shows “Saving…” then “Saved”.
Searching
Search in Editor
Press Cmd+F (Mac) or Ctrl+F (Windows) while in the editor to search within the current file.
Search Across All Files
Click the magnifying glass icon in the sidebar header (or press Cmd+Shift+F). Results appear grouped by file with match counts. Click a match to jump to that line.
Exporting Documents
- Markdown files (.md): Click the export button in the toolbar → Download as DOCX.
- Marp presentations (.md with
marp: true): In slideshow view → click the download button → exports as PPTX.
Marp Presentations
Create slide presentations using Marp syntax:
- Create a new
.mdfile withmarp: truein the YAML frontmatter. - Edit slides using markdown (separate slides with
---). - Click Switch to Slideshow to preview.
- Slideshow toolbar: Previous/Next slide, page counter, Fullscreen, View Source, Export to PPTX.
Chat & AI Assistant
The right panel provides an AI chat for the playbook:
- Type questions or instructions about your playbook content.
- Use slash commands (
/skill-name) to invoke playbook skills. - The current file and selected text are automatically included as context.
- Supports file attachments (drag or paste images).
- Messages stream in real-time with a Stop button to cancel.
Playbook Settings
Click the three-dot menu ( ⋮ ) in the sidebar header → Settings:
General
- Edit playbook name and description.
Skills
- Create and manage playbook-specific slash commands.
- Click + New Skill → enter name and markdown content → Save.
- Skills are saved as
.mdfiles in.stationone/skills/. - Use in chat by typing
/skill-nameor/skill-name arguments.
Automation
Schedule automatic skill execution:
- Click Add to create a new automation rule.
- Select a skill from the dropdown.
- Choose a schedule type:
- Cron: Specific times (e.g., every weekday at 9 AM). Visual scheduler with preset buttons.
- Interval: Regular frequency (e.g., every 2 hours).
- Enable Catch-up to run missed executions when the app was closed.
- Preview shows the next 3 scheduled runs.
- Optionally provide a prompt if the skill accepts
$ARGUMENTS. - Click Save.
Templates
Using Templates
When creating a playbook, select “Template” mode and choose from:
- System Templates: Built-in (Workspace Creator, Workflow Tracker, OKR Planning, etc.).
- User Templates: Templates you’ve created.
- Library Templates: Installed from the online gallery.
Creating a Template from a Playbook
- Three-dot menu → Save as Template.
- Step 1: System analyzes your playbook files.
- Step 2: Select which files to include (checkboxes, Select All/Exclude All).
- Step 3: Enter template name, description, and optional initial prompt.
- Click Save.
Template Library
- Browse: Workspace Settings → Templates → Browse Library → opens https://platform.stationone.ai/library/playbooks.
- Publish: Workspace Settings → Templates → right-click → Share to Library → fill in name, description, tags, visibility → Publish.
- Install: From the library website, click Install to add a template to your workspace.
Switching Between Playbooks
Click the playbook name at the top of the sidebar to open a dropdown showing all playbooks. Each shows activity indicators (generating, unread messages). Click to switch — file tree and chat reload instantly.
Deleting a Playbook
Three-dot menu → Delete → confirm. For workspace playbooks, all files are permanently deleted.