# Niko Build

> Niko Memory Bank System - Build Phase - Code Implementation

- Skill: `texarkanine/niko-build` (Agent Skill)
- Install (CLI): `npx skillmds@latest add texarkanine/niko-build`
- Raw SKILL.md: https://api.skillmd.com/api/skills/texarkanine/niko-build/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-build

---


# Build Phase - Code Implementation

This command implements the planned changes following the validated implementation plan. Implementation depth scales with complexity level - this file routes to the appropriate level-specific build 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 BUILDING! Invoke the `niko` skill to initialize the memory bank and perform complexity analysis.

## Step 3: Route to Level-Specific Build

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

