architectural-planning

Plan software architecture and produce implementation roadmaps from a codebase.

3|1|Updated Apr 1, 2026
One-click install
npx skills add https://github.com/bhaumikmaan/claude-code-master-skills --skill architectural-planning-bhaumikmaan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: architectural-planning
Source: https://github.com/bhaumikmaan/claude-code-master-skills/tree/main/skills/architectural-planning
Command: npx skills add https://github.com/bhaumikmaan/claude-code-master-skills --skill architectural-planning-bhaumikmaan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Plans software architecture and produces actionable implementation roadmaps from a codebase. It enables teams to understand constraints and plan without modifying the repository.

Core Features & Use Cases

  • Read-only codebase analysis to identify constraints, dependencies, and opportunities.
  • Step-by-step architectural planning with trade-off analysis and critical file lists.
  • Use Case: When planning a feature or redesign, generate an architecture plan before implementation.

Quick Start

Provide an initial read-only analysis and generate an actionable architecture plan for the given codebase.

Frequently Asked Questions about architectural-planning

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

FAQPage Schema
How do I plan software architecture from an existing codebase without modifying files?

Software architecture planning can be performed using read-only codebase analysis to identify constraints and dependencies. This approach generates a structured implementation roadmap and lists critical files without modifying the repository.

What is the best way to evaluate technology tradeoffs for a new feature roadmap?

Evaluating technology tradeoffs for a feature roadmap requires analyzing architectural constraints within the codebase. This process identifies dependencies and delivers a structured implementation plan that highlights critical tradeoffs before development begins.

Can I generate an actionable implementation plan for a large project with strict constraints?

Yes, architectural planning applies to projects of varying sizes and constraints. It performs read-only exploration to map dependencies and produces an actionable implementation roadmap tailored to the specific project environment.

How do I identify critical files and dependencies before starting an architecture redesign?

Identifying critical files and dependencies before an architecture redesign requires read-only codebase analysis. This process maps structural constraints and opportunities, outputting a targeted list of files essential for the implementation roadmap.

When do I need a read-only architectural planning step in my software development workflow?

A read-only architectural planning step is needed when planning a feature or redesign before implementation. It enables teams to understand codebase constraints, evaluate tradeoffs, and generate an actionable plan without altering the repository.