Introduction
Welcome to 365Soft Labs documentation. This wiki-style guide explains how to install and operate the CLI using a human-in-the-loop workflow.
Quick Start
Install with one command:
curl -fsSL https://labs.365softlabs.com/cli/install.sh | sh
Windows PowerShell:
iwr https://labs.365softlabs.com/cli/install.ps1 -useb | iex
What You Will Learn
- macOS / Linux and Windows installation
- What is included after installation
- Real command examples you can run immediately
- Sprint planning with clear goals and owners
- Orchestrator-to-agent handoff and completion loops
- MCP capability preflight before planning implementation
- Offline reference fallback using local web scraping
- Practical use cases for teams and engineers
- First demo run and approval gates
- Tips for cleaner runs and faster results
- Troubleshooting and environment fixes
- Where the public 365Soft Labs repositories live
- How contributors should propose, review, and approve changes
Public Repositories
Public source repositories are listed here:
Open Source Workflow
The preferred contribution path is issue-first for non-trivial changes, small pull requests, passing checks, and explicit maintainer approval before merge.
Read Updating Repos for the recommended review and approval model.
Start with Getting Started, then continue with
What You Get,
Examples,
Use Cases, and
CLI Guide. Public repository links live in
Public Repositories, and the maintainer workflow is documented in
Updating Repos.