Step-by-step flow for module scaffolding. Keywords: module, flow.
This doc contains the step-by-step flow. For inputs, tools, outputs, and safety, see /.system/skills/ssot/repo/scaffolding/new-module/SKILL.md.
AI asks human for:
Human checkpoint: Confirm parameters before proceeding.
AI validates:
module_id uniqueness against existing modulesmodule_type exists in /type_graph.yaml (if specified)AI runs orchestrator with --dry-run:
python scripts/devops/scaffold/new_module.py --module-id <module_id> --description "<description>" --dry-run
AI presents planned_changes to human.
Human checkpoint: Review and approve planned changes.
AI runs orchestrator without --dry-run:
python scripts/devops/scaffold/new_module.py --module-id <module_id> --description "<description>"
AI triggers Module Runner automation:
python scripts/modular/registry_build.py
AI verifies:
AI records scaffold execution in appropriate workdocs: