はじめる

Cognoを始める

ワークスペース作成、メンバー招待、タスク追加、最初の連携までの手順です。

App setup約6分

このガイドは、新しい workspace を使える状態にするための最短手順です。メンバーが入れる、タスクの置き場所が決まっている、必要な連携が接続されている、設定の場所がわかる状態を目指します。

前提

  • Cogno account がある。
  • workspace を作成または管理できる権限がある。
  • Cogno に扱わせたい元情報がある。例: tasks、issues、meetings、documents、connected apps。

最初のセットアップ手順

  1. Cogno app に sign in します。
  2. workspace を作成するか、workspace selector から既存 workspace を開きます。
  3. Settings > Members を開き、workspace に入るメンバーを招待します。
  4. Tasks で手動作成するか、Settings > General > Task import から既存タスクCSVをインポートします。
  5. Integrations を開き、workspace context に使うサービスを接続します。
  6. Settings > Memory を開き、Cogno に常に読ませたい安定した workspace facts を書きます。
  7. local worker を使う場合は Settings > API Keys で key を作成し、CLI worker を起動します。

Workspace basics

Cogno の作業は workspace 内で行います。主な navigation は次の通りです。

AreaUse it for
Tasks現在の作業、import した tasks、saved views、status changes、assignees、due dates、project links。
Inbox未読 task comments と mentions。
Meetingsmeeting records と Google Calendar notetaker activity。
Projectsproject 単位の task organization。
IntegrationsGitHub、Slack、Notion、Google Calendar、Discord、Microsoft Teams、今後追加される source apps。
Settingsworkspace identity、members、memory、API keys、workers、activity、import、delete controls。

Tasksを追加する

チーム全体で使う前に、タスクの source of truth を決めます。

SituationRecommended action
新しく始めるTasks で少数の tasks を手動作成します。
既存タスク管理ツールから移すtask CSV を export し、Settings > General > Task import から import します。
元の文脈を残したいsource URLs、issue keys、labels、milestones、custom fields を import metadata として残します。
担当者も移したいimport 前に members を招待し、import 時に source assignees を mapping します。

Task CSV import は Linear、Notion databases、GitHub CLI 経由の GitHub Issues、Asana projects、Jira Cloud exports に対応します。詳しくは タスクCSVをCognoにインポートする を見てください。

Membersを招待する

Settings > Members を開きます。

ActionResult
Invitemember invite options を開きます。
Copy invite linkチームメイトに共有できる invite link を作成します。
Add existing members他の workspace で既に使っている人を追加します。
Editowner が削除可能な non-owner member を削除できます。

CSVに assignees または collaborators が含まれる場合は、import 前に members を追加してください。

Integrationsを接続する

Integrations を開き、workspace に必要な apps を接続します。

IntegrationUse it for
GitHubpull request、commit、issue workflows。
Slackworkspace conversations と messages からの task creation。
Notionpages と database context。
Google CalendarGoogle Meet notetaker activity 用の per-user calendar connection。
Discordserver、channel、message context。
Microsoft Teams有効な workspace での team communication workflows。

Google Calendar は各 member が自分の account を接続します。workspace には複数 member の接続状態が表示されます。

Memoryを書く

Settings > Memory を開き、Cogno が起動時に読む安定情報を書きます。

  • workspace が何を作っているか。
  • product areas と owners。
  • 現在の operating priorities。
  • canonical として扱う links や naming conventions。
  • tasks や meetings をまたいで守る rules。

Memory は管理できる短さに保ちます。Markdown headings と lists を使ってください。

Workersを設定する

Cogno workers は、browser session なしで local / external worker daemon を認証するために使います。

  1. Settings > API Keys を開きます。
  2. key を作成します。
  3. raw key をその場でコピーします。
  4. 次を実行します。
cogno login --token <key>
cogno

Settings > Workers で liveness と recent agent work を確認します。worker が2分以内に heartbeat を送らない場合は stale、その後 offline と表示されます。

Setup checklist

日常利用に入る前に確認します。

CheckDone when
Workspace identityname と icon が見分けやすい。
Members必要な人が workspace に入れる。
Tasks現在の作業が Cogno にある。手動作成または import 済み。
Source traceabilityimported tasks に source URLs または external IDs が残っている。
Integrations必要な apps が期待する connection state になっている。
Memoryworkspace facts が短く、最新で、読みやすい。
Workers必要な場合、local worker setup が Settings > Workers に表示される。

LLM handoff

assistant にセットアップを手伝わせる場合は、次を渡します。

  1. workspace name
  2. member roles または teammate list
  3. 接続したい source apps
  4. task source: manual entry または CSV import
  5. worker / API key の必要性

Copy for LLM を使うと、この setup path と Cogno 用語をそのまま渡せます。

Cognoを始める | Cogno