Tutorials
Step-by-step AI workflow guides for product and engineering teams.
Learn how to run Brownfield, Greenfield, and configuration or infrastructure work through AIDLC Studio. Then apply the same model-agnostic workflow in Claude Code or Codex.
Video-style walkthroughs
Workflow tutorials
Each module is local, lightweight, and built from HTML/CSS so the site stays free of AI-generated images.
Workflow guides
How to use each AIDLC workflow
Start with the workflow that matches the change type. Do not choose based on which AI model or assistant you plan to use.
Brownfield Flow
Use this when AI touches existing product behavior, legacy code, or active customer workflows.
- Map current behavior, dependencies, and known defects.
- Define the smallest safe change and explicit non-goals.
- Create a context packet with relevant files, tests, APIs, and constraints.
- Ask the assistant for a narrow candidate patch, not a broad rewrite.
- Run regression checks for changed and unchanged behavior.
- Review the patch until a human can explain it without model authority.
- Accept with a before/after product demo.
- Release with monitoring, rollback criteria, and a learning log.
Greenfield Flow
Use this for new features, services, internal tools, and MVP surfaces.
- Frame the user problem, MVP boundary, success metric, and non-goals.
- Write an architecture note with data contracts, ownership, and risk controls.
- Prepare a model-neutral prompt contract for one vertical slice.
- Generate a scaffold or candidate implementation inside that boundary.
- Validate tests, performance, usability, and architecture fit.
- Run product acceptance against the original customer scenario.
- Pilot with a controlled audience, owner, monitoring, and support path.
- Scale, stop, or iterate from pilot evidence.
Config & Infrastructure
Use this when AI touches deployment, policy, configuration, environments, or infrastructure as code.
- Declare the operational intent, affected customers, and non-goals.
- Map blast radius, dependencies, permissions, cost, security, and rollback.
- Inventory current state, runbooks, and validation commands.
- Ask the assistant for a minimal config diff and rollback notes.
- Review plan output, security posture, and operational readiness.
- Approve the change window, owner, communication, and rollback trigger.
- Roll out under observation with incident path ready.
- Complete post-checks and update runbooks.
Claude and Codex
Use AIDLC with AI coding assistants
The same workflow works with Claude Code, Codex, or any assistant because the durable artifact is the context packet and evidence contract, not a vendor-specific prompt.
Claude Code
- Open the Artifacts page and copy the
CLAUDE.mdstarter into your repository. - Copy the workflow runbook that matches the change type into your repo or planning doc.
- Update
CLAUDE.mdwith project build commands, review rules, and the AIDLC guide location. - Start Claude Code from the repository root.
- Ask Claude to use the matching flow and produce a candidate artifact plus evidence notes.
- Run the required checks and update the evidence ledger before merge or release.
Use Brownfield Flow from docs/aidlc-workflow.md. Change only the approved scope. Return: candidate patch, tests to run, risks, and evidence ledger updates.
Codex
- Open the Artifacts page and copy the
AGENTS.mdstarter into your repository. - Copy the chosen workflow guide, prompt contract, and review gate into your team workspace.
- Add durable repo instructions in
AGENTS.mdso Codex sees the workflow expectations. - Open Codex in the app, CLI, IDE extension, or web surface from the repository context.
- Prompt Codex with the workflow type, risk level, allowed scope, and required evidence.
- Review all edits, commands, and test results before accepting the output.
- Use the evidence ledger for acceptance, release, and learning decisions.
Use Config and Infrastructure Changes. Risk: high. Do not apply changes directly. Return: minimal diff, plan validation, rollback notes, and post-checks.
Reusable Prompt Contract
- Name the workflow: Brownfield, Greenfield, or Config/Infra.
- State product intent, risk level, and non-goals.
- List relevant files, APIs, tests, and constraints.
- Define allowed and prohibited actions.
- Ask for output, verification steps, risks, and evidence updates.
- Keep human review and release decisions outside the assistant.
Workflow: Risk: Intent: Context: Allowed: Not allowed: Evidence required: