macOS / Linux
curl -fsSL https://raw.githubusercontent.com/sky2464/AgToosa/main/bootstrap.sh | bash -s -- --ref v5.3.62Windows (PowerShell) — requires Git for Windows (provides Git Bash)
$Ref = "v5.3.62"
$BootstrapPath = Join-Path $env:TEMP "agtoosa-bootstrap.ps1"
Invoke-WebRequest -Uri "https://raw.githubusercontent.com/sky2464/AgToosa/$Ref/bootstrap.ps1" -OutFile $BootstrapPath -UseBasicParsing
& $BootstrapPath -Ref $RefWhen the generator starts, enter your project path at the prompt (or cd into your repo first). Then open your AI assistant: /agtoosa-init once → /agtoosa-next repeatedly.
Full install matrix, flags, and troubleshooting →
flowchart LR
classDef spec fill:#0284c7,stroke:#0369a1,color:#fff
classDef build fill:#059669,stroke:#047857,color:#fff
classDef review fill:#d97706,stroke:#b45309,color:#fff
classDef ship fill:#dc2626,stroke:#b91c1c,color:#fff
INIT["/agtoosa-init"] --> S["/agtoosa-spec"] --> B["/agtoosa-build"] --> R["/agtoosa-review"] --> SH["/agtoosa-ship"]
class S spec
class B build
class R review
class SH ship
Full architecture diagram → · First 15 minutes walkthrough · proof video [manual]
- Spec first — research, architecture, and STRIDE threat modeling before code
- Evidence, not vibes — deterministic
agtoosa-verify.shchecks what the chat claimed - Any assistant — Cursor, Claude Code, Copilot, Windsurf, Codex, and more from one repo-native workflow
No target-app runtime. No SDK to link. AgToosa installs markdown workflows and platform adapters into your repo. Generator prerequisites: the installer uses standard CLI tools such as Bash or PowerShell, Git, curl/web requests, tar, and jq for registry commands.
Security and scan guidance is Workflow guidance — your AI runs the checks; AgToosa does not execute them. The lifecycle verifier and registry containment are Generator enforces controls. See enforcement comparison.
bash Docs/agtoosa-verify.sh # spec approval, EARS ACs, threat model, TDD evidencePrimary: 15-minute proof journey
Follow one path to see AgToosa value: install → open the proof repository → init → spec → build → verify.
Start the first 15 minutes proof walkthrough · public launch proof
| Topic | Link |
|---|---|
Install matrix, /agtoosa-next driver, troubleshooting |
README reference |
| Architecture deep dive | architecture-overview.md |
| Compare to alternatives | readme-reference § How it differs |
| Audience guides | solo-dev · security-sensitive · subagent-heavy |
| Core vs optional pack boundary | AgToosa_Core_Contract.md |
| Wiki | GitHub Wiki |
Use these when you already know AgToosa and only need an install command.
macOS & Linux:
# Public launch: pinned release (alternative to the proof walkthrough).
# Pin any release: curl -fsSL …/bootstrap.sh | bash -s -- --ref vX.Y.Z
curl -fsSL https://raw.githubusercontent.com/sky2464/AgToosa/main/bootstrap.sh | bash -s -- --ref v5.3.62
brew install sky2464/agtoosa/agtoosa
npx agtoosa
git clone https://github.com/sky2464/AgToosa.git
cd AgToosa
bash agtoosa.sh --version
# development-only main branch command; may include unreleased changes
curl -fsSL https://raw.githubusercontent.com/sky2464/AgToosa/main/bootstrap.sh | bash -s --Windows tip: Native PowerShell redirects registry publishing to the maintainer workflow. Use WSL2 or Git Bash when you need the Bash-backed registry publish operation. Full Windows paths: readme-reference.
See CONTRIBUTING.md. Community help and sponsorship: .github/SUPPORT.md. Security: SECURITY.md.
Auto-generated by
agtoosa-issues-sync—docs/Master-Plan.mdis authoritative.
| Story | Title | Status |
|---|---|---|
| DEV-139 | Feature: GitHub Issues PM Bridge | 🏁 Shipped — v5.3.52 |
Built for the agentic AI era — verify the artifacts, not the chat.
| Claim ID | Target | Status | Evidence class | Expires |
|---|---|---|---|---|
claim.adapter.cursor |
cursor.project-commands |
verified | static-conformance | 2026-10-12 |
claim.adapter.windsurf |
windsurf.workflows |
verified | static-conformance | 2026-10-12 |
claim.adapter.claude |
anthropic.claude-code |
verified | static-conformance | 2026-10-12 |
claim.adapter.gemini |
google.gemini-cli |
verified | static-conformance | 2026-10-12 |
claim.adapter.copilot-vscode |
github.copilot-vscode |
verified | static-conformance | 2026-10-12 |
claim.adapter.codex |
openai.codex-cli |
verified | static-conformance | 2026-10-12 |
claim.windows.bootstrap-ref |
windows-native |
verified | static-conformance | 2026-10-12 |
claim.product-truth.local |
maintainer |
verified | static-conformance | 2026-10-12 |
