soda-plans

Discover and review AI-generated implementation plans stored as markdown files.

Updated Jan 31, 2026
One-click install
npx skills add https://github.com/whatasoda/agent-extensions --skill soda-plans
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: soda-plans
Source: https://github.com/whatasoda/agent-extensions/tree/main/plugins/dev-workflow/skills/soda-plans
Command: npx skills add https://github.com/whatasoda/agent-extensions --skill soda-plans

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps you find and understand implementation plans created in previous Claude Code sessions, which are otherwise stored in scattered, randomly named markdown files.

Core Features & Use Cases

  • Cross-Session Plan Discovery: Browse a list of previously created plans.
  • Summarization: Get a condensed overview of a plan's title, problem, approach, design decisions, affected files, steps, and risks.
  • Keyword Filtering: Search for plans using specific keywords.
  • Use Case: You're working on a new feature and want to see if a similar implementation plan already exists from a past project. You can quickly search for plans related to "authentication" or "user profile" to find relevant past work.

Quick Start

Use the soda-plans skill to browse recent implementation plans.

Frequently Asked Questions about soda-plans

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

FAQPage Schema
How do I find implementation plans from previous AI coding sessions?

To find implementation plans from previous sessions, this Skill indexes scattered markdown files and provides summarized overviews. It retrieves past project decisions, affected files, and execution steps by filtering an indexed JSON file based on keywords and recency.

Can I search past code plans using specific keywords?

Yes, you can search past code plans using specific keywords. The Skill relies on an indexed JSON file for efficient retrieval, allowing you to filter plans by terms like authentication or user profile to discover relevant past work.

What is the best way to review design decisions and affected files from old plans?

The best way to review design decisions and affected files from old plans is by using this Skill's summarization feature. It condenses markdown files into structured details covering the problem, approach, affected areas, steps, and risks for quick understanding.

Do I need a specific file format to discover and review past plans?

You need past implementation plans stored as markdown files to discover and review them. The Skill processes these scattered files and relies on an indexed JSON file to facilitate cross-session retrieval and summarization.

How does cross-session plan discovery work for scattered markdown files?

Cross-session plan discovery works by indexing randomly named markdown files into a JSON file. This allows the Skill to efficiently retrieve, filter by keywords and recency, and summarize past implementation plans for browsing.

Are there limitations when retrieving summarized overviews of past plans?

A limitation when retrieving summarized overviews is that the Skill depends on an existing indexed JSON file. If markdown files are not indexed, the efficient filtering and retrieval of past plans based on keywords and recency will not function.