Imported from Chunkys0up7/ISLayer (
.claude/skills/mda-init/SKILL.md). Install upstream withnpx skills add Chunkys0up7/ISLayer --skill mda-init. Copyright stays with the author.
MDA Init -- Scaffold a New Process Repository
This command creates a new MDA process repository with the standard directory structure, default configuration, and template files needed to begin modeling a BPMN process.
Context
Current working directory: !pwd
Existing MDA config: !test -f mda.config.yaml && echo "mda.config.yaml found" || echo "No mda.config.yaml in current directory"
Steps
- Run the scaffolding command for the process named
$ARGUMENTS:
python cli/mda.py init $ARGUMENTS
-
If the command asks for additional information (domain prefix, namespace, etc.), prompt the user for those values before re-running.
-
After successful scaffolding, list the created directory structure to confirm everything was set up:
ls -R $ARGUMENTS/
- Show the user:
- The created directory tree
- The generated
mda.config.yamlcontents - Suggested next steps (add BPMN file, add corpus documents, run ingest)