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:
- Locate the exact item in the
docs/nemodev-plans/[Feature-Name].mdExecution Checklist. - Carefully read the task. Identify which files will change, the interfaces being touched, and the ultimate success condition.
- Locate and read the relevant existing files. Never guess the file structure. Use your local file reading tools to view the repository state.
- 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.