name: mda-init description: Scaffold a new MDA process repository. Use when creating a new BPMN process project from scratch. argument-hint: [process-name] allowed-tools: Bash(python *) Bash(mkdir *) Bash(ls *)
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)
Next.js App Router Expert
Development
A skill that turns Claude into a Next.js App Router expert.
README Generator
Development
Creates professional and comprehensive README.md files for your projects.
API Documentation Writer
Development
Generates comprehensive API documentation in OpenAPI/Swagger format.