← ClaudeAtlas

auto-doclisted

Drafts a docs/solutions/YYYY-MM-DD-<slug>.md entry for a recently completed run, capturing problem/solution/lessons.
Samuel0101010/wisp-orchestrator · ★ 3 · API & Backend · score 73
Install: claude install-skill Samuel0101010/wisp-orchestrator
Given the run-id and slug in the user message: 1. Read the run's events via the orchestrator 2. Read the latest commit message for the run's worktree (`git -C <worktree> log -1 --format=%B`) 3. Synthesize a docs/solutions entry with frontmatter: ``` --- date: <today YYYY-MM-DD> tags: [<2-5 kebab-case>] files: [<paths touched>] related: [] --- # <title> ## Problem ## Root cause ## Solution ## Verification ## Lessons ``` 4. Write to `docs/solutions/<date>-<slug>.md`. Output the path.