Discover and explore top open-source AI tools and projects—updated daily.
avifeneshAutonomous AI agents for complete software development workflow automation
New!
Top 81.5% on SourcePulse
This project addresses the challenge of automating the end-to-end software development lifecycle beyond simple code generation. It offers a suite of 29 autonomous agents and commands designed to manage tasks from issue selection and branch management to code review, CI/CD integration, and deployment. The primary benefit is enabling developers to delegate the entire workflow to AI, freeing them to focus on strategic decisions rather than manual orchestration.
How It Works
awesome-slash utilizes a multi-agent architecture where specialized agents execute distinct, single-responsibility tasks within a structured pipeline. Workflow enforcement mechanisms prevent agents from skipping critical stages like code review or testing. The system prioritizes using efficient tools (like static analysis or shell commands) for automatable tasks, reserving LLM calls for complex judgment-based operations. Key innovations include "certainty-based detection" for safe auto-fixing of issues and robust "review loops with safeguards" that iterate until code quality standards are met.
Quick Start & Requirements
/plugin marketplace add avifenesh/awesome-slash
/plugin install next-task@awesome-slash
/plugin install ship@awesome-slash
npm install -g awesome-slash && awesome-slash
docs/INSTALLATION.mddocs/CROSS_PLATFORM.mddocs/USAGE.mdHighlighted Details
tasks.json, flow.json) enable workflows to resume precisely from where they were interrupted./drift-detect), and pre-indexed maps to minimize LLM token consumption.Maintenance & Community
The project is maintained by Avi Fenesh. Community support and issue tracking are available via GitHub Issues (github.com/avifenesh/awesome-slash/issues) and Discussions (github.com/avifenesh/awesome-slash/discussions).
Licensing & Compatibility
Limitations & Caveats
The provided documentation does not explicitly detail limitations or known bugs. The project's core premise is that orchestration, not model capability, is the primary bottleneck for autonomous AI development. Its effectiveness relies on the quality of the underlying AI models and the accuracy of its prompt engineering.
1 day ago
Inactive
patched-codes