adlc
v3.7.2
Published
ADLC Framework CLI - Enterprise AI Agent Governance for Claude Code
Downloads
14
Maintainers
Readme
adlc
ADLC Framework CLI - Enterprise AI Agent Governance for Claude Code
Installation
# Quick start (no installation required)
npx adlc
# Global installation
npm install -g adlc
# Verify installation
adlc --versionFeatures
- Analytics Dashboard - Monitor Claude Code usage, sessions, and performance
- Agents Dashboard - View and analyze Claude conversations
- Project Setup - Configure Claude Code for your project with templates
- Health Check - Verify Claude Code setup and configuration
- Stack Builder - Build personalized development stacks
- Component Browser - Browse 370+ components (agents, commands, skills)
Quick Start
# Interactive mode
npx adlc
# Install specific agent
npx adlc --agent security-auditor
# Install multiple components
npx adlc --agent security-auditor,product-owner --command commit
# Run analytics dashboard
npx adlc analytics
# Run health check
npx adlc healthAvailable Commands
| Command | Description |
|---------|-------------|
| adlc | Interactive CLI menu |
| adlc analytics | Start analytics dashboard (port 3333) |
| adlc browse | Start component browser (port 8000) |
| adlc health | Run health check on Claude Code setup |
| adlc --agent <name> | Install specific agent(s) |
| adlc --command <name> | Install specific command(s) |
Component Library
Browse our component library at adlc.oceansoft.io:
| Category | Count | Description | |----------|-------|-------------| | Agents | 163 | AI agent configurations (25 categories) | | Commands | 210 | Slash commands (19 categories) | | Skills | 73 | Reusable skill packages | | Hooks | 5 | Lifecycle validation hooks | | MCPs | 10+ | Model Context Protocol servers |
ADLC Framework
This CLI is part of the ADLC Framework - an enterprise governance framework for Claude Code providing:
- Constitutional Governance - 7 principles, 58 checkpoints
- 3-Tier Testing - Functional → Integration → E2E
- Evidence-Based Completion - Artifacts required for claims
- Enterprise Coordination - product-owner + cloud-architect workflow
Requirements
- Node.js >= 22.0.0
- Claude Code (for full functionality)
Documentation
Contributing
Contributions are welcome! Please read our Contributing Guidelines first.
License
MIT - See LICENSE for details.
Made with AI by 1xOps
