← ClaudeAtlas

wiki-projectlisted

Create or update project pages in the Obsidian vault's 03 PROJECTS — status changes, decision log entries, milestones, meeting notes, future-project ideas. Use when the user says "log a decision for <project>", "update <project> status", "new project page", "what's the state of <project>", "we had a meeting about <project>", "add a project idea", or finishes a chunk of project work worth recording in the wiki.
pivoshenko/pivoshenko.ai · ★ 2 · AI & Automation · score 76
Install: claude install-skill pivoshenko/pivoshenko.ai
# Wiki project Vault: `/Users/volodymyr.pivoshenko/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault` Project lifecycle in the wiki: index page + ADR-lite decision log + meeting log per project, plus a vault-wide ideas list. ## Layout ``` 03 PROJECTS/ ├── Ideas.md # one-liner future-project ideas (type: reference) └── <Project>/ ├── <Project>.md # index: pitch, overview, current state (template: 99 TEMPLATES/Project.md) ├── Decisions.md # append-only decision log ├── Meetings.md # append-only meeting log (created on first meeting) └── extras # project-specific notes (reviews, specs, ...) ``` ## Flow 1. Read vault `CLAUDE.md` + `INDEX.md` first. 2. New project -> subfolder + index from `99 TEMPLATES/Project.md` + `Decisions.md` bootstrap: `# Decisions` heading + one intro line ("Append-only decision log for [[<Project>]]. Entry shape: `99 TEMPLATES/Decision Entry.md`."). Real project facts (repo URL, status) -> `links` + `status` frontmatter. 3. Status change -> bump `status` frontmatter + rewrite `## Current state` (keep it current-state, not history — history lives in Decisions.md + LOG.md). 4. Decision -> append `99 TEMPLATES/Decision Entry.md` shape to `Decisions.md`: date, decision, why, alternatives. Newest at bottom. One entry per decision, terse. 5. Milestone -> rewrite `## Current state` + LOG.md line. If a decision drove it, also a Decisions.md entry. No separate milestone artifact. 6. Meeting -> append `9