A Claude Code powered tool for Laravel apps to build features by typing /feature.
iambateman/speedrun is a Laravel package for a claude code powered tool for laravel apps to build features by typing /feature..
It currently has 27 GitHub stars and 212 downloads on Packagist (latest version 0.1.0).
Install it with composer require iambateman/speedrun.
Discover more Laravel packages by iambateman
or browse all Laravel packages to compare alternatives.
Last updated
/featureSpeedrun helps Laravel developers use Claude Code to generate new features or update existing features inside a Laravel project.
composer require iambateman/speedrun
php artisan speedrun:install
This is alpha work which is actively being adjusted. Right now, it feels a little slower than it should...like the subagents are doing more work than I want them to do. Use at your own risk.
claude to open Claude Code./feature with a description of the feature you want to make.Claude often fails to implement entire code files and instead "stubs out" code. It also tends to make too many changes inside a project. This package creates a workflow for Claude to keep the developer in the "driver's seat" and reduce the time spent fixing broken code.
This framework is adapted from Anthropic's best practices for working with agents.
/feature inside of Claude Code to create a new feature folder.Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.