plan

Convert a feature specification into an architectural plan with checkpoints.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/overthestream/agent-dotfile --skill plan-overthestream
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan
Source: https://github.com/overthestream/agent-dotfile/tree/main/claude/skills/plan
Command: npx skills add https://github.com/overthestream/agent-dotfile --skill plan-overthestream

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Converts a feature specification into a concrete architectural plan, ensuring design decisions are captured before implementation and reducing rework.

Core Features & Use Cases

  • Documents architecture decisions based on the spec to guide implementation.
  • Supports ADR-like planning and early design validation.
  • Reuses existing checkpoints and artifacts to promote consistency across features.

Quick Start

Analyze the feature specification and generate an architectural plan that outlines decisions and design choices.

Frequently Asked Questions about plan

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

FAQPage Schema
How do I convert a feature specification into an architectural plan?

To convert a feature specification into an architectural plan, analyze the spec checkpoint and generate a plan checkpoint that documents design decisions and choices to guide implementation.

What is an architectural plan used for in early-stage software design?

An architectural plan is used for early-stage design validation and ADR creation, capturing design decisions before implementation to reduce rework across software features.

How do I create an ADR from an existing specification?

Create an ADR by loading the specification checkpoint and aligning your architectural decisions with referenced artifacts, documenting the design choices into a structured plan checkpoint.

Can I reuse existing artifacts when generating an architectural plan?

Yes, you can reuse existing checkpoints and artifacts during architectural planning to promote consistency and ensure design decisions align with referenced materials across features.

What's the best way to align design decisions with a feature spec?

The best way to align design decisions with a feature spec is to load the specification checkpoint and generate a plan checkpoint that explicitly references and validates against those artifacts.