Capture raw ideas, proposals, issues, and bug reports into the dev-docs/_inbox/ directory with a consistent structured format. Use this when the user wants to record an idea or concept that needs triage before becoming a formal proposal, ADR, or issue.
Capture incoming ideas and concepts into dev-docs/_inbox/ with consistent YAML frontmatter and structure for downstream triage.
All inbox items must be placed in: dev-docs/_inbox/
XX. SHORT_DESCRIPTION.md
Where:
XX — two-digit incremental number (00, 01, 02…)SHORT_DESCRIPTION — brief description in UPPERCASE with underscoresBefore creating a new inbox item, check existing files in dev-docs/_inbox/ and use the next incremental number.
00. GHOST_TEXT_MODE.md
01. PLUGIN_SYSTEM.md
02. COLLABORATIVE_EDITING.md
Every inbox item must start with YAML frontmatter followed by a structured body:
---