Alterspective AI Platform

Your team's
AI development
environment.
Ready in minutes.

One PowerShell command installs Claude Code, Gemini, Codex, Git, VS Code, all MCP servers, company standards, and the full AI Office toolkit. No manual steps. No guessing.

Windows PowerShell
PS> irm https://aio.alterspective.com.au/install.ps1 | iex
AI Office Installer
_ ___ ___ __ __ _
/ \ |_ _| / _ \/ _|/ _(_) ___ ___
/ _ \ | | | | | | |_| |_| |/ __/ _ \
/ ___ \ | | | |_| | _| _| | (_| __/
/_/ \_\___| \___/|_| |_| |_|\___\___|

Checking prerequisites...
OK: Windows 11
OK: winget available
OK: Git 2.47.1 installed
OK: C:\GitHub created
OK: Node.js v22.12.0
 
Cloning LearnSD...
OK: LearnSD ready
Cloning GPTPrompts...
OK: GPTPrompts ready
 
Installing AI Office CLI...
OK: AI Office CLI v1.1.0
Installing Claude Code...
OK: Claude Code CLI installed
Installing Codex CLI...
OK: Codex CLI installed
OK: codexed shortcut installed
 
Configuring MCP servers...
OK: MCP config saved (11 servers)
 
Installation Complete! ✓
6+
AI tools installed
8
Knowledge bases connected
11
MCP servers connected
~5 min
From zero to working
How it works

From fresh machine to full setup

The installer handles every step automatically. You only need to authenticate once at the end.

1
Run one command
Paste the install command into PowerShell. No admin rights required for most steps.
irm .../install.ps1 | iex
2
Automatic installs
Git, Node.js, Claude Code, Gemini CLI, Codex CLI, VS Code, and MCP servers all install silently.
3
Repos cloned
LearnSD and GPTPrompts are cloned automatically so standards routing works from day one.
4
Sign in & start
Run claude login, then aio doctor --team to verify everything is working.
claude login
What's installed

Every tool your team needs

The installer sets up the full Alterspective AI development stack — automatically, idempotently, every time.

Claude Code CLI
claude
Anthropic's AI coding assistant. Primary AI for development, code review, and architecture. Connects to all MCP servers.
via winget
Google Gemini CLI
gemini
Google's AI coding assistant. Alternative provider with free tier access and strong code generation.
via npm
OpenAI Codex CLI
codex
OpenAI's agentic coding CLI. Supports fully automated batch mode via the codexed shortcut.
+ codexed shortcut
AI Office CLI
aio
Alterspective's workflow engine. Standards routing, team onboarding, MCP setup, multi-agent coordination, and diagnostics.
primary
VS Code
code
IDE with Claude Code extension pre-installed. Offers deep AI integration directly in the editor.
+ Claude extension
🔌
MCP Servers
~/.claude/mcp.json
M365, DevOps, Scoro, Timely, KB, Vault, Playwright, Coolify, Context7 and more — configured automatically with secrets from Azure Key Vault.
11 servers
Standards & Knowledge

AI that knows your standards

AIO auto-discovers your knowledge repos and routes every workflow through the right standards — web development, Sharedo config, business — without you having to remember which doc to read.

  • 📚
    LearnSD Knowledge Base
    Sharedo KB, GeneralKB, Internal docs, and business knowledge — all searchable via MCP.
  • 📐
    35 Web App Standards
    Architecture, coding, API, security, DevOps, CI/CD, Git — auto-injected based on task type.
  • ⚙️
    19 Sharedo Standards
    Work types, phases, portals, triggers, forms — injected when working in Sharedo config context.
  • 🔍
    Auto-path Discovery
    AIO searches C:\GitHub, ~/GitHub, and common locations. Prompts once if not found.
Knowledge repos auto-discovered
LearnSD
C:\GitHub\LearnSD
KB + Docs
GPTPrompts
C:\GitHub\GPTPrompts
Standards
businesskb
C:\GitHub\businesskb
Business
AI Office
C:\GitHub\ai-office
CLI + Workflows
Configure paths anytime:
aio config paths
Quick start

Up and running in three steps

After the installer completes, follow these three workflows to authenticate, start new projects, and continue existing work.

Day 1
Authenticate
claude login
# Sign in to Claude (Anthropic)
gh auth login
# GitHub access (if not done during install)
aio doctor --team
# Verify everything is working
New project
Start a new project
cd C:\GitHub\my-project
aio init
# Governance & CLAUDE.md setup
aio seed
# Full scaffolding + standards
claude
# Open Claude Code in this project
Existing work
Continue existing work
cd C:\GitHub\my-project
aio continue
# Resume from where you left off
aio feature
# Start a new feature workflow
Commands

AIO commands reference

The aio CLI provides workflow orchestration, project setup, diagnostics, and AI routing in one tool.

aio init
Project governance
Set up CLAUDE.md, standards routing, and project configuration for any existing repo. Run this first in any new project.
aio seed
Full scaffolding
Generate a complete project structure with architecture decisions, coding standards, CI/CD config, and team conventions — tailored to your project type.
aio continue
Resume development
Analyses current project state and generates a smart continuation prompt with context, open tasks, and next steps ready to go.
aio feature
Feature workflow
Orchestrates a full multi-phase feature — planning, implementation, review, and quality gates — using AI agents in sequence.
aio doctor --team
Health check
Verifies managed settings, MCP config, agent skills, gateway connectivity, and standards digests are all correctly deployed.
aio config paths
Configure repos
Tell AIO where your knowledge repos live (LearnSD, GPTPrompts). Auto-discovers common locations; prompts if not found.

More commands

  • aio setup Re-run team onboarding
  • aio provider Switch AI provider (Anthropic, Azure, Ollama, GPU server)
  • aio launch Interactive provider selector with arrow keys
  • aio ask "question" Query company knowledge bases
  • aio cost --me View your AI usage and spend
  • aio skill install Install agent skills into current project
AI tools

Three AI assistants, one platform

Each tool has its strengths. AIO helps you route to the right one.

Primary
🤖
Claude Code
claude
  • Best for: complex architecture, multi-file refactors, code review, long context
  • Connects to all MCP servers (M365, Playwright, knowledge base)
  • Standards-aware via AIO gateway
  • Primary tool for Alterspective development
claude
claude --model claude-opus-4-6
Free tier
Google Gemini
gemini
  • Best for: research, summarisation, document drafting, second opinions
  • Free tier available (Google account)
  • Strong at reasoning and long documents
gemini
Batch mode
OpenAI Codex
codex / codexed
  • Best for: targeted coding tasks, batch automation, scripting
  • codexed "task" runs fully automated with no prompts
  • Good for repetitive code generation tasks
codex "add tests for auth module"
codexed "fix all lint errors"
Claude Gemini Codex
MCP server access
Standards injection
Free tier
Batch / auto mode codexed
Best context window ✅ 1M
MCP servers

AI connected to your tools

Model Context Protocol servers give Claude direct access to company systems — no copy-paste required.

📧
Microsoft 365
Read emails, search calendar, send messages, browse SharePoint and OneDrive. Works in any Claude session.
Outlook Calendar Teams SharePoint OneDrive
📋
Azure DevOps
Manage sprints, work items, pull requests, repos, and pipelines directly from Claude. Read and update PBIs without leaving your editor.
Work Items Sprints PRs Pipelines Repos
⏱️
Scoro
Query projects, tasks, and time entries in Scoro. Log time, check project budgets, and view client work directly from Claude.
Projects Tasks Time Entries Invoices
🕐
Timely
Log time entries, check timesheets, browse projects and clients in Timely — your personal time tracking assistant.
Log Time Timesheets Projects Clients
📚
Knowledge Base
Search LearnSD, GeneralKB, businesskb, and all company standards — 8 knowledge bases searchable in one tool.
search_knowledge read_knowledge detect_domain
🔑
Azure Key Vault
Retrieve secrets, API keys, and credentials on demand. Claude can fetch what it needs without you copying tokens around.
vault_get vault_set vault_list
🎭
Playwright
Automate browsers: navigate pages, take screenshots, fill forms, extract data. Claude can control a real browser for testing and scraping.
Navigate Screenshot Click Fill Extract
🚀
Coolify
Manage deployments, check application status, view logs, and trigger redeployments across the Alterspective infrastructure.
Deploy Logs Status Restart
💰
Xero (authorized users)
Query invoices, bank balances, P&L, and contacts directly from Claude. Restricted to finance-authorized team members.
Invoices Contacts Bank P&L
📖
Context7
Fetch up-to-date documentation for any library or framework. Claude gets the real current docs, not training-data guesses.
Library Docs API Reference Examples
🧠
Sequential Thinking
Structured problem decomposition tool. Helps Claude work through complex, multi-step problems with explicit reasoning chains.
Step-by-step Reasoning Decomposition
⚙️
Sharedo (per-project)
202 platform configuration tools. Configure work types, phases, portals, forms, workflows, and triggers in Sharedo.
202 tools in .mcp.json
Global servers (M365, DevOps, Scoro, Timely, KB, Vault, Playwright, Coolify, Context7) are written to ~/.claude/mcp.json by the installer. Secrets are pulled from Azure Key Vault automatically. Project-specific servers (Sharedo, Supabase) live in .mcp.json in each repo.
Get started

Ready to install?

Open PowerShell on your Windows 11 machine and run this command. Everything else is automatic.

Windows PowerShell
irm https://aio.alterspective.com.au/install.ps1 | iex
After install, open a new terminal and run claude login then aio doctor --team to verify your setup.  ·  Source on GitHub