code-architecture

Dispatch a code-architect agent to generate implementation blueprints.

2|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/sequenzia/agent-tools --skill code-architecture-sequenzia
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-architecture
Source: https://github.com/sequenzia/agent-tools/tree/main/plugins/core/skills/code-architecture
Command: npx skills add https://github.com/sequenzia/agent-tools --skill code-architecture-sequenzia

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Dispatches a code-architect agent to design an implementation blueprint for a feature. This skill serves as the canonical entry point for architectural design and is invoked by other skills (feature-dev, codebase-analysis) rather than used standalone.

Core Features & Use Cases

  • Dispatches the code-architect agent with a feature description, exploration findings, and design approach to produce a detailed blueprint.
  • Coordinates planning files to create/modify, data flow, risks, and testing strategy.
  • Use Case: When a feature requires architectural planning, data flow, and a testing strategy.

Quick Start

Provide a feature description, exploration findings, and a design approach to generate a detailed implementation blueprint.

Frequently Asked Questions about code-architecture

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

FAQPage Schema
How do I generate an implementation blueprint for a new software feature?

To generate an implementation blueprint, provide a feature description, exploration findings, and a design approach. The system dispatches a dedicated agent that plans files to create or modify, maps data flow, identifies risks, and defines a testing strategy.

What is included in an architectural design plan for software development?

An architectural design plan includes the files to create or modify, data flow mappings, potential risks, and a testing strategy. It coordinates these elements to produce a structured implementation blueprint for the requested feature.

When do I need architectural planning before starting feature development?

You need architectural planning when a feature requires detailed data flow mapping, risk identification, and a testing strategy. It serves as the canonical entry point for design tasks before implementation begins.

How do I plan files to modify and data flow for a codebase feature?

You plan files and data flow by submitting a feature description along with exploration findings. A code-architect agent processes these inputs to output a structured blueprint detailing file modifications and data movement.

Can I use this architectural design skill as a standalone tool?

This skill is not designed for standalone use. It serves as the canonical entry point for architectural design and is invoked by other skills like feature-dev or codebase-analysis to produce implementation blueprints.

What inputs do I need to provide to get a feature implementation blueprint?

You need to provide a feature description, exploration findings from the codebase, and a design approach. These inputs allow the dispatched agent to generate a detailed blueprint covering file planning, data flow, risks, and testing.