This skill allows you to write Markdown reports.
Standard Operating Procedure
- Write report under
/home/hdemers/Dropbox/Claude/<category>/!
[[ "$PWD" =~ [Gg]rubhub ]] && echo "grubhub" || echo "personal"/!basename "$(jj root 2>/dev/null || git rev-parse --show-toplevel 2>/dev/null)" 2>/dev/null || echo "misc"/ where <category> is either 'brainstorm' or 'failure'. - Report filenames shall be kebab-case with the following pattern: YYYY-MM-DD-<descriptive-name>.
- If multiple reports are being written as part of a given session, you shall reference the other documents, when applicable, using the markdown notation [Link Text](relative path to the file).
- User can comment on the report by highlighting words and referencing a comment found at the end:
==highlighted text==[^1] [^1] Comment on highlighted text. - If user mentions "comments added" or something to that effec, it means the user has added comments to the report. Read the file back and answer those comments live, do not modify the file until user says so.