Skip to content

v1.1 - Multi-Agent Support + Genesis Translator

Latest

Choose a tag to compare

@Ayiks Ayiks released this 13 Mar 17:43

What's in this release

Core framework (Phases 0–10)

The complete 10-phase AI-assisted project setup system. Give it to Claude at
the start of any project and it generates 44 artifacts — PRD, EDD, database
schema, CLAUDE.md, plugins, slash commands, subagents, MCP config, CI/CD,
Docker, and the full monorepo scaffold.

Phase 8: Web + Mobile agents

New specialist subagents for web projects:

  • web-performance — Core Web Vitals, bundle size, code splitting
  • web-seo — meta tags, structured data, sitemap, canonical URLs
  • web-accessibility — WCAG 2.1 AA, keyboard nav, ARIA, focus management

New specialist subagents for mobile projects:

  • mobile-ux — touch targets, gestures, safe areas, haptics
  • mobile-performance — list virtualisation, image caching, startup time
  • mobile-platform — App Store/Play Store compliance, privacy manifests

Phase 9: Expanded MCP catalogue

Every MCP now has a "Best for" and "Use when" annotation. Includes complete
mcp-config.json examples for a web stack and a mobile stack.

Phase 11: Multi-agent support

Universal project spec (core/UNIVERSAL_SPEC.md) + adapter guides for:
Claude Code · Cursor · GitHub Copilot · Windsurf · Aider · OpenHands · Continue

Genesis Translator

The key addition: a translator layer that converts your CLAUDE.md into
native config files for Cursor, Copilot, Windsurf, and Aider — in a single
Claude conversation. One source of truth, four agent targets.

Includes a full worked example (PayFlow SaaS) showing the source CLAUDE.md
and all generated outputs side by side.