terminal

te9.dev

🤖 AI-Powered

Fast, Simple,
Easy Workflow.

Fast, simple, and easy AI-driven development workflow. Describe what you want, AI asks smart questions, implements features, and manages git automatically.

One command to install • No manual setup required
bash
$ curl -fsSL ... | bash -s install --llm
> Initializing git repository... Done
> Creating directories... Done
> Downloading required files... Done
> Initializing specs database... Done
> STATUS: READY_TO_USE
$

8-Step Multi-Contributor Workflow

Streamlined AI-driven development process

⚠️ IMPORTANT: Start te9 workflow with /te9 or te9.md

Method 1: Type /te9 <prompt>
Method 2: Add te9.md file to LLM context

chat
Step 1

Describe

User describes what they want in plain language

help
Step 2

Clarify

AI asks clarification questions (max 5)

save
Step 3

Save Spec

AI saves a unique spec file with requirements

code
Step 4

Implement

AI implements the feature based on the spec

commit
Step 5

Branch & Commit

AI creates feature branch, commits changes, and pushes

merge
Step 6

PR Create

AI creates pull request for team review

cloud_upload
Step 7

PR Review

AI provides PR link for manual merge on GitHub

analytics
Step 8

Track Anytime

Track progress anytime with full history

What Gets Installed

Complete development workspace setup

description

Core Files

opencode.json, openmemory.md, README.md, te9.md

psychology

7 Workflow Skills

Clarify, Store, Execute, Commit, Track, Init

build

4 Technical Tools

UI templates, memory graph, Svelte UI, UI generator

folder_open

Directories

specs/, logs/, history/

Quick Installation

The --llm flag handles everything automatically - no manual steps required!

  • check_circle Initializes git repository (no prompts)
  • check_circle Creates all directories
  • check_circle Downloads all required files
  • check_circle Initializes specs database
  • check_circle No manual steps required
Linux / macOS / Git Bash
curl -fsSL https://raw.githubusercontent.com/creatuluw/te9.dev/main/te9/te9 | bash -s install --llm
Windows CMD
te9 install --llm
Windows PowerShell
iwr -useb https://raw.githubusercontent.com/creatuluw/te9.dev/main/te9/te9 | bash -s install --llm
update

Update Your Installation

Keep your te9.dev installation up to date with the latest features and fixes

Linux / macOS / Git Bash
curl -fsSL https://raw.githubusercontent.com/creatuluw/te9.dev/main/te9/te9 | bash -s update
# Windows: te9 update

Check Status

View your te9.dev installation status and configuration

Linux / macOS / Git Bash
curl -fsSL https://raw.githubusercontent.com/creatuluw/te9.dev/main/te9/te9 | bash -s status
# Windows: te9 status