# Aside Site Asana

> Asana inbox, my-tasks, and task-pane guidance.

- Skill: `kunanonj/aside-site-asana` (Agent Skill)
- Install (CLI): `npx skillmds@latest add kunanonj/aside-site-asana`
- Raw SKILL.md: https://api.skillmd.com/api/skills/kunanonj/aside-site-asana/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: KunanonJ (https://skillmd.com/u/kunanonj)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/kunanonj/aside-site-asana

---

# Asana

## Canonical URLs

- Home: `https://app.asana.com/0/home`
- Inbox: `https://app.asana.com/0/inbox`
- My tasks: `https://app.asana.com/0/my_tasks`

## Working style

- Asana is session-based. If redirected to `/-/login?u=...`, keep the encoded `u` and continue after auth.
- Prefer copied task and project links for durable navigation.
- `My tasks` is the safest default surface for assigned work.
- Most task actions happen in the details pane. Re-snapshot after opening a task because the right pane updates in place.

## Useful shortcuts

- Focus search: `Tab+/`
- Quick add task: `Tab+Q`
- Home: `Tab+H`
- Inbox: `Tab+I`
- My tasks: `Tab+Z`
- Due date: `Tab+D`
- Add to project: `Tab+P`
- Subtasks: `Tab+S`
- Comment: `Tab+C`
- Collaborators: `Tab+F`
- Assign to me: `Tab+M`
- Create section: `Tab+N`
- Create new task: `Enter`
- Create task above current: `Shift+Enter`
- Close task details pane: `Escape`
- Next / previous inbox item: `J`, `K`
- Archive selected inbox notification: `I` or `E`

