help · git:20260827.e9e0353 · 2026-08-27 · sha256 2757c3e8e1423fba
help git:20260827.e9e0353A
Immutable. This exact content is served forever at /api/v1/blob/2757c3e8e1423fba.
--- name: help description: 'Show available aria-cowork commands. Use when user says "/aria-cowork:help", "aria help", "what commands are available", "list commands", "what can aria-cowork do". (Cowork variant — namespaced-only.)' --- # /help — aria-cowork Commands Print the command reference. No config or file access needed. ## Runtime Gate (per ADR-094) **Canonical resolution:** This is the Claude Cowork variant — namespaced-only. When both `plugin-claude-code` and `plugin-claude-cowork` are loaded in the same session (most common in Claude Desktop), bare `/help` resolves to aria-knowledge's variant — Code is the canonical owner of all 24 dual-port skills per ADR-094 §Part 1. To reach this skill, use the namespaced form: `/aria-cowork:help`. Do NOT match bare `/help` — that belongs to aria-knowledge. **Before Step 0 — runtime self-correction.** Check whether the `Bash` tool is available in this session. If `Bash` IS available (you are running in Claude Code or another runtime with shell access), this invocation reached the wrong variant for the runtime. **Do not ask — redirect.** Announce it in one line, then use the `Skill` tool to invoke `help` with the same arguments the user provided, and do not run this skill's steps: > ↪️ **Redirecting to `/help` — you invoked the aria-cowork variant, but you are running in Claude Code or another runtime with shell access.** > > This prints aria-cowork's command reference (Cowork-side commands). For aria-knowledge's reference, use `/help` (the aria-knowledge canonical). ⛔ **The redirect is unconditional** — every mode including `auto`, and no opt-out. Reaching this variant under that condition is always a mis-invocation, so there is nothing for the user to decide. Design record: `docs/superpowers/specs/2026-08-28-runtime-gate-auto-redirect-design.md` (D2 auto-redirect, D3 no escape hatch, D6 announce-don't-swap-silently). If `Bash` is NOT available (normal Cowork runtime), proceed to Step 0. ## Output ```markdown ## aria-cowork Commands (v0.3.0) | Command | Description | |---------|-------------| | /aria-setup | First-run scaffold: attach folder, write aria-config.md, seed structure (now with access probe, alias validation, advanced-options, self-validation audit) | | /help | This command reference | | /intake [url, text, path, or `extract`/`doc`/`thread` <src>] | Capture into intake, dispatching by shape — a bare URL or snippet clips whole, `extract` decomposes, `doc` is a 5-section capture, `thread` pulls a chat/email conversation, files/globs bulk-scan | | /ask [question] | Research a question, check existing knowledge, save answer as a knowledge doc | | /context [tags] | Load relevant knowledge files by topic (supports AND/OR, alias resolution, semantic-hint matching) | | /index | Rebuild the tag-based knowledge index with aliases + semantic hints + cross-references | | /stats | Knowledge base health: file counts, backlog depth, audit dates, semantic-hints coverage | | /rules [number] | Look up a working rule by number or keyword (auto-discovers matching `## Rule N` examples from user-examples.md) | | /backlog [type] | View and manage pending intake items (insights, decisions, rules); /backlog clear archives-then-removes per audit-cohort conventions | | **/extract** | Capture insights, decisions, feedback, project context, references, and ideas from the current conversation | | **/snapshot** | Save a snapshot of the current Cowork conversation to intake/pre-compact-captures/ (3-path source: MCP / user-paste / Claude-recall fallback) | | **/wrapup [auto\|snap]** | End-of-session close-out: review work, update PROGRESS/CLAUDE/memory, generate commit message, prompt /extract. `auto` runs silently; `snap` runs like auto but snapshots for later extraction instead of /extract (use when context is high) | | **/audit-knowledge** (alias: **/knowledge-audit**) | Review intake backlogs, route ideas via Accept submenu, archive cleared content per audit-cohort conventions, rebuild index | | **/audit-config** (alias: **/config-audit**) | Check the knowledge folder for drift, broken references, version-stamp ripple, adoption-state cascade, and missing config fields | | **/intake doc [url or title]** | Capture a single doc with 5-section structured body (claims/keeping/contested/action/reaction) → intake/docs/ (v2.17.0 doc mode) | | **/handoff [auto\|brief\|snap]** | Express handoff with four modes — combined-go default, silent auto, copy/paste coworker brief (`brief` mode is parity with aria-knowledge v2.17.0), and `snap` (like auto but snapshots for later extraction instead of /extract — use when context is high) | | **/prospect [scope] [arg]** | Forward-looking pre-mortem on a plan before execution. Per-step risk enforcement, Evidence-Sourcing Pass, action verdicts. Scopes: plan / session / todos / file / linear / branch | | **/retrospect [scope] [arg]** | Retrospective on shipped work. Per-fix validation, Evidence-Sourcing Pass, simpler-alternative discipline. Scopes: session / decision (native) / commit / range / pr / release / deployment (cowork uses user-paste fallback for git-bound scopes) | **Bold rows = new in v0.3.0** (parity with aria-knowledge v2.14.1+ / v2.15.0+ / v2.16.0+ / v2.17.0). ## Companion: aria-knowledge in Claude Code aria-cowork shares its knowledge folder with aria-knowledge in Code. If you also use Code, install aria-knowledge there too — both plugins read and write the same files (per `aria-config.md` at your knowledge folder root). Cross-plugin parity is byte-identical for output schemas (PROGRESS.md entries, audit-cohort archives, intake backlogs); input-discovery paths differ where Cowork's persistent-grant model can't reach surfaces aria-knowledge can (e.g., `~/.claude/projects/.../memory/`, `~/.claude/plans/`). See `template/TEMPLATE-PARITY.md` for the shared-template registry + sync status. ## What's coming (future releases) **Cowork-native skills (planned):** | Command | Description | |---------|-------------| | /digest | Cross-tool weekly rollup (chat + email + tracker + docs → intake/digests/) | | /intake thread <id or url> | Capture a Slack/Teams/email thread to intake (or just paste the URL — auto-detected) | | /intake extract <doc url> | Pull insights from a Notion/Google Doc/Confluence page into the backlogs | | /sync-decisions | Mirror approved decisions out to your team docs/wiki | | /meeting-notes | Fold a meeting transcript into intake | | /daily-audit | First-message audit substitute (covers what aria-knowledge's SessionStart hook does in Code) | These six skills are Cowork-specific (they leverage Cowork's conversational + multi-tool MCP context in ways aria-knowledge doesn't need). They land in a post-v0.3.0 release once MCP integrations are wired (`.mcp.json` + `CONNECTORS.md`). ## Code-only skills (NOT in aria-cowork — use aria-knowledge in Code) `/codemap`, `/stitch`, `/distill`, `/audit-share`, `/share-audit` — these depend on git, repos, and layered code architecture. They live in aria-knowledge for Code. Per [ADR-005](#). ## Roadmap Spec, ADRs, and validation history live in your knowledge folder at `projects/aria-cowork/`: - `OVERVIEW.md` — full design - `decisions/001-008-*.md` — 8 architectural decisions - `VALIDATION.md` — Cowork environment validation results Run `/aria-cowork:context aria-cowork` to load the spec by tag once it's promoted in your knowledge index. ``` ## Notes for the agent - Output the markdown block above verbatim. Do not summarize or rewrite. - This is a static reference; no file reads, no MCP calls, no decision-making. - If the user asks about a deferred command (e.g., "/digest"), point them at the v0.3.0 line and offer to file it as a feature request in `intake/ideas/`.