What problem does it solve? At the end of an APM (Agentic Project Management) session, project state is scattered across spec, plan, tracker, and memory files. This Skill consolidates that state into a structured session summary and optionally archives the entire session for future reference. ## Core Features & Use Cases - Session Summarization: Reads .apm/spec.md, .apm/plan.md, .apm/tracker.md, and .apm/memory/index.md to produce a point-in-time session-summary.md with YAML frontmatter (date, project, stages completed, outcome). - Subagent Cross-Validation: Spawns an Explore subagent to verify Task Logs against the actual codebase, confirming deliverables exist and commits are on expected branches. - Session Archival: Runs apm archive --force to snapshot all .apm/ artifacts into .apm/archives/<name>/ and maintains an archive index table. - Use Case: After completing a multi-stage APM project, ask the assistant to summarize the session; it produces a structured summary, asks for your corrections, then archives everything so a fresh session can start with apm init. ## Quick Start Ask the assistant to summarize the current APM session and archive it when you confirm.