aiox-architect

Convert product and technical requirements into structured system architecture.

Updated May 28, 2026
One-click install
npx skills add https://github.com/GustaPaes/aiox-sprint-canvas --skill aiox-architect-gustapaes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aiox-architect
Source: https://github.com/GustaPaes/aiox-sprint-canvas/tree/main/.claude/skills/AIOX/agents/architect
Command: npx skills add https://github.com/GustaPaes/aiox-sprint-canvas --skill aiox-architect-gustapaes

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you architect a complete, coherent system by turning unclear requirements into an actionable technical design while keeping security, integration patterns, and performance in view.

Core Features & Use Cases

  • Full-stack and layer-specific architecture: Create end-to-end architectures or focus on frontend, backend, or brownfield scenarios for incremental redesigns.
  • API and security architecture planning: Shape REST/GraphQL/tRPC/WebSocket interfaces and define authentication/authorization/security boundaries.
  • Implementation readiness: Produce plans and execution context so downstream work can be implemented with fewer surprises.

Example use case: you have a PRD with cross-cutting requirements (NFRs, integrations, auth rules) and need a clean technical blueprint that developers can follow to implement sprint-ready work.

Quick Start

Ask the architect agent to create a complete system architecture for my feature from these requirements and highlight the key security and performance decisions.

Frequently Asked Questions about aiox-architect

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

FAQPage Schema
How do I convert product requirements into a secure system architecture?

System architecture planning applies persona-guided reasoning to map unclear PRDs into structured technical designs. It shapes end-to-end architectures while defining security boundaries, integration patterns, and performance optimizations for new builds and brownfield changes.

What is the best way to design REST, GraphQL, tRPC, and WebSocket APIs?

The best way to design REST, GraphQL, tRPC, and WebSocket APIs is through structured architectural planning that defines interface shapes alongside authentication and authorization boundaries. This yields cohesive API designs integrated directly into your broader system security architecture.

Can I use architecture planning for brownfield changes and incremental redesigns?

Yes, you can use architecture planning for brownfield changes and incremental redesigns. The process applies to layer-specific scopes, allowing you to focus on backend or frontend modifications while maintaining coherent integration patterns and performance optimization across existing systems.

How do you handle performance optimization and deployment strategy in system design?

Performance optimization and deployment strategy in system design are handled by mapping cross-cutting non-functional requirements into the technical blueprint. The architectural plan explicitly highlights key performance decisions and defines the deployment approach within the final implementation context.

Does system architecture generation include database design and git operations?

No, system architecture generation does not include database design and git operations. The architectural planning process explicitly delegates database design and git operations to specialized agents, focusing instead on API design, security boundaries, and infrastructure scope.