Standards System
25 standards across Core and Reference categories — quality gates, coding conventions, security, and project management.
Core
7Epic and milestone implementation
CoreMulti-milestone feature management from V1 through V2. Scope each milestone to ship usable software.
v1.0.0
Linear lifecycle
CoreIssue status workflow from Triage to Done. 10 statuses, transition rules, session recovery.
v1.0.0
Milestone planning
CoreScope delivery milestones that produce usable software at every increment.
v1.0.0
Review protocol
CoreAutomated code review via Claude Code GitHub Action. Structured JSON findings against project standards.
v1.0.0
Security standards
CoreSecurity checklist for auth, data, API, infrastructure. Validate at edge, encrypt at rest, log everything.
v1.0.0
Software development lifecycle (SDLC)
CoreFull development lifecycle from idea to production. 8 phases, complexity-driven process, quality gates.
v2.0.0
Testing standards
CoreTesting strategy: unit, integration, E2E. TDD for core logic, coverage thresholds, CI enforcement.
v1.0.0
Reference
18Accessibility standard
ReferenceWCAG 2.1 AA for all UI work. Semantic HTML first, ARIA only when needed. Keyboard-navigate everything. Test with axe-core + real screen reader.
v1.0.0
Activity logging standards
ReferenceStructured JSON activity log for audit trails. Schema, fields, and weekly retrospective process.
v1.2.0
AGENTS.md — [Project Name]
ReferenceAGENTS.md template for child projects. Copy, customize, and maintain as the AI agent instruction file.
v1.0.0
Coding Conventions
ReferenceTypeScript, React, and file naming conventions. No any, no console.log, Zod at edges.
v1.0.0
Document formatting
ReferenceHow to write and format standards documents. Covers structure, style, visual hierarchy, spacing, callouts, diagrams, and cross-references.
v1.1.0
Engineering Principles
ReferenceDecision framework and anti-patterns. Simplicity over cleverness, composition over inheritance.
v1.0.0
Environments
ReferenceDevelopment, preview, and production environment configuration. Vercel + Supabase branching model.
v1.0.0
Layout patterns
ReferenceAdmin shell layout standards. Sidebar, breadcrumbs, content width constraints, responsive behavior.
v1.0.0
Linear formatting
ReferenceLinear issue description and comment formatting for consistency and scannability.
v1.0.0
New project setup checklist
ReferenceStep-by-step checklist for new project setup. Repo, deps, env, CI, standards inheritance.
v1.0.0
Organizational chart: agent routing reference
ReferenceAgent routing reference. 9 agents across 3 model tiers with domain-to-agent mapping.
v3.0.0
Project management
ReferenceWork tracking, prioritization, and completion workflow. Linear-centric project management.
v1.0.0
shadcn/ui component maintenance
Referenceshadcn/ui component inventory and sync process. 32 pre-installed components, update workflow.
v1.0.0
Shadcnblocks Premium
ReferenceShadcnblocks Premium-first policy. Use premium blocks before custom components. No exceptions without approval.
v1.0.0
Standards inheritance
ReferenceHow child projects consume framework standards via symlinks and plugin inheritance.
v1.0.0
Tech Stack
ReferenceLocked technology choices. Next.js, TypeScript, Tailwind, shadcn/ui, Supabase, Vercel, pnpm.
v1.0.0
Theme system standard
Reference43 oklch color themes via tweakcn. Theme switching, CSS variable architecture, dark mode.
v1.0.0
Workstation setup
ReferenceDeveloper machine setup for macOS. Homebrew, Node, pnpm, Git, editor config.
v1.1.0