# Loganrooks Codex Uplift Kit Codex Retrospective Update

> Retrospective update skill

- Skill: `tomevault-io/loganrooks-codex-uplift-kit-codex-retrospective-update` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/loganrooks-codex-uplift-kit-codex-retrospective-update`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/loganrooks-codex-uplift-kit-codex-retrospective-update/raw
- Safety review: pending (external: skill-scanner PASS, skillspector CAUTION)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/loganrooks-codex-uplift-kit-codex-retrospective-update

---


# Retrospective update skill

Use this skill when Codex or another agent repeats a mistake, violates workflow expectations, or creates avoidable review friction.

## Retrospective questions

1. What happened?
2. What was the expected behavior?
3. What existing instruction, if any, should have prevented it?
4. Was the failure caused by missing context, ambiguous instruction, absent verification, tool limitation, or judgment error?
5. Is the fix universal, project-specific, subsystem-specific, workflow-specific, or deterministic?
6. Where should the fix live?

## Placement guide

- Home `~/.codex/AGENTS.md`: durable personal default across repos.
- Project `AGENTS.md`: shared repo standard, command, convention, protected seam, artifact path.
- Nested `AGENTS.md`: local subsystem rule.
- Skill: reusable workflow that should load only when needed.
- Hook: deterministic guardrail or lifecycle check.
- Config: sandbox, approval, model, MCP, agents, feature flags.
- Test/CI/lint: enforceable project behavior.

## Output

Produce a concise recommendation:

```markdown
# Retrospective: <failure>

## Failure observed
## Root cause hypothesis
## Proposed durable fix
## Target surface
## Exact text or patch
## Why this surface
## Alternatives considered
## Verification / future check
```

Do not update instruction files automatically if the change is doctrine-bearing or could affect many projects. Surface the proposed patch first.

---
> Source: [loganrooks/codex-uplift-kit](https://github.com/loganrooks/codex-uplift-kit) — distributed by [TomeVault](https://tomevault.io).
<!-- tomevault:4.0:skill_md:2026-05-23 -->

