Skip to main content

Slash Commands Reference

Slash commands provide quick shortcuts in the PostQode chat interface to delegate subtasks, manage token context windows, create organization rules, and trigger built-in developer workflows.

Type / in the chat input to open the interactive command autocomplete menu.


⚡ Core Slash Commands

🧠 /deep-planning

Launches a silent, multi-phase codebase investigation to build a detailed architectural implementation plan before modifying files.

View /deep-planning Guide →
📦 /compact

Compresses conversation token history by generating a structured checkpoint summary while preserving active architectural decisions.

View /compact Guide →
📋 /newtask

Distills key context and conclusions from the active task and starts a fresh, clean task session.

View /newtask Guide →
📝 /newrule & /newglobalrule

Creates project-specific rules in .postqode/rules/ or global developer rules in ~/.postqode/rules/.

View Rules Guide →
🔄 /newworkflow & /workflow

Defines repeatable multi-step automation workflows in .postqode/workflows/ executable by name.

View Workflows Guide →
🔍 /init

Performs an automated codebase architecture scan to generate or update repository guidelines (AGENTS.md).

View /init Guide →
🐛 /reportbug

Collects system environment diagnostics and drafts a GitHub issue report with error logs and reproduction steps.

View /reportbug Guide →

📊 Complete Commands Table

CommandScopePurposeDocumentation
/deep-planningUniversalDeep architectural investigation and planningDetails
/compactUniversalCompress active conversation tokensDetails
/newtaskUniversalStart fresh task session with distilled contextDetails
/initUniversalGenerate project AGENTS.md codebase mapDetails
/newruleUniversalCreate project rule in .postqode/rules/Details
/newglobalrule / /globalruleUniversalCreate user-wide rule in ~/.postqode/rules/Details
/newworkflow / /workflowUniversalCreate project workflow in .postqode/workflows/Details
/newglobalworkflow / /globalworkflowUniversalCreate global workflow in ~/.postqode/workflows/Details
/reportbugUniversalCompile and file GitHub bug reportDetails
/explain-changesVS CodeStream line-by-line diff explanationDetails