Search by

aaix / laravel-tall-architect

aaix

Distributes and maintains the aaix TALL stack AI agent rules and guidelines across Laravel projects via Laravel Boost.

Package info

github.com/jonaaix/laravel-tall-architect

Type:laravel-package

pkg:composer/aaix/laravel-tall-architect

Statistics

Installs: 15

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.3.1 2026-09-08 19:53 UTC

This package is auto-updated.

Last update: 2026-09-08 19:54:09 UTC


README

Laravel TALL Architect Logo

Laravel TALL Architect

Ships one set of AI agent rules to every project and keeps it current — composed into your agent files by Laravel Boost.

Latest Version on Packagist Total Downloads GitHub Actions License

Quick Start

composer require aaix/laravel-tall-architect --dev
php artisan boost:install

Boost lists third-party packages during its install — tick aaix/laravel-tall-architect there. Where Boost is already set up, add the package to the existing selection instead:

php artisan boost:update --discover

That is the whole setup. All five guidelines are now part of every agent file; php artisan tall-architect:status shows the result.

What ships

Content Vehicle Loaded
tall-architect, planning, design-system, ux-principles, nontech-user Boost guideline always, in every agent file
ui-patterns Boost skill ui-patterns on demand, when the agent asks for it

Agent rules rot the moment they are copied. Here they stay a composer dependency, so a correction rolls out everywhere instead of into one repository at a time.

Choosing the guidelines

All five are on by default, and each has its own flag:

TALL_ARCHITECT_NONTECH_USER=false

Run php artisan boost:update afterwards to recompose the agent files.

To replace the shipped set with a project's own, publish it with php artisan vendor:publish --tag=tall-architect-guidelines and point TALL_ARCHITECT_PATH at the resulting directory.

Keeping projects current

composer update aaix/laravel-tall-architect
php artisan boost:update

Commands

Command Purpose
tall-architect:status Boost state and every guideline with its state and token cost
tall-architect:sync boost:update with a guard: refuses when nothing is active, reports what got composed

License

MIT