Looking to hire Laravel developers? Try LaraJobs

laravel-tall-architect maintained by aaix

Description
Distributes and maintains the aaix TALL stack AI agent rules and guidelines across Laravel projects via Laravel Boost.
Author
Last update
2026/09/12 00:47 (dev-main)
License
Links
Downloads
28
Tags

Comments
comments powered by Disqus

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