aboutsummaryrefslogtreecommitdiff
path: root/respond-to-cj-comments
Commit message (Collapse)AuthorAgeFilesLines
* feat: add respond-to-cj-comments skillCraig Jennings2026-04-231-0/+232
Scans a file for cj: annotations (Craig's in-line instructions and questions) and handles each one with subagent-delegated accuracy. Classifies each comment as instruction or question, spawns subagents per item, applies changes from the main thread, and produces a structured summary. Covers the voice and attribution discipline for any public-facing writing the skill produces, a long-summary-to-file pattern that writes to /tmp/ and opens in emacsclient when the output runs long, and a requirement that every file path in the summary is a clickable org-mode link.