Skip to main content

Project Setup and First Run

This guide is about setting up context: how to "tell" the agent about your project so it can propose the right actions instead of guessing. Everything happens in the conversation — there is no separate admin panel.

What happens on the first run

If the agent does not know the context, it starts with a short interview — this is called awareness. Three tools:

CommandWhat it doesResult
/environmentA short interview on how work is organizedProject profile: scope, methodology, industry, and the trackers and spaces that belong to the project
/documentsA registry of project documents: what exists, what is missing, what does not applyA document table with a note on what each one covers
/pathAn advisor: where the project is in its lifecycle and what to do nextThe stage + up to three concrete suggestions

Step 1. Project profile: /environment

Type /environment — the agent asks one question at a time:

  1. Operating scope — a single project, a portfolio, or org-wide standards.
  2. Work containers — which of the available Jira projects and Confluence spaces belong to this project (or "none" if the project lives only in documents).
  3. Methodology — how the team runs work: Scrum, Kanban, or something else. For time-boxed methods — also the cycle length (e.g., 2 weeks).
  4. Industry and scaling model — which industry profile fits, and whether there is a scaling model.

Before confirming, the agent shows all four values — check them and confirm explicitly. The profile can be corrected at any time: say a field is wrong and the agent will update it.

Step 2. Document registry: /documents

Type /documents (or upload a document and ask it to be classified). The agent reviews the uploaded materials and builds a registry: which project documents already exist — charter, scope, BRD, specification, contract, risk register, plan, and others — and what is missing.

Key details:

  • Each document gets a "covers" note — a short statement of which project question it answers. This makes it clear which document answers which question.
  • Inapplicable documents are marked explicitly. An internal project with no delivery contract is not a "missed" document: the agent marks the contract as "not applicable" with a reason and will not keep reminding you about it.
  • Session and project documents are distinct. A draft prepared in the conversation lives in the session. When a document is ready to be used across sessions, it can be promoted to the project — the agent asks for confirmation before promoting.

Step 3. Next-step advisor: /path

Type /path — the agent reconciles what is already done (document registry, profile, current conversation), determines the lifecycle stage, and proposes up to three concrete next actions.

The stages the advisor distinguishes: awareness → charter → scope → requirements → specification → delivery → risk → monitoring → reporting.

Example output: the charter and scope already exist, the BRD does not, and the contract is marked "not applicable" — then /requirements becomes the priority, and the advisor will not offer the contract.

The advisor /path also runs automatically: at the start of a new conversation and after any command finishes, the agent itself proposes what to do next.

What the agent can and cannot do

CanCannot
Read project issues, pages, documents, and schedulesCreate projects, spaces, or catalogs in Jira, Confluence, BeOnTime
Create and edit working documentsPublish anything without your confirmation
Propose issue creation and schedule editsCommit tracker or schedule changes on your behalf
Prepare reports, snapshots, and meeting agendasChange the project profile on its own without your answer

Where to continue