What problem does it solve? Repositories often lack the structure AI coding agents need to work effectively — no AGENTS.md, no ADRs, no CI, no context index. Manually auditing and creating these files is tedious and error-prone. ## Core Features & Use Cases - 18-Item Compliance Scan: Runs a CLI to detect and score a repo against an AI-native template, surfacing exposed secrets with a warning. - Situational Interview: Asks only what cannot be inferred (agent tools, CI host, pre-push hooks, context index mode, integrations), defaulting every branch to the lowest-dependency option. - Non-Destructive Apply: Creates only missing files, wires git hooks for real, and re-scores the repo against the chosen profile. - Use Case: Point it at a legacy monorepo; it detects stacks and submodules, scaffolds AGENTS.md plus per-submodule CLAUDE.md files, wires a raw pre-push hook, and reports the new compliance score. ## Quick Start Ask the AI to run /codepresso:aidlc-init on your repository path to analyze, scaffold, and re-score its AI-native structure.