承接 iambateman/speedrun 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

iambateman/speedrun

最新稳定版本:0.1.0

Composer 安装命令:

composer require iambateman/speedrun

包简介

A Claude Code powered tool for Laravel apps to build features by typing /feature.

README 文档

README

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

Speedrun helps Laravel developers use Claude Code to generate new features or update existing features inside a Laravel project.

Installation

composer require iambateman/speedrun
php artisan speedrun:install

Alpha warning

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.

Usage

  1. In terminal, type claude to open Claude Code.
  2. type /feature with a description of the feature you want to make.

How it works

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.

  • START: Call /feature inside of Claude Code to create a new feature folder.
  • DISCOVER: Claude asks the developer to write what they know about the feature. Then, Claude will do it's own discovery.
  • PLAN: Claude will create working documents inside the feature folder with sample code which will eventually go into the app. This is a "staging" setup, which gives the dev an opportunity to scan through all changes in one place.
  • EXECUTE: Claude will use the plan to incorporate the feature into the app.
  • CLEAN: Claude will offer to delete the feature folder so we don't have sample code lying around.

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.

统计信息

  • 总下载量: 204
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 27
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 27
  • Watchers: 1
  • Forks: 2
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-07-24