Skip to content

ai-dlc-status

Check AI-DLC workflow status, current phase, stage progress, and pending approvals

experimental
IDE:
codex
Version:
0.1.0
Owner:epic-platform-sre
ai-dlc
status
progress
workflow

AI-DLC Status

Check the current state of the AI-DLC workflow.

What This Shows

  1. Current Phase: Inception / Construction / Operations
  2. Current Stage: Which stage is active or last completed
  3. Stage Progress: Checkbox completion for active plans
  4. Pending Approvals: Any gates waiting for user input
  5. Unit Progress: For Construction, which units are done

How to Check

Read and display the contents of:

  • aidlc-docs/aidlc-state.md - Current workflow state
  • aidlc-docs/audit.md (last 20 lines) - Recent activity

Status Display Format

AI-DLC Workflow Status
======================
Phase: CONSTRUCTION
Stage: Code Generation (Unit 3 of 5)
Depth: Standard

Unit Progress:
  [x] auth-service - Complete
  [x] user-service - Complete
  [ ] payment-service - IN PROGRESS (Code Generation)
  [ ] notification-service - Pending
  [ ] api-gateway - Pending

Last Activity: 2026-03-23T18:00:00Z
Pending: Approval gate for payment-service code plan

Resuming Work

If state file exists but work was interrupted:

  1. Show last completed stage
  2. Identify next stage to execute
  3. Recommend which skill to run next

Related Assets