Load architecture principles and core conventions for grounding work against project standards - simple context loading for all workflow stages
This skill loads comprehensive architecture context to ground your work against project standards. Use it before creating PRDs, designs, implementation plans, or code to ensure alignment with established principles and conventions.
All Architecture Principles:
Core Architecture Conventions:
Use jact to extract the complete principles document:
jact extract file ARCHITECTURE-PRINCIPLES.md
Read and internalize all principle categories to understand project architectural standards.
Use jact to extract each core convention section from ARCHITECTURE.md:
jact extract header ARCHITECTURE.md "Code Organization and Structure"
jact extract header ARCHITECTURE.md "Development Workflow"
jact extract header ARCHITECTURE.md "Coding Standards and Conventions"
jact extract header ARCHITECTURE.md "Testing Strategy"
Read each section to understand how conventions apply to your current work.
With principles and conventions loaded, proceed with your work:
Use this skill proactively before starting work on:
This is grounding (loading context before work), not evaluation (validating work after completion).
For validation after creating documents, use the evaluate-against-architecture-principles skill instead.