Loading...
Loading...
Manages project directory setup and artifact organization. Use when starting a new project, resuming an existing one, or when a PLAN.md needs to be associated with a project directory. Creates the project folder structure (specs/, scripts/, notebooks/) and resolves project naming.
npx skill4agent add awslabs/agent-plugins directory-management*/PLAN.mdPLAN.md[a-z0-9-]<experiment-name>/<project-name>/
├── specs/
│ ├── PLAN.md # Your customization plan
├── scripts/ # Generated Python scripts
│ ├── <project-name>_transform_fn.py
└── notebooks/ # Generated Jupyter notebooks
├── <project-name>_training.ipynb