Examples

See the CodexFlow workflow before you buy.

Public demo materials for the generated repo structure, AGENTS.md, commands, and before/after Codex task flow.

Examples

Preview the workflow before you buy.

These public samples show the shape of the paid CodexFlow workflow layer. They are read-only demo materials, not a free installer or license grant.

your-repo/
  AGENTS.md
  .codexflow/
    memory/
    views/
    payloads/
  .claude/premium/
    agents/
    commands/
    skills/

Generated repo structure

See how CodexFlow organizes AGENTS.md, repo memory, premium commands, skills, and handoff files.

# Project Instructions

- Work on a dedicated branch.
- Inspect status before edits.
- Avoid generated files.
- Run lint, typecheck, and build.
- Summarize rollback steps.

Sample AGENTS.md

A repo-root instruction layer that keeps branch rules, test commands, and risky paths visible to Codex.

/cf-individual-release-check

Inputs:
- current branch
- changed files
- validation commands

Output:
- launch readiness summary
- blockers
- rollback notes

Sample command

A reusable workflow command turns a vague request into scoped implementation, checks, and handoff.

You: Make pricing clearer.

CodexFlow-guided run:
ok loaded project context
ok scoped pricing files only
ok avoided generated files
ok ran lint/typecheck/build
ok left rollback command

Before / after transcript

A short prompt becomes a structured task with context loading, focused edits, verification, and a clear handoff.