# Niko Reflect

> Niko Memory Bank System - Reflect Phase - Post-Implementation Reflection

- Skill: `texarkanine/niko-reflect` (Agent Skill)
- Install (CLI): `npx skillmds@latest add texarkanine/niko-reflect`
- Raw SKILL.md: https://api.skillmd.com/api/skills/texarkanine/niko-reflect/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: Texarkanine (https://skillmd.com/u/texarkanine)
- Updated: 2026-09-10
- Page: https://skillmd.com/skills/texarkanine/niko-reflect

---


# Reflect Phase - Post-Implementation Reflection

This command produces a structured reflection on the task just completed - what worked, what didn't, and what to do differently next time. Reflection depth scales with complexity level - this file routes to the appropriate level-specific reflection document.

## Step 1: Load Memory Bank Files

Read:
- `memory-bank/active/tasks.md`
- `memory-bank/active/activeContext.md`
- `memory-bank/active/progress.md`

## Step 2: Determine Complexity Level

If no complexity level is set, or `memory-bank/active/progress.md` does not exist: 🛑 STOP! It doesn't make sense to reflect before a task has been completed.

Ask the operator for clarification, and wait for their instructions. You're done for now.

## Step 3: Route to Level-Specific Reflection

Load the appropriate complexity level-specific Niko workflow file, then use its Phase Mappings to execute the Reflect phase.

