.claude/skills/wrap-session/SKILL.md
End-of-session documentation workflow that updates README, CHANGELOG, agent context files, and creates session logs. Use when wrapping up a working session, when asked to document session progress, when preparing handoff documentation, or when the user says "wrap up", "end session", "document progress", or "save session".
npx skillsauth add product-on-purpose/pm-skills wrap-sessionInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Execute this workflow when ending a working session to maintain project continuity.
Locate the project root containing README.md and CHANGELOG.md. If uncertain, ask the user.
Update the project description and status to reflect current state. Keep changes minimal — only update what has meaningfully changed.
Append changes to the [Unreleased] section using Keep a Changelog format. See references/changelog-format.md for format details.
Change categories:
Added — New features/filesChanged — Modified functionalityFixed — Bug fixesDeprecated — Soon-to-be removedRemoved — Deleted featuresSecurity — Vulnerability fixesIf CHANGELOG.md doesn't exist, create it using assets/CHANGELOG.template.md.
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.
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:
File naming:
auth-system-design.md, api-migration-plan.md2025-01-14_performance-analysis.mdRequired 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]
---
Create AGENTS/<model>/SESSION-LOG/YYYY-MM-DD_HH-MM_session-<4-6 word summary separated by hypens>.md with:
See references/session-log-format.md for template.
Report to user:
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
tools
Run an ordered sequence of pm-skills against one input via the pm-workflow-orchestrator sub-agent, pausing for go/no-go and stopping on a failed or empty step. Dispatches natively on Claude Code with the pm-skills plugin (invokes @agent-pm-skills:pm-workflow-orchestrator, which delegates each step through the Skill tool); on non-Claude clients (Codex CLI, Cursor, Windsurf, Copilot, Gemini CLI) reads agents/pm-workflow-orchestrator.md and walks the loop inline after a tool-capability pre-flight. Explicit invocation only; never fires proactively. EXPERIMENTAL on all non-Claude clients and on the native path until smoke-tested; run --dry-run first.
development
Produce a comprehensive, evidence-grounded prioritized action plan from any PM input (notes, transcripts, drafts, executive asks, Slack threads, or a raw situation). Outputs one saveable document with an executive summary, input mirror, situation classification (Cynefin), the binding constraint (Theory of Constraints), prioritized questions and open decisions, a ranked action plan with the critical effort plus follow-ons, risks and pre-mortem, copy/paste prompts for downstream pm-skills, and an evidence map. Builds a source ledger and cites exact input quotes; refuses High-confidence plans for Complex or Chaotic situations. Use when you want the critical next effort and how to execute it.
testing
--- name: deliver-y phase: deliver --- # Deliver Y Fixture skill for phase-map and phase-router tests.
testing
--- name: define-x phase: define --- # Define X Fixture skill for phase-map and phase-router tests.