Releases: PMDevSolutions/Aurelius
Releases · PMDevSolutions/Aurelius
Aurelius v1.0.0 — Initial Public Release
🏛️ Aurelius v1.0.0
A Claude Code-integrated multi-framework app development framework with TypeScript, Tailwind CSS, and automated design-to-code pipelines.
Named after Marcus Aurelius — disciplined, principled, and built to endure.
Highlights
- 48 Custom Agents — Specialized AI agents spanning engineering, design, testing, marketing, operations, product management, and more. Agents are auto-selected by Claude Code based on your task context.
- 17 Development Skills — Automated workflows for Figma/Canva conversion, TDD, E2E testing, visual QA, state management, forms, auth, animation, SEO, and more.
- 10-Phase Figma-to-React Pipeline — Convert Figma designs into fully working, tested React applications with a single
/build-from-figmacommand. Includes mandatory TDD gating, pixel-diff visual QA (2% threshold), cross-browser screenshots, and a full quality gate. - Canva-to-React Pipeline — AI-powered token inference from Canva screenshots with the same rigorous build pipeline.
- App-Type Awareness — Tailored build, test, and E2E strategies for web apps, Chrome extensions, and PWAs.
- Full Testing Stack — Vitest, React Testing Library, Playwright (cross-browser), Storybook story generation, and pixel-diff visual QA.
- 20+ Code Quality Scripts — Linting, formatting, type checking, bundle analysis, accessibility scanning, dead code detection, security auditing, design token verification, and more.
- MCP Server Integration — Figma Desktop MCP, Figma Remote MCP, Chrome DevTools MCP, Canva AI Connector, and Playwright MCP for seamless tool integration.
- Claude Code Plugins — episodic-memory, commit-commands, superpowers, and ai-taskmaster for enhanced development workflows.
Pipeline Phases
| Phase | Name | Purpose |
|---|---|---|
| 0 | Token Sync | Drift check (conditional) |
| 1 | Intake | Figma/Canva discovery + build-spec.json |
| 2 | Token Lock | Design tokens lockfile + Tailwind config |
| 3 | TDD (Gate) | Failing tests written first (mandatory) |
| 4 | Build | React components that pass the tests |
| 5 | Visual Diff | Pixel-level comparison loop (max 5 iterations) |
| 6 | E2E Tests | Playwright tests (app-type-aware) |
| 7 | Cross-Browser | Firefox/WebKit screenshots |
| 8 | Quality Gate | Coverage + TS + build + tokens + Lighthouse + mutation score |
| 8.5 | Responsive | Screenshots at 5 breakpoints |
| 9 | Report | Build report with diff images + component docs |
Quick Start
# Clone the repository
git clone https://github.com/PMDevSolutions/Aurelius.git
cd aurelius
# Initialize a new project
./scripts/setup-project.sh my-app --vite # or --next
# Install dependencies
cd app && pnpm install
# Start development
pnpm devWhat's Next
See our milestones for the roadmap:
- v1.1.0 (May 2026) — Expanded pipeline robustness, Chrome extension and PWA E2E improvements, Canva pipeline stabilization, additional agent coverage, and developer onboarding documentation.
- v2.0.0 (August 2026) — Multi-framework output (Next.js, Vite, Astro), Storybook auto-generation, mutation testing integration, design system export, and plugin architecture for custom agents.
Community
- 💬 GitHub Discussions — Questions, ideas, and roadmap input
- 🐛 Issue Tracker — Bug reports and feature requests
- 📋 Project Board — Development progress
License
MIT — see LICENSE for details.