Skip to main content

oh-my-aidlcops

oh-my-aidlcops (OMA) is a plugin marketplace that connects all phases of the AIDLC (AI-Driven Development Lifecycle) — Inception → Construction → Operations — through agent-driven operations automation. OMA is a sister project of oh-my-claudecode (OMC), extending the general-purpose Claude Code orchestration philosophy to the AIDLC domain. The core premise is simple — AIDLC becomes complete only when its operations phase is automated by agents.

One-Paragraph Summary

AWS's official awslabs/aidlc-workflows systematizes the planning, design, and implementation phases. OMA combines this with an AgenticOps layer (self-improving feedback loop, autonomous deployment, continuous evaluation, incident response, and cost governance), enabling the lifecycle to close without manual phase-by-phase execution. Users approve only at checkpoints; agents handle diagnosis, proposal, and execution.

Plugin Catalog

PluginRoleExample Skills
agentic-platformBuild and operate Agentic AI Platform on EKSagentic-eks-bootstrap, vllm-serving-setup, inference-gateway-routing, langfuse-observability, gpu-resource-management, ai-gateway-guardrails
agenticopsAgent-driven operations automationself-improving-loop, autopilot-deploy, incident-response, continuous-eval, cost-governance
aidlc-inceptionAIDLC Phase 1 extensions (opt-in)workspace-detection, requirements-analysis, user-stories, workflow-planning
aidlc-constructionAIDLC Phase 2 extensions (opt-in)component-design, code-generation, test-strategy

Detailed plugin definitions are in the repository root at .claude-plugin/marketplace.json.

Tier-0 Workflows

Tier-0 workflows are high-leverage operations that start an entire flow with a single invocation and require user approval only at checkpoints.

CommandPurpose
/oma:autopilotAutonomous AIDLC full-loop execution (Inception → Construction → Operations)
/oma:aidlc-loopSingle feature AIDLC one-pass
/oma:inceptionPhase 1 only
/oma:constructionPhase 2 only
/oma:agenticopsOperations mode (continuous-eval + incident-response + cost-governance running in parallel)
/oma:self-improvingLangfuse traces → skill/prompt improvement PR feedback loop
/oma:platform-bootstrapAgentic AI Platform 5-checkpoint bootstrap on EKS
/oma:reviewAIDLC artifact review (ADR, spec, design, PR)
/oma:cancelTerminate active Tier-0 mode

See Tier-0 Workflows for detailed invocation of each command.

AIDLC × AgenticOps Fusion Diagram

The diagram above shows how the AIDLC 3-phase structure closes via an agent-driven feedback loop. Observability data from the Operations phase (Langfuse traces, Prometheus metrics, CloudWatch logs) flows back through self-improving-loop to automatically improve Construction-phase skills and prompts.

Supported Harnesses (Dual Harness)

OMA operates identically across two agent harnesses.

  • Claude Code — Install via native /plugin marketplace add or bash scripts/install/claude.sh (or oma setup). Integrates into .claude/plugins/, .claude/commands/oma/, and .claude/settings.json.
  • Kiro — Install via bash scripts/install/kiro.sh (or select harness=kiro in oma setup). Symlinks SKILL.md to .kiro/skills/ and steering to .kiro/steering/.
  • Shared state — The .omao/ directory at project root is harness-agnostic; both harnesses read and write the same files.
  • Recommended path — Single oma setup command handles profile + seed ontology + plugin installation all at once. See Easy Button for details.

Installation and configuration for each harness are covered in Claude Code Setup and Kiro Setup.

Target Users

  • Platform engineers building and operating Agentic AI platforms on AWS EKS
  • LLM and agent operations teams seeking to cover planning through operations with AIDLC
  • Claude Code or Kiro users who prefer validated drop-in marketplace plugins over building custom skills

Reused Assets

OMA follows the principle of reuse over reinvention. Full attribution is documented in NOTICE.

SourceLicenseHow Used
awslabs/agent-pluginsApache-2.0Plugin, Skill, MCP, and Marketplace JSON schemas adopted
awslabs/aidlc-workflowsMIT-0Used as AIDLC core; contributions are *.opt-in.md extensions only
awslabs/mcpApache-2.011 hosted MCP servers referenced
aws-samples/sample-apex-skillsMIT-05-checkpoint workflow template
oh-my-claudecodeTier-0 orchestration philosophy and .omc/ state management inherited

Next Steps

  1. Getting Started — 5-minute Quickstart to experience your first Tier-0 execution.
  2. Philosophy — Understand the AIDLC × AgenticOps design premise.
  3. Claude Code Setup or Kiro Setup — Proceed with actual installation.

Reference Materials

Official Documentation

OMA Internal Documentation