What problem does it solve?
A new module needs a standardized, reviewable specification and repository skeleton before any implementation can begin; manual setup is error-prone and inconsistent across projects. This Skill automates the creation of a live spec, enforces a first spec-review, and prepares the changes timeline so future work follows the repository's eo-change workflow.
Core Features & Use Cases
- Automated spec creation: Produces eo-doc/dev/<module-name>/spec.md using the eo-spec template and initial content tailored to the module.
- Mandatory initial review: Runs a spec-review process and requires resolution of P0/P1 findings before the module baseline is accepted.
- Repository skeleton: Creates changes/ and a module-level INDEX.md and updates the global eo-doc/dev/INDEX.md so the module is discoverable.
- Use case: When introducing a new domain module like inventory or transport-queue, run this Skill to establish a confirmed spec and ready the project for bootstrap changes.
Quick Start
Initialize a new module named inventory, generate eo-doc/dev/inventory/spec.md, confirm the spec status, run the spec-review until passing, create the changes/ skeleton with INDEX.md, and update the global dev index.