AtlasWork, planned itself.

The AI-native, all-in-one work platform. Tasks, projects, CRM, contracts, and analytics in one calm workspace.

All systems operational
  • SOC 2 II
  • ISO 27001
  • HIPAA
  • GDPR

Product

  • Overview
  • PDF tools
  • Diagram tools
  • People & HR
  • Integrations
  • Marketplace
  • Pricing

Resources

  • Guides
  • Glossary
  • Compare
  • Docs
  • API reference
  • Support
  • Changelog
  • Status

Company

  • About
  • Careers
  • Press
  • Contact

Legal & trust

  • Trust center
  • Security
  • Privacy
  • Terms
  • DPA
  • GDPR
  • SLA
  • Refunds
  • Google API data
Atlas, a product by wrxstack.com·© 2026 wrxstack·All rights reserved
PrivacyTermsSecurityStatus
Skip to documentation
Docs
Back to Atlas

Start here

  • Overview

Developer

  • REST API guide
  • Authentication
  • API reference
  • MCP (AI agents)
  • SDKs
  • Quick actions

Webhooks

  • Overview
  • Quickstart
  • Events
  • Payloads and headers
  • Security and signing
  • Delivery and retries
  • Managing via API

Connect

  • Connectors
  • Integrations

Product

  • Collaboration and chat

Reference

  • Glossary
  • Keyboard shortcuts
  • Module reference
Module reference

Module guide

Inbox triage

Keyboard-only GTD flow, one card at a time.

Open module/inbox/triage
personalgtd

Overview

Picks tasks that need a decision (no assignee, schedule, or priority, or a recent capture) and shows them one at a time. Keybinds apply a deterministic outcome: E for today, W for this week, L to snooze 2 weeks, X to archive, and Space to skip.


Highlights

The capabilities worth knowing before you dive in.

  • pickTriageCandidates() in shared-types is pure
  • A progress bar tracks toward inbox zero
  • No network call on skip; real outcomes hit the PATCH, snooze, and archive endpoints

Important to know

Limits, permissions, and sharp edges to keep in mind.

  • Triage is opt-in; nothing changes unless you hit one of the decision keys.
  • Skipped cards come back next session, so skip is not the same as dismiss.

How to use it

The primary workflow, start to finish.

  1. 1Open /inbox/triage after a capture or a long break.
  2. 2Decide each card with one key. Done.

FAQ

Does triage change anything if I just look at it?
No. Triage is opt-in and nothing moves until you press one of the decision keys. Opening the screen and closing it again leaves every task exactly as it was.
What is the difference between skipping and dismissing?
Skipping is not a decision. A skipped card returns in the next session, which is deliberate: it lets you pass over something you are not ready to judge without losing it. Archiving is the decision that takes it off the list.
Which tasks does triage choose to show me?
The ones that need a decision: no assignee, no schedule or no priority, plus anything captured recently. The selection is a pure function, so the same inbox produces the same queue.

Automate this module

Everything on this screen is scriptable. Drive it from the REST API, or let an AI agent run it through the MCP server.
All modules
Was this page helpful?

On this page

  • Overview
  • Highlights
  • Important to know
  • How to use it
  • FAQ