architecture/create

Coordinates an eight-step workflow to create an Architecture Decision Document.

5|3|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/NexusSema/omg-marketplace --skill architecture-create
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: architecture/create
Source: https://github.com/NexusSema/omg-marketplace/tree/main/plugins/sdlc/skills/architecture/create
Command: npx skills add https://github.com/NexusSema/omg-marketplace --skill architecture-create

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill enables teams to collaboratively design architecture through an eight-step guided workflow, ensuring AI agents implement decisions consistently and with auditable state.

Core Features & Use Cases

  • Facilitated architecture decisions: Step-by-step process to create and validate architecture documents.
  • Frontmatter-driven state: Tracks progress with stepsCompleted and supports continuation after interruptions.
  • Reusable templates & references: Provides templates and references to drive architecture decisions and project structure.

Quick Start

Initiate a new architecture workflow in your project and follow the prompts to complete the eight steps, updating the planning artifacts accordingly.

Frequently Asked Questions about architecture/create

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

FAQPage Schema
What is an Architecture Decision Document and why do AI agent projects need one?

An Architecture Decision Document (ADD) captures design choices and patterns for a project. AI agent-enabled projects require an ADD to ensure consistent implementation and maintain auditable state across collaborative workflows.

How do I create software architecture collaboratively using a step-by-step workflow?

You can create architecture collaboratively through an eight-step guided workflow. This process coordinates discovery, template selection, decisions, patterns, structure, validation, and completion, requiring explicit confirmation between steps.

Can I resume an architecture creation workflow if my session is interrupted?

Yes, you can resume the architecture creation workflow after interruptions. The process uses frontmatter-driven state tracking with stepsCompleted to maintain your progress and supports continuation from where you left off.

Does the architecture workflow require a Product Requirements Document to validate inputs?

Yes, the architecture workflow validates inputs against a PRD and project context. This ensures that your architecture decisions, patterns, and project structure align with the established product requirements.

What's the best way to document architecture decisions for AI agent implementation?

The best way to document architecture decisions for AI agents is using a structured ADD workflow with reusable templates and references. This ensures decisions are auditable and implemented consistently by the agents.

When should I not use a strict step sequence for architecture documentation?

You should avoid a strict step sequence for architecture documentation when rapid prototyping requires fluid, non-linear design iteration. The workflow enforces a strict step sequence, requiring explicit confirmation to proceed between phases.