원클릭으로
log-to-project
Log work activity to a specific project folder. Maintains changelogs, session notes, and decision records for projects.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Log work activity to a specific project folder. Maintains changelogs, session notes, and decision records for projects.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use when about to claim work is complete, fixed, or passing. Requires running verification commands and confirming output before making any success claims. Evidence before assertions, always.
Use when encountering any bug, test failure, or unexpected behavior. Requires root cause investigation before proposing fixes.
Analyze existing skills, agents, commands before creating new ones. Prevents duplicates and suggests alternatives.
Dynamic wisdom extraction that adapts sections to content. Use when analyzing YouTube videos, podcasts, interviews, articles, or any content where you want to capture the best insights.
Detect AI-generated writing patterns (slop). Scans for banned phrases, structural tells, and scoring.
List and restore from Minervia backups. Shows available backup timestamps and lets you restore files to previous versions. Use when you need to undo an update or recover customizations.
| name | log-to-project |
| description | Log work activity to a specific project folder. Maintains changelogs, session notes, and decision records for projects. |
| use_when | User asks to log activity to a project, update project documentation, capture session outcomes, or record changes to a project. |
Capture project-specific activity to the project folder, maintaining history and context for ongoing work.
Projects without documentation become black boxes. With project logging:
Add to your CLAUDE.md:
## Vault Configuration
Projects location: 02 Projects/
Code repositories: ~/Dev/
02 Projects/[Project Name]/
├── PROJECT.md # Canonical status file
├── CHANGELOG.md # Version history
├── Sessions/ # Session logs
│ └── session-YYYYMMDD.md
└── Decisions/ # Decision records
└── decision-YYYYMMDD-topic.md
02 Projects/# Changelog
All notable changes documented here.
## [Unreleased]
### Added
- New features
### Changed
- Modifications
### Fixed
- Bug fixes
### Removed
- Removed features
## [X.X.X] - YYYY-MM-DD
### Added
- Initial features
# [Project Name] - Session YYYY-MM-DD
## Summary
[Brief summary of what was accomplished]
## Changes Made
### [Category]
- Change 1
- Change 2
## Decisions Made
| Decision | Rationale |
|----------|-----------|
| Decision 1 | Why |
## Next Steps
- [ ] Task 1
- [ ] Task 2
# Decision: [Title]
**Date:** YYYY-MM-DD
**Status:** Proposed | Accepted | Deprecated
## Context
[What issue motivated this decision?]
## Decision
[What change are we making?]
## Consequences
[What becomes easier or harder?]
## Alternatives Considered
- Alternative 1: Why rejected
Step 1: Identify the project
02 Projects//start-project firstStep 2: Ensure structure exists
Sessions/ and Decisions/ folders if neededStep 3: Analyze session content
Identify:
Step 4: Update CHANGELOG.md
[Unreleased]Step 5: Create session log (for substantial work)
Sessions/session-YYYYMMDD.mdStep 6: Create decision record (for significant decisions)
Decisions/decision-YYYYMMDD-topic.mdGood entries:
Bad entries: