adlc-improve

star 1

Refine an existing ADLC plan for completeness, order, and execution readiness.

davidvictor By davidvictor schedule Updated 6/2/2026

name: adlc-improve description: Refine an existing ADLC plan for completeness, order, and execution readiness.

ADLC Improve

Use this after adlc-plan when the plan needs a second pass before execution.

Process

  1. Resolve effective ADLC paths from .adlc/config.yaml; use adlc resolve-config when the CLI is available.
  2. Locate the target plan from an explicit path, current branch, configured plans path, configured fast-plan path, or configured fixes path.
  3. Read relevant interview specs and check whether the plan preserves their non-goals, decision boundaries, pressure-pass findings, and acceptance criteria.
  4. Check missing tasks, unclear dependencies, risky batch size, missing milestones, missing verification, missing docs/env gates, missing rollback notes, and duplicated work.
  5. Remove redundant tasks and split broad ones into reviewable, commit-capable slices.
  6. Promote the plan to adlc-workstream when it needs Codex goal continuity, multiple milestones, or durable multi-sprint state.
  7. Preserve the plan's goal; do not expand scope without naming the expansion.
  8. Show a concise change summary before or with the updated plan.

Output

Return updated plan path, interview spec path when used, material changes, remaining risks, and readiness for adlc-implement.

Install via CLI
npx skills add https://github.com/davidvictor/adlc-skills --skill adlc-improve
Repository Details
star Stars 1
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator