agentsclimarketplace

Architecture planner

Skill lteawoo/skills/skills/architecture-planner

A collection of practical AI agent skills for app development and code workflows.

Install
npx -y skills add lteawoo/skills --skill architecture-planner

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 5 stars5 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Organize screens, APIs, data models, state management, folder layout, and integration boundaries before implementation. Use it when you need a clear technical structure and responsibility split up front.

SKILL.md

2.5 KB, as published. Nobody here has run it

Architecture Planner

Purpose

Clarify system structure and responsibility boundaries before implementation so the team has a concrete baseline for building and reviewing.

Core Principles

  1. Do not get ahead of the requirements.
  2. Evaluate user flows, data flows, and system boundaries together.
  3. Do not mix responsibilities across UI, APIs, databases, and external services.
  4. Prioritize satisfying current requirements and keeping things simple over speculative extensibility.
  5. Surface unresolved structural decisions explicitly.
  6. Define module boundaries and interfaces before diving into implementation details.

Inputs

  • Requirements or feature description
  • Target platform (web, mobile, backend, full stack)
  • Current codebase structure, if available
  • Technical constraints or planned stack
  • Authentication, storage, and external API integration requirements

Workflow

  1. Summarize the core user flow and system goal in one line.
  2. Split the main capabilities into frontend, backend, data, and external integration concerns.
  3. Define responsibility boundaries for screens or components, APIs, data models, state management, and business logic.
  4. Propose a folder structure or module layout.
  5. Document key interfaces and data flows.
  6. Record technical risks, likely bottlenecks, and decisions that still need to be made.

Output Format

Architecture Summary

  • Problem being solved
  • Core structural direction

System Boundaries

  • Frontend responsibilities
  • Backend responsibilities
  • Data storage responsibilities
  • External service integration responsibilities

Key Components

  • Screens or entry points
  • Core modules or layers
  • Shared utilities or infrastructure pieces

Data and Interfaces

  • Key entities or data models
  • API or event interfaces
  • State flow or data flow

Proposed Structure

  • Directory or module layout
  • Responsibility of each part

Risks and Open Decisions

  • Technical risks
  • Choices that still need confirmation
  • Items to check before implementation

Next Steps

  • Areas ready to implement immediately
  • Areas that require up-front validation

When Information Is Missing

  • Draft the structure first.
  • For uncertain choices, include alternatives and tradeoffs.
  • Do not force a framework-specific convention if it does not fit the current codebase.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.