AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MPL-2.0 Self-run

Session Journal

skill-pithy-name-claude-playground-session-journal · by pithy-name

This skill should be used at the start of every session, at meaningful milestones during the session, and at the end of every session. Creates and maintains a journal entry file per session documenting goals, progress, decisions, and outcomes.

No reviews yet
0 installs
34 views
0.0% view→install

Install

$ agentstack add skill-pithy-name-claude-playground-session-journal

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-pithy-name-claude-playground-session-journal)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Session Journal? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Session Journal

Create and maintain a journal entry for every session in .claude/journals/. One file per session.

File Naming

.claude/journals/YYYY-MM-DD_HH-MM_.md

Use local time in 24-hour clock format. ` is a 2-4 word kebab-case summary of the session goal (e.g. setup-gitignore-skill`).

When to Write

| Trigger | What to write | |--------|---------------| | Session start | Create the file with header, goal, and repo context | | Milestone reached | Append a milestone block with deliverables and subheadings | | Session end | Append the closing summary block |

What Counts as a Milestone

A milestone represents something completed or delivered — a skill created, a format finalized, a bug fixed. Research, exploration, and prep work are not milestones on their own; they belong under the milestone they contributed to as #### Research/Work.

Journal File Format

# Session Journal — YYYY-MM-DD HH:MM

**Repo:** owner/repo (last two path segments of the working directory — never the full absolute path)
**Started:** YYYY-MM-DD HH:MM (local 24h)
**Ended:** YYYY-MM-DD HH:MM (fill in at close)

## Goal
What we set out to do this session.

---

## Timeline

### YYYY-MM-DD HH:MM — Milestone: 
- Deliverable or outcome, including the implication of any decisions (e.g. "Set to `user-invocable: false` so it fires automatically")
- Additional deliverable bullets as needed

#### User Prompt
"first prompt text"
"second prompt text if there were multiple"

(include all prompts the user gave that relate to this milestone)

#### Q&A
**Claude:** question text (Claude asking the user for clarification — not the user asking Claude)
**User:** answer text

(include all Q&A exchanges that relate to this milestone)

#### Research/Work
- Steps taken, exploration done, or prep work that led to this milestone
- Add as many bullets as needed

#### User Feedback
"first piece of feedback"
"second piece of feedback if there were multiple"

(include all feedback or corrections the user gave during this milestone)

(repeat ### milestone block for each milestone)

---

## Closing Summary

**Completed:**
- bullet list of what was finished

**Left incomplete / next steps:**
- bullet list of outstanding work

**User preferences or feedback noted:**
- anything the user corrected, confirmed, or asked to remember

**Files changed this session:**
- list of files touched

Instructions

  1. At session start: create the file immediately with repo, start datetime, and goal.
  2. Each ### milestone block represents a completed deliverable. Put the outcome bullets directly under the ### heading.
  3. Under each milestone, add only the #### subheadings that apply — Research/Work, User Prompt, Q&A, User Feedback. Omit any that are not relevant.
  4. Deliverable bullets must include the implication of decisions, not just the bare fact (e.g. "so it fires automatically", "so history stays with the repo").
  5. Research/Work captures the steps, exploration, or prep that led to the milestone — it is a sibling to User Prompt and Q&A, not part of the deliverable bullets.
  6. At session end: append the Closing Summary block and fill in the end datetime.
  7. Never overwrite previous blocks — always append.
  8. All timestamps must use local time in 24-hour clock format: YYYY-MM-DD HH:MM.
  9. If the goal is unclear at session start, write "To be determined" and update it at the first milestone.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.