Skip to main content

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โ€‹

TypeIconCountPurposeWho Uses It
Agents๐Ÿค–38AI team members with defined roles and authorityHITL manager delegates to agents
Commandsโšก117Slash commands that automate multi-step workflowsDevelopers and agents invoke /command
Skillsโš™๏ธ94Reusable capability packages with bundled referencesAgents load skills for domain expertise
Hooks๐Ÿช12Governance scripts that enforce rules before/after actionsSystem auto-triggers on tool calls
MCP Servers๐Ÿ”Œ58External API integrations via Model Context ProtocolAgents call MCP tools for cloud/data access
Plugins๐Ÿงฉ8Pattern libraries and reference architecturesAgents reference patterns during implementation
Settings๐Ÿ”ง60Claude Code configuration presetsFramework 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: