PHPackages                             andreapollastri/larapilot - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. andreapollastri/larapilot

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

andreapollastri/larapilot
=========================

Spec-driven AI product workflow for Laravel — discovery, backlog, planning, implementation, and review via Laravel Boost.

1.6(yesterday)528—0%MITPHPPHP ^8.3CI passing

Since Jul 8Pushed yesterdayCompare

[ Source](https://github.com/andreapollastri/larapilot)[ Packagist](https://packagist.org/packages/andreapollastri/larapilot)[ RSS](/packages/andreapollastri-larapilot/feed)WikiDiscussions main Synced yesterday

READMEChangelog (10)Dependencies (22)Versions (12)Used By (0)

Larapilot
=========

[](#larapilot)

**From a rough product idea to reviewed Laravel code, with an AI product team that follows a real process.**

AI agents are fast, but isolated prompts are not a product process. Larapilot turns your assistant into a disciplined squad with a real workflow — discovery → backlog → plan → implement → review → ship — backed by version-controlled artifacts in `.larapilot/`.

Larapilot ports the [ARchetipo](https://github.com/techreloaded-ar/ARchetipo) spec-driven workflow to **Laravel and PHP**, integrated with [Laravel Boost](https://laravel.com/ai/boost). Artisan commands and Boost skills/MCP tools give your AI agent a disciplined product process and deep Laravel context.

See [Why Larapilot](https://larapilot.web.ap.it/#why), [How it works](https://larapilot.web.ap.it/#how-it-works), and the [end-to-end walkthrough](https://larapilot.web.ap.it/#walkthrough) for the full picture.

📖 **Full documentation:** [larapilot.web.ap.it](https://larapilot.web.ap.it)

---

Requirements
------------

[](#requirements)

- PHP **^8.3**
- Laravel **^12** or **^13**
- [Laravel Boost](https://laravel.com/ai/boost) `^2.0` (installed automatically)
- An AI editor with MCP support (Cursor, Claude Code, etc.)

---

Quickstart
----------

[](#quickstart)

```
composer require andreapollastri/larapilot --dev
php artisan larapilot:install
php artisan boost:install
```

If needed, register both MCP servers in your editor:

```
{
    "mcpServers": {
        "laravel-boost": {
            "command": "php",
            "args": ["artisan", "boost:mcp"]
        },
        "larapilot": {
            "command": "php",
            "args": ["artisan", "mcp:start", "larapilot"]
        }
    }
}
```

Start with `/larapilot-inception` in your AI editor, then follow the spec-driven loop for each user story.

Step-by-step guide and a full walkthrough (idea → PRD → backlog → code → ship): [Walkthrough](https://larapilot.web.ap.it/#walkthrough)

Other commands:

```
# Update
composer update andreapollastri/larapilot
php artisan larapilot:update

# Verify installation
php artisan larapilot:doctor
```

---

License
-------

[](#license)

MIT © Andrea Pollastri

###  Health Score

47

—

FairBetter than 93% of packages

Maintenance100

Actively maintained with recent releases

Popularity15

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

11

Last Release

1d ago

Major Versions

0.3 → 1.02026-07-08

### Community

Maintainers

![](https://www.gravatar.com/avatar/d5a4aca6f4b1579cf2e9094c907ae2a9587fab913af88535fdd2a11661443e4b?d=identicon)[andreapollastri](/maintainers/andreapollastri)

---

Top Contributors

[![andreapollastri](https://avatars.githubusercontent.com/u/18210420?v=4)](https://github.com/andreapollastri "andreapollastri (32 commits)")

---

Tags

aiautomationboostlaravelmcpmockupproduct-developmentproductivityspec-driven-developmentspecificationslaravelmcpaiboostspec-drivenproduct-development

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

Type Coverage Yes

### Embed Badge

![Health badge](/badges/andreapollastri-larapilot/health.svg)

```
[![Health](https://phpackages.com/badges/andreapollastri-larapilot/health.svg)](https://phpackages.com/packages/andreapollastri-larapilot)
```

###  Alternatives

[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M221](/packages/laravel-ai)[psalm/plugin-laravel

Psalm plugin for Laravel

3345.3M347](/packages/psalm-plugin-laravel)[laravel/sail

Docker files for running a basic Laravel application.

1.9k205.7M1.3k](/packages/laravel-sail)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

77022.3M167](/packages/laravel-mcp)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9762.4M133](/packages/roots-acorn)[laravel/folio

Page based routing for Laravel.

603583.7k33](/packages/laravel-folio)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
