anyon-agents
v1.0.19
Published
ANYON Agents - Complete collection of AI agents, workflows, and tasks for the ANYON development methodology
Readme
ANYON Agents
Complete collection of AI agents, workflows, and tasks for the ANYON development methodology.
📦 What's Included
This package contains:
🤖 Agent Collections
- anyon-builder: Agents and workflows for building ANYON modules, agents, and workflows
- anyon-method: Complete BMM (BMAD Method Model) workflow system for startup development
- core: Core ANYON system tasks and utilities
- custom: Custom workflows and agents
📋 Workflows
- Startup Launchpad: Complete 6-workflow chain (PRD → UX → UI → TRD → Architecture → ERD)
- Epic & Story Generation: Automated epic and story creation from documentation
- Development Workflows: Implementation planning, code review, and sprint management
- Documentation: Project documentation and technical writing workflows
🛠 Core Components
- workflow.xml: Core workflow execution engine
- Tasks: Reusable task components (brainstorming, elicitation, document indexing, etc.)
- Agents: Role-based AI agents (dev, sm, pm, tea, architect, analyst, ux-designer, tech-writer)
🚀 Installation
npm install -g @sl-it-amazing/anyon-agentsOr install in your project:
npm install --save-dev @sl-it-amazing/anyon-agents📖 Usage
After installation, ANYON agents and workflows will be available in your .anyon and .claude directories.
Available Workflows
/anyon:anyon-method:workflows:startup-prd- Start PRD workflow/anyon:anyon-method:workflows:startup-launchpad- Complete startup documentation suite/anyon:anyon-method:workflows:create-epics-and-stories- Generate epics and stories/anyon:anyon-builder:workflows:create-agent- Build new ANYON agents- And many more...
Using Agents
Load agents in your Claude Code sessions:
/anyon:anyon-method:agents:pm # Load Product Manager agent
/anyon:anyon-method:agents:dev # Load Developer agent
/anyon:anyon-method:agents:architect # Load Architect agent📚 Documentation
- Workflow Documentation: See
.anyon/*/workflows/*/README.mdfor each workflow - Agent Documentation: See
.anyon/*/agents/*/README.mdfor each agent - Core Docs: See
.anyon/docs/for core system documentation
🏗 Structure
.anyon/
├── anyon-builder/ # Module/agent/workflow builders
├── anyon-method/ # Complete BMM methodology
├── core/ # Core system components
├── custom/ # Custom workflows
└── docs/ # Documentation
.claude/
└── commands/ # Slash commands for Claude Code🤝 Contributing
Contributions are welcome! Please feel free to submit issues and pull requests.
📄 License
MIT
🔗 Related
- anyon-mvp - ANYON MVP application
- anyon-method - ANYON Method package
Built with ❤️ by SL IT AMAZING
