365Soft Docs

Getting Started

Install on macOS / Linux

curl -fsSL https://labs.365softlabs.com/cli/install.sh | sh

Install on Windows (PowerShell)

iwr https://labs.365softlabs.com/cli/install.ps1 -useb | iex

Verify Installation

365soft --help

Run First Demo

365soft demo run --repo https://github.com/acme/app --task "Add careers CV validation"
365soft demo status --run-id <RUN_ID>

Create First Sprint Plan

365soft sprint plan --sprint-id sprint-2026-03 --goals "Finalize scope;Implement handoffs;Ship docs" --owners "orchestrator,frontend,backend"

Create First Agent Handoff

365soft handoff create --run-id <RUN_ID> --role planner --message "Break this into implementation tasks"
365soft handoff complete --run-id <RUN_ID> --role planner --summary "Tasks complete and ready for review"
365soft handoff list --run-id <RUN_ID>

Check MCP Capability Before Planning

365soft capability check --capability "xai docs" --suggest-offline

Build Local Offline Reference (If MCP Missing)

365soft offline-reference plan --target <business-docs-profile>
365soft offline-reference build --target <business-docs-profile> --manual-login
Continue to CLI Guide for detailed MCP check paths (Codex + Claude), offline scraping internals, handoff lifecycle, per-agent instruction setup, sprint planning workflow, and troubleshooting.