Components
7 types | 327 visible | Post-5S: KISS/DRY/LEAN
The ADLC framework organizes capability into 7 component types. Each serves a distinct purpose in the agent governance lifecycle.
At a Glanceโ
| Type | Icon | Count | Purpose | Who Uses It |
|---|---|---|---|---|
| Agents | ๐ค | 38 | AI team members with defined roles and authority | HITL manager delegates to agents |
| Commands | โก | 117 | Slash commands that automate multi-step workflows | Developers and agents invoke /command |
| Skills | โ๏ธ | 94 | Reusable capability packages with bundled references | Agents load skills for domain expertise |
| Hooks | ๐ช | 12 | Governance scripts that enforce rules before/after actions | System auto-triggers on tool calls |
| MCP Servers | ๐ | 58 | External API integrations via Model Context Protocol | Agents call MCP tools for cloud/data access |
| Plugins | ๐งฉ | 8 | Pattern libraries and reference architectures | Agents reference patterns during implementation |
| Settings | ๐ง | 60 | Claude Code configuration presets | Framework bootstrap applies settings |
Agentsโ
AI team members with defined roles, authority boundaries, and tool access. Enterprise governance requires separation of concerns โ each agent has a specific accountability scope. The framework includes 9 core constitutional agents and 30 marketplace specialists across 11 categories.
See Agents Overview for details.
Commandsโ
Slash commands (/command-name) that automate multi-step developer workflows. 74 core commands span 14 domains (terraform, cdk, finops, k3d, k3s, docs, security, and more), plus 51 marketplace commands across 7 categories including product management.
Skillsโ
Reusable capability packages with bundled reference docs, scripts, and templates. Skills give agents deep domain expertise without loading everything into context. 20 core skills across 6 domains (development, dashboards, cdk, testing, finops, governance) plus 75 marketplace skills across 6 categories including 65 product management skills.
Hooksโ
Governance enforcement scripts that auto-execute before and after agent tool calls. Hooks are the hard guardrails โ they block actions that violate constitutional principles. 12 scripts enforce coordination, delegation, security, and evidence requirements across 6 layers (prompt, tool, post-execution, session, permissions, rules).
See Hook Enforcement Reference for the complete coverage matrix, enforcement chain details, and file-lock mechanism.
MCP Serversโ
External API integrations via the Model Context Protocol standard. Each server exposes tools that agents can call for real-time data from cloud providers, databases, and services. 24 enterprise servers configured with 58 marketplace definitions available.
Pluginsโ
Pattern libraries and reference architectures providing domain knowledge. 8 plugins cover database patterns, deployment operations, security, testing, context optimization, drift detection, and experiment tracking.
Settingsโ
Claude Code configuration presets organized by concern. 60 JSON configuration files across 11 categories ensure consistent guardrails, model preferences, and tool permissions across enterprise teams.
Component Lifecycleโ
PLAN BUILD TEST DEPLOY
โ โ โ โ
โผ โผ โผ โผ
Agents โโโ Commands + Skills โโโ Hooks enforce โโโ MCP validates
(coordinate) (execute) (governance) (cross-validate)
โ
โผ
Plugins + Settings
(reference patterns)
Flow: HITL delegates to agents โ agents invoke commands โ commands use skills for domain knowledge โ hooks enforce governance at every tool call โ MCP servers provide real-time data โ plugins supply reference patterns โ settings ensure consistent configuration.
Deep-dive references:
- Hook Enforcement Reference โ 12 hooks across 6 defense-in-depth layers
- Governance Rules โ 29 anti-patterns with prevention mechanisms
- Permissions Reference โ 3-tier permission model (34 allow / 4 ask / 30 deny)