Skip to main content

LAIDA v3 - Agent-executable software architecture methodology CLI

Project description

LAIDA CLI

PyPI version Python 3.11+ License: MIT

Layered Artificial Inteligence Design Architecture

A methodology-driven CLI that transforms project requirements into production-ready software through structured AI collaboration.

Key Features

  • Claude Code Native - Built specifically for Claude Code, leveraging its agentic capabilities for autonomous software development
  • Structured Methodology - 5 phases, 20 steps that guide from requirements to deployment
  • Mission Control TUI - Interactive dashboard with real-time streaming output
  • YAML-First Architecture - All artifacts are structured, traceable, and version-controllable
  • Scale-Adaptive - Automatically adjusts methodology depth based on project complexity

Installation

# With TUI (Recommended)
pip install "laida-cli[tui]"

# Basic installation
pip install laida-cli

Requirements

Quick Start

# Initialize project structure
laida init

# Launch Mission Control
laida tui

Then use keyboard shortcuts:

  • Press E to edit your project context (13-section questionnaire)
  • Press L to authenticate with Claude Code
  • Press R to run the next step

Mission Control TUI

╭─────────────────────────────────────╮
│  LAIDA Mission Control  β0.1.5     │
╰─────────────────────────────────────╯

An interactive terminal dashboard for orchestrating the LAIDA methodology:

Key Action Description
R Run Execute next phase/step with confirmation dialog
E Edit Open project_context.yaml in your editor
S Status Display project progress overview
L Login Authenticate with Claude Code
V Validate Check artifact integrity
Q Quit Exit Mission Control

Dashboard Components

  • Live Feed - Real-time streaming output from Claude Code execution
  • Progress Panel - Visual tracker showing completed/pending phases
  • File Tree - Browse generated artifacts in outputs/
  • Git Status - Current branch and working tree status
  • Telemetry - Session time, task duration, memory usage

Commands

Command Description
laida init Initialize project with methodology templates
laida tui Launch Mission Control dashboard
laida login Authenticate with Claude Code
laida status Show project progress
laida run <phase> <step> Execute a specific step
laida validate Validate generated artifacts

Methodology

LAIDA executes a structured 5-phase methodology:

Phase Name Deliverables
0 Strategic Foundation Project scale, tech stack (TDR), risks, QAS, bounded contexts, ADRs
1 Module Design RTM, module specifications, DDD aggregates
2 Physical Design File structure, Chain-of-Thought architecture
3 Contract Definition API contracts, dependency analysis
4 Implementation Production code, tests, CI/CD, documentation

Each phase contains 4 steps, totaling 20 sequential steps from requirements to deployment.

Project Structure

your-project/
├── .laida/                              # Methodology engine
│   ├── config.yaml                      # Phase/step definitions
│   ├── prompts/                         # Claude Code prompts per step
│   ├── templates/                       # Artifact schemas
│   │   └── project_context_template.yaml
│   ├── matrices/                        # Tech selection criteria
│   └── rules/                           # Scale calculation
├── inputs/
│   ├── project_context.yaml             # YOUR PROJECT DETAILS
│   └── project_context_template.yaml    # Reference template
└── outputs/
    └── phase{0-4}/                      # Generated artifacts

Project Context

The project_context.yaml is your project's DNA. It contains 13 sections that LAIDA uses to make intelligent decisions:

Section Purpose
Project Identity Name, type, description
Business Context Domain, criticality, deadlines
Scale Expectations Users, RPS, data volume, growth
Team Context Size, skills, availability
Technical Context Infrastructure, legacy systems, integrations
Security Auth, encryption, compliance (GDPR, HIPAA, etc.)
Observability Logging, metrics, tracing, alerting
Recovery RTO, RPO, backup strategy
Quality Standards Coverage, complexity limits, performance budgets
Architecture Preferences Paradigm, deployment model
Domain-Specific Custom fields for your industry
Known Concerns Documented risks and constraints
Success Criteria Measurable goals

How It Works

  1. You describe your project in project_context.yaml
  2. LAIDA calculates project scale (small/medium/large) and selects optimal tech stack
  3. Claude Code executes each step autonomously, generating structured YAML artifacts
  4. Artifacts chain together - each step references outputs from previous steps
  5. Phase 4 generates production Python code, tests, and CI/CD configuration

Development

git clone https://github.com/your-org/laida-cli
cd laida-cli
pip install -e ".[all]"

# Quality checks
pytest tests/ -v
ruff check src/
mypy src/laida_cli/

License

MIT


Built for Claude Code | Documentation | Issues

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

laida_cli-0.1.0b18.tar.gz (192.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

laida_cli-0.1.0b18-py3-none-any.whl (209.2 kB view details)

Uploaded Python 3

File details

Details for the file laida_cli-0.1.0b18.tar.gz.

File metadata

  • Download URL: laida_cli-0.1.0b18.tar.gz
  • Upload date:
  • Size: 192.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for laida_cli-0.1.0b18.tar.gz
Algorithm Hash digest
SHA256 c670e28b3132898cfb43ac0436c697aefca134a6835d1cdaccf49a1cfdd9f0fc
MD5 8caf4ed4e95cdfa52bbbfb60c9bacb7d
BLAKE2b-256 e3df988bc0257818209a8d58539dff26ff216be79bf4c49b5488a886276a4817

See more details on using hashes here.

File details

Details for the file laida_cli-0.1.0b18-py3-none-any.whl.

File metadata

  • Download URL: laida_cli-0.1.0b18-py3-none-any.whl
  • Upload date:
  • Size: 209.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for laida_cli-0.1.0b18-py3-none-any.whl
Algorithm Hash digest
SHA256 d3af53fee92befc45a6f91506055c7c6aab7dcf2f18d94e3c6e6a55a8327d872
MD5 beaa271d8bc9b6b66877cdb766277a17
BLAKE2b-256 255c6eae018214d8f6aa17a1fa979594c1425ddbfabe3f5204b4af334db31342

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page