project-memory

Standardize project documentation with PROGRESS.md, LESSONS.md, and ADRs.

112|Updated Jul 11, 2026
One-click install
npx skills add https://github.com/VKirill/claude-lane-stack --skill project-memory-vkirill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-memory
Source: https://github.com/VKirill/claude-lane-stack/tree/main/skills/project-memory
Command: npx skills add https://github.com/VKirill/claude-lane-stack --skill project-memory-vkirill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the problem of fragmented AI memory, where project context, architectural decisions, and lessons learned are lost between sessions or across multiple agent interactions.

Core Features & Use Cases

  • Standardized Documentation: Maintains consistent PROGRESS.md, LESSONS.md, and ADRs to ensure continuity.
  • Session Handoff: Provides a structured framework for agents to read and write project state, preventing redundant work.
  • Use Case: When resuming a complex coding task after several days, use this Skill to quickly audit the project memory, review recent lessons, and identify the next concrete steps without re-explaining the entire project history.

Quick Start

Use the project-memory skill to initialize the memory structure for this repository and generate a progress report for the current session.

Frequently Asked Questions about project-memory

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I maintain persistent project context across multiple AI agent sessions?

To maintain persistent project context across multiple AI agent sessions, you can standardize project-level documentation using structured markdown templates like PROGRESS.md and LESSONS.md to track architectural decisions and prevent fragmented AI memory.

What is the best way to transfer coding workflow context when switching between different AI agents?

The best way to transfer coding workflow context between AI agents is to use a structured handoff framework where agents read and write standardized progress logs and architectural decision records, ensuring seamless state transfer without redundant work.

How do I prevent lost architectural decisions and lessons learned between coding sessions?

You can prevent lost architectural decisions and lessons learned by maintaining a standardized repository of ADRs and lesson logs, which facilitates automated auditing and ensures continuity when resuming complex multi-session coding tasks.

Do I need specific markdown templates to standardize my project memory documentation?

Yes, standardizing project memory documentation requires adherence to specific markdown templates for session-ledger tracking and automated audit procedures, ensuring consistent architectural decision records and progress logs across human and AI developers.

Can I use automated audit procedures to review recent project lessons before resuming a coding task?

Yes, you can use automated audit procedures to quickly review recent lessons, audit project memory, and identify the next concrete steps when resuming a complex coding task, preventing the need to re-explain the entire project history.