@hdtsllc/guild
v0.1.2
Published
AI Guild is a comprehensive development methodology and workflow system designed to enable AI agents (like Claude) to work effectively with human developers on software projects. It provides structured playbooks, role definitions, and lifecycle management
Readme
Guild CLI
AI Guild is a comprehensive development methodology and workflow system designed to enable AI agents (like Claude) to work effectively with human developers on software projects.
Installation
npm install -g @hdtsllc/guildQuick Start
After installation, navigate to your project directory and run:
guild setupThis will install the Guild documentation and configuration files into your project:
.guild/- Guild documentation and workflowsCLAUDE.md- Instructions for AI assistants.guild-config- Guild configuration file
Commands
guild setup
Copies the Guild documentation and configuration files into your current project directory.
Options:
--dry-run- Shows what would be copied without actually copying any files--help- Display help information
Example with dry-run:
guild setup --dry-runWhat is Guild?
Guild provides:
- Structured Development Workflows - Well-defined processes for AI-human collaboration
- Role Definitions - 16 operational modes for different development tasks
- JIRA Integration - Deep integration with project management
- Git Strategy - Structured branching and merge procedures
- Quality Assurance - Built-in checks and documentation requirements
Project Structure After Setup
your-project/
├── .guild/
│ ├── Lifecycles/
│ │ ├── GIT-Strategy.md
│ │ ├── LifeCycles.md
│ │ └── MergeEvents.md
│ └── Startup/
│ ├── Details/
│ │ ├── Commands.md
│ │ ├── JiraCommands.md
│ │ ├── ReconcatApplications.md
│ │ ├── ReconcatGuild.md
│ │ ├── Roles.md
│ │ └── SuccessCriteria.md
│ └── FullPlaybooksGuild.md
├── CLAUDE.md
└── .guild-configWorking with AI Assistants
Once Guild is set up in your project:
- AI assistants like Claude can read the Guild documentation to understand your workflows
- Use the commands documented in
.guild/Startup/Details/Commands.md - Follow the role definitions in
.guild/Startup/Details/Roles.md - Implement the lifecycle processes in
.guild/Lifecycles/
Configuration
Edit .guild-config to customize Guild settings for your project. This file contains project-specific configuration that AI assistants will use to understand your development environment.
Requirements
- Node.js >= 18.0.0
- npm or yarn
Contributing
Guild is an open-source project. Contributions are welcome!
- Repository: https://github.com/ybotman/ai-guild
- Issues: https://github.com/ybotman/ai-guild/issues
License
ISC License
Support
For questions and support:
- GitHub Issues: https://github.com/ybotman/ai-guild/issues
- Documentation: Read the files in
.guild/after setup
Guild - Bringing structure and best practices to AI-assisted development.
