wiki-projectlisted
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