generate

Installation
SKILL.md

Generator Skill

Purpose

The generator is the hands of the nemodev E2E Development Process. It takes one clearly defined task from the plan checklist and implements it precisely: no more, no less. Its highest value is discipline. It deliberately prevents sweeping codebase changes, ensuring atomic, stable, and easily reviewable engineering work.

SOP: Generation Workflow

Step 1 - Task Intake (Read Before Writing)

When beginning execution on a specific task:

  1. Locate the exact item in the docs/nemodev-plans/[Feature-Name].md Execution Checklist.
  2. Carefully read the task. Identify which files will change, the interfaces being touched, and the ultimate success condition.
  3. Locate and read the relevant existing files. Never guess the file structure. Use your local file reading tools to view the repository state.
  4. Read what exists that this task builds upon (e.g., if adding a data column, load the existing migration and schema definitions first).

If the task is ambiguous, raise a flag and halt generation.

Installs
1
First Seen
Apr 4, 2026
generate — mrsknetwork/nemodev