Saml Planfile

Creates an empty plan file: `./.plan/YYYY-MM-DD-hh-mm-TITLE.md`. Trigger this automatically when plan file needs to be created.

saml Updated

File contents

Create the file named ./.plan/YYYY-MM-DD-hh-mm-TITLE.md where YYYY-MM-DD-hh-mm part is current year month day hour minute. Generate the timestamp part using the following script:

#!/usr/bin/env bash
date '+%Y-%m-%d-%H-%M'

And, TITLE part should be short title of the plan. Make sure TITLE part does not contain white spaces. And TITLE part should be all lower case.

If the directory ./.plan does not exist, create it first. If the file already exists, noop.

saml/copilot-skills/tree/main/saml-planfile commit 566506f00b

Frequently asked questions

npx skillmds@latest add saml/saml-planfile