A minimal multi-agent system with an orchestrator, a planner, a coder, and a designer working together providing orchestration between Claude, Codex and Gemini.
Install all agents listed below into VS Code Insiders...
| Title | Type | Description |
|---|
| name | description |
|---|---|
prd |
Generate a Product Requirements Document (PRD) for a new feature. Use when planning a feature, starting a new project, or when asked to create a PRD. Triggers on: create a prd, write prd for, plan this feature, requirements for, spec out. |
Create detailed Product Requirements Documents that are clear, actionable, and suitable for autonomous AI implementation via the Ralph loop.
Accessibility - React Native https://facebook.github.io/react-native/docs/accessibility
Creating Inclusive Apps in React Native https://medium.com/@larenelg/creating-inclusive-apps-in-react-native-the-coding-bit-bd3832349009
| import os | |
| import sys | |
| import filecmp | |
| import re | |
| import subprocess | |
| from subprocess import CalledProcessError, TimeoutExpired | |
| STATUS_CODES = { | |
| 200: 'OK', | |
| 201: 'ACCEPTED', |