architect

Design software architecture specifications and enforce a 5-gate validation process.

Updated Feb 5, 2026
One-click install
npx skills add https://github.com/javierhbr/agnostic-agent-loop --skill architect-javierhbr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: architect
Source: https://github.com/javierhbr/agnostic-agent-loop/tree/main/internal/skills/packs/sdd/architect
Command: npx skills add https://github.com/javierhbr/agnostic-agent-loop --skill architect-javierhbr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the design and validation of software architecture specifications, ensuring features meet requirements and technical standards before implementation.

Core Features & Use Cases

  • Automated Spec Generation: Creates feature-spec.md and component-spec.md files based on requirements.
  • Platform & Component Integration: Interacts with Platform MCP and Component MCP to gather necessary context and contracts.
  • 5-Gate Validation: Enforces a rigorous 5-gate checklist to ensure architectural soundness and readiness for development.
  • Use Case: When starting a new feature, use this Skill to automatically generate the detailed architectural specifications, gather all necessary technical context, and confirm it passes all critical validation gates, preventing costly rework later.

Quick Start

Use the architect skill to design the feature specification for user authentication.

Frequently Asked Questions about architect

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

FAQPage Schema
How do I generate software architecture specifications for a new feature?

Software architecture validation enforces a 5-gate checklist to ensure architectural soundness. This process verifies that specifications meet requirements and technical standards, preventing costly rework during the development phase.

Can I use MCP to gather context for architecture design?

Platform and Component MCPs provide necessary context and contracts during specification design. Integrating these MCPs ensures your software architecture specifications accurately reflect platform constraints and component interactions before implementation.

What is the best way to validate architecture readiness before implementation?

Validating architecture readiness involves passing a 5-gate checklist that confirms architectural completeness. This validation ensures your feature and component specifications meet all requirements and technical standards before you start implementation.

Do I need feature-spec.md and component-spec.md files for software design?

Feature-spec.md and component-spec.md files are required outputs of the architecture design process. These files document the detailed feature and component specifications needed to validate architectural completeness and readiness.