Awesome-omni-skill niko-plan
Niko Memory Bank System - Plan Phase - Implementation Planning
install
source · Clone the upstream repo
git clone https://github.com/diegosouzapw/awesome-omni-skill
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/diegosouzapw/awesome-omni-skill "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/development/niko-plan" ~/.claude/skills/diegosouzapw-awesome-omni-skill-niko-plan && rm -rf "$T"
manifest:
skills/development/niko-plan/SKILL.mdsource content
Plan Phase - Implementation Planning
This command creates a detailed implementation plan for the current task. Planning depth scales with complexity level — this file routes to the appropriate level-specific planning document.
Step 1: Load Memory Bank Files
Read:
memory-bank/tasks.mdmemory-bank/activeContext.md
Step 2: Determine Complexity Level
Read the complexity level from
memory-bank/activeContext.md
If no complexity level is set, or
memory-bank/activeContext.md does not exist: STOP PLANNING! Invoke the niko skill to initialize the memory bank and perform complexity analysis, then proceed as instructed there.
Step 3: Route to Level-Specific Planning
Load the appropriate complexity level-specific Niko workflow file, then use its phase mappings to proceed to the Plan phase.