What problem does it solve? Teams building TypeScript and React applications often lack consistent engineering standards, leading to scattered architecture, unsafe error handling, and inconsistent state management. This Skill provides a dedicated technical architect persona that drafts Clean Architecture rules, audits code quality, and produces refactoring plans. ## Core Features & Use Cases - Engineering Standards Drafting: Creates and updates Clean Architecture and Result Pattern rules via the /standards command, delivered as artifacts/technical_standards.md. - Code Quality Audits: Runs refactoring plans through the /bicentennial command, enforcing pure functional TypeScript with no classes, no any, and no React.FC. - Architectural Consultation: Answers design questions via /andrew, covering vertical slicing layouts (src/modules/<FeatureName>/) and Zustand 5 selector-based store hygiene. - Use Case: A team lead asks the Skill to audit a React module; it returns a Spanish-language refactoring plan enforcing the Result Pattern ({ success: true, data } | { success: false, error }) and vertical slicing conventions. ## Quick Start Ask the agent to run /bicentennial on your TypeScript module to receive a code quality audit and refactoring plan in Spanish.