wrap-session

Session Wrap-Up Workflow

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "wrap-session" with this command: npx skills add product-on-purpose/pm-skills/product-on-purpose-pm-skills-wrap-session

Session Wrap-Up Workflow

Execute this workflow when ending a working session to maintain project continuity.

Execution Steps

  1. Identify Project Root

Locate the project root containing README.md and CHANGELOG.md. If uncertain, ask the user.

  1. Update README.md

Update the project description and status to reflect current state. Keep changes minimal — only update what has meaningfully changed.

  1. Update CHANGELOG.md

Append changes to the [Unreleased] section using Keep a Changelog format. See references/changelog-format.md for format details.

Change categories:

  • Added — New features/files

  • Changed — Modified functionality

  • Fixed — Bug fixes

  • Deprecated — Soon-to-be removed

  • Removed — Deleted features

  • Security — Vulnerability fixes

If CHANGELOG.md doesn't exist, create it using assets/CHANGELOG.template.md .

  1. Update Agent Context Files

Create/update files in AGENTS/<model>/ (e.g., AGENTS/claude/ ):

File Purpose When to Update

CONTEXT.md

Current project state Always

TODO.md

Task tracking When tasks change

DECISIONS.md

Technical decisions When decisions are made

If AGENTS folder doesn't exist: Create the full structure:

AGENTS/ └── claude/ ├── CONTEXT.md ├── TODO.md ├── DECISIONS.md ├── SESSION-LOG/ └── PLANNING/

See references/context-files.md for file formats.

4b. Save Planning Artifacts (When Applicable)

If the session involved planning, review, or analysis work that produced artifacts requiring review, save them to AGENTS/<model>/PLANNING/ :

When to create PLANNING documents:

  • Architecture proposals or design documents

  • Code review summaries and recommendations

  • Investigation reports and research findings

  • Implementation plans and roadmaps

File naming:

  • Use descriptive, kebab-case names: auth-system-design.md , api-migration-plan.md

  • Prefix with date for time-sensitive docs: 2025-01-14_performance-analysis.md

Required front matter:


created: YYYY-MM-DD updated: YYYY-MM-DD sessions:

  • SESSION-LOG/YYYY-MM-DD_HH-MM_session.md status: draft | in-review | approved | superseded tags: [planning, review, analysis]

  1. Create Session Log

Create AGENTS/<model>/SESSION-LOG/YYYY-MM-DD_HH-MM_session-<4-6 word summary separated by hypens>.md with:

  • Summary (2-3 sentences)

  • Key accomplishments

  • Decisions made

  • Issues encountered

  • Next session recommendations

  • Next session prompt (copy-paste ready prompt for continuing work)

  • Session highlights (key prompts/responses, not full transcript)

See references/session-log-format.md for template.

  1. Confirm Completion

Report to user:

  • Files updated/created

  • Key changes documented

  • Recommended pickup point for next session

Directory Structure

project-root/ ├── README.md ├── CHANGELOG.md └── AGENTS/ └── claude/ ├── CONTEXT.md ├── TODO.md ├── DECISIONS.md ├── SESSION-LOG/ │ └── YYYY-MM-DD_HH-MM_session.md └── PLANNING/ └── <descriptive-name>.md

When NOT to Run

  • No meaningful work was done

  • User explicitly declines documentation

  • Project is temporary/throwaway

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

init-project

No summary provided by upstream source.

Repository SourceNeeds Review
General

init-project-jpkb

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

growth-loops

No summary provided by upstream source.

Repository SourceNeeds Review
147-phuryn
General

summarize-meeting

No summary provided by upstream source.

Repository SourceNeeds Review
185-phuryn