larapilot

mcp
Security Audit
Warn
Health Warn
  • License — License: MIT
  • Description — Repository has a description
  • Active repo — Last push 0 days ago
  • Low visibility — Only 5 GitHub stars
Code Pass
  • Code scan — Scanned 4 files during light audit, no dangerous patterns found
Permissions Pass
  • Permissions — No dangerous permissions requested

No AI report is available for this listing yet.

SUMMARY

Laravel spec-driven workflow

README.md

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 spec-driven workflow to Laravel and PHP, integrated with Laravel Boost. Artisan commands and Boost skills/MCP tools give your AI agent a disciplined product process and deep Laravel context.

See Why Larapilot, How it works, and the end-to-end walkthrough for the full picture.

📖 Full documentation: larapilot.web.ap.it


Requirements

  • PHP ^8.3
  • Laravel ^12 or ^13
  • Laravel Boost ^2.0 (installed automatically)
  • An AI editor with MCP support (Cursor, Claude Code, etc.)

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

Other commands:

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

# Verify installation
php artisan larapilot:doctor

License

MIT © Andrea Pollastri

Reviews (0)

No results found