aos-feature
/aos-feature
/aos-feature <name> [stack]
Examples
/aos-feature user nestjs
/aos-feature order fastapi
/aos-feature product react
/aos-feature invoice vue
What gets generated
Backend (NestJS / FastAPI):
More from riz007/architect-os
aos-audit
Security audit that checks code against ArchitectOS security rules — auth, input validation, secrets, SQL injection, IDOR, XSS, and more. Reports HIGH/MEDIUM/LOW findings with risk descriptions and fixes. Use when user asks for a security review, security audit, or to check for vulnerabilities. Always trigger before PRs that touch auth, payments, or file uploads.
1aos-setup
One-time setup that configures ArchitectOS for the current project. Detects the stack, writes AI tool configs (.cursorrules, .windsurfrules, copilot-instructions.md), and shows which commands are available. Use when user runs /aos-setup, opens a new project, or wants ArchitectOS standards applied to their codebase.
1aos-scaffold
Creates a new project from an ArchitectOS template — folder structure, config files, and dependencies included. Use when user wants to start a new project, scaffold a service, bootstrap an app, or says "create a new <stack> app/service/api".
1aos-review
Reviews code against ArchitectOS standards — architecture layering, type safety, security, testing, and performance. Reports FAIL/WARN/PASS with file references and concrete fixes. Use when user asks to review code, check standards compliance, review a PR, or says "does this follow ArchitectOS".
1