create-architecture

Create architecture decision documents through collaborative step-by-step discovery workflows.

Updated Sep 6, 2026
One-click install
npx skills add https://github.com/JHAMILCALI/Stellar-Build --skill create-architecture-jhamilcali
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: create-architecture
Source: https://github.com/JHAMILCALI/Stellar-Build/tree/main/.claude/skills/create-architecture
Command: npx skills add https://github.com/JHAMILCALI/Stellar-Build --skill create-architecture-jhamilcali

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? AI agents implementing a project often make inconsistent technical choices, causing conflicting code across components. This Skill produces a single architecture decision document that acts as the source of truth so every agent implements consistently. ## Core Features & Use Cases - Guided 8-Step Workflow: Walks through initialization, project context analysis, starter template evaluation, core architectural decisions, implementation patterns, project structure, validation, and handoff. - Consistency Pattern Definition: Documents naming, structure, format, and communication rules that prevent AI agents from making conflicting implementation choices. - Resumable State Tracking: Tracks progress in document frontmatter so an interrupted architecture session can be resumed from the correct step. - Use Case: After finishing a PRD, run this workflow to collaboratively decide the tech stack, verify current versions via web search, define API and naming conventions, and produce a validated architecture.md ready for implementation. ## Quick Start Ask the AI to create the technical architecture for your project based on the existing PRD.

Frequently Asked Questions about create-architecture

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

FAQPage Schema
How do I create a software architecture document from a PRD?▼

Run the architecture workflow after your PRD exists. It loads the PRD and related documents, analyzes requirements, then guides you through starter template selection, technology decisions, and patterns, appending each section to an architecture.md file.

What inputs does an architecture design workflow require?▼

A PRD is mandatory; the workflow will not proceed without one. It also optionally discovers UX designs, research documents, product briefs, and project-context files from planning artifact and docs folders to inform decisions.

Can I resume an interrupted architecture workflow session?▼

Yes. Progress is tracked in the document frontmatter via stepsCompleted and inputDocuments arrays. On reactivation, a continuation handler analyzes existing content and lets you resume, jump to a step, or start over.

How does the workflow ensure AI agents write consistent code?▼

It defines explicit implementation patterns covering naming conventions, API response formats, project structure, error handling, and communication patterns. These rules remove ambiguity points where different agents would otherwise make conflicting choices.

Does the architecture workflow verify technology versions?▼

Yes. The starter template and decision steps mandate web searches to verify current stable versions and maintenance status rather than trusting hardcoded version numbers, ensuring recommendations reflect current tooling.