Skip to content

A virtual organization where you are the CEO and the main folders represent different roles working for you. Each role has its own set of prompts, documents, and main activities.

License

Notifications You must be signed in to change notification settings

its-brianwithai/ultra-wide-turbo-workspace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

⚑ Ultra Wide Turbo Workspace v0.0.17

Brought to you by ultrawideturbodevs.com

🎩 A virtual organization where you are the CEO. This workspace is structured around distinct Roles, each represented by a top-level folder acting as their dedicated "office".


✨ Latest Release: v0.0.17 (2025-05-21)

Added

  • Template Enhancements: Enhanced all relevant templates across multiple roles with AI agent context sections to improve automated workflow consistency and effectiveness.
  • AI Agent Context Integration: Updated 20+ templates spanning architect, communications, content creator, developer, project manager, and tester roles.
  • Workflow Automation: Enhanced template usability for AI-driven processes with standardized guidance.

✨ New

  • New Researcher Profile Questionnaire Templates: Introduced a suite of 9 new questionnaire templates within the researcher/templates/ directory. These templates are designed to create central repositories of detailed information for various profiles (Client, Company, Other People, Overall Goals, Personal, Product, Project, Research, and Service), facilitating AI-assisted tracking, planning, and analysis.
    • researcher/templates/client-profile-questions-template.md
    • researcher/templates/company-profile-questions-template.md
    • researcher/templates/other-people-profile-questions-template.md
    • researcher/templates/overall-goals-profile-questions-template.md
    • researcher/templates/personal-profile-questions-template.md
    • researcher/templates/product-profile-questions-template.md
    • researcher/templates/project-profile-questions-template.md
    • researcher/templates/research-template.md
    • researcher/templates/service-profile-questions-template.md

πŸ› οΈ Modified

  • README.md: Updated to accurately reflect the v0.0.15 release, adjust previous release notes, and ensure overall project structure and file counts are correct.

πŸ“ Role Folder Structure

Each role's top-level folder serves as their office. Inside, you can optionally organize resources into standardized subfolders to maintain consistency:

Folder Purpose Examples
πŸ’¬ prompts/agents/ An Agent Prompt is a structured instruction file (typically named you-are-{persona}.md) stored in a role's prompts/agents/ directory that defines an AI persona with specific expertise, responsibilities, and behaviors to guide AI interactions when assuming that role, providing the character traits, knowledge base, and workflow patterns needed to fulfill specialized functions within the workspace. Files defining agent roles (e.g., you-are-{persona}.md)
πŸ’¬ prompts/activities/ An Activity Prompt is a structured instruction file (typically named plx-*.md) that guides AI agents to perform specific, well-defined tasks within a role's domain, providing standardized formats and steps for completing discrete activities. Files defining specific tasks (e.g., plx-{activity}.md)
✨ snippets/ Reusable text fragments or code blocks designed for quick insertion into prompts or documents, often triggered by abbreviations, to ensure consistency and speed up repetitive writing tasks. Short text files, often with .md or .txt extensions (e.g., ;given.md, ;ai.md)
πŸ“‹ templates/ Standardized formats Document templates, starter files (*-template.md)
✨ wows/ Way of Workings (Best Practices/Guides) How-to guides, tutorials, best practice docs (wow-*.md)
βœ… rubrics/ Evaluation criteria Quality standards, assessment frameworks (*-rubric.md)
πŸ“œ scripts/ Automated procedures Shell scripts, Python scripts (*-script.*)
βš™οΈ systems/ Repeatable workflows & standard procedures Process templates, defined workflows (*-system.md)
πŸ“¦ resources/ Reusable assets & reference materials Collections of some kind, locations of specific tools, any other misc reusable inputs (the-*.md, all-*.md)

πŸ‘₯ Roles

A role represents a specialized team member in your virtual organization with its own expertise, responsibilities, and dedicated workspace folder.

πŸ›οΈ Architect

Creates detailed technical blueprints and architectural designs based on product requirements. Responsible for technology selection, standards definition, and making high-level design decisions.

architect/
β”œβ”€β”€ prompts/ (8)
β”‚   β”œβ”€β”€ activities/ (5)
β”‚   └── agents/ (3)
└── templates/ (2)

πŸ“± ASO Expert

Specializes in App Store Optimization strategies to improve mobile application visibility, conversion rates, and ranking in app stores.

aso-expert/
β”œβ”€β”€ prompts/ (1)
β”‚   └── agents/ (1)
└── wows/ (1)
    └── best-practices/ (1)

Specializes in automating complex tasks and research processes, including the development and implementation of advanced automation solutions like Retrieval Augmented Generation (RAG) systems.

automation-alchemist/
└── deep-research/ (2)

🧱 BMAD

Dedicated to exploring and implementing BMad (Build, Measure, Adapt, Develop) methodologies, focusing on agentic development workflows and structured project management artifacts.

bmad/
β”œβ”€β”€ prompts/ (6)
β”‚   └── agents/ (6)
└── templates/ (18)

πŸ’‘ Brainstormer

Facilitates idea generation and creative problem-solving sessions, utilizing prompts and activities to explore new concepts and solutions.

brainstormer/
└── prompts/ (1)
    └── activities/ (1)

Performs market research and project definition, analyzing opportunities, competitors, and user demographics while creating structured project requirements.

business-analyst/
β”œβ”€β”€ prompts/ (6)
β”‚   β”œβ”€β”€ activities/ (2)
β”‚   └── agents/ (4)
└── wows/ (1)
    └── best-practices/ (1)

Manages internal and external communications, preparing meeting agendas, summaries, and other communication artifacts.

communications-officer/
└── templates/ (1)

Develops optimized content for various platforms and channels, combining writing expertise with SEO knowledge to maximize engagement and reach.

content-creator/
β”œβ”€β”€ prompts/ (7)
β”‚   β”œβ”€β”€ activities/ (3)
β”‚   └── agents/ (4)
β”œβ”€β”€ resources/ (6)
β”‚   └── dev-channels/ (6)
β”œβ”€β”€ systems/ (3)
β”œβ”€β”€ templates/ (1)
└── wows/ (1)
    └── best-practices/ (1)

πŸ’» Developer

Implements features according to technical specifications, following coding standards and best practices while maintaining test coverage and documentation.

developer/
β”œβ”€β”€ artifacts/ (2)
β”œβ”€β”€ prompts/ (31)
β”‚   β”œβ”€β”€ activities/ (16)
β”‚   └── agents/ (15)
β”œβ”€β”€ rubrics/ (1)
β”œβ”€β”€ scripts/ (2)
β”œβ”€β”€ snippets/ (42)
β”‚   └── flutter/ (14)
β”œβ”€β”€ templates/ (5)
└── wows/ (35)
    β”œβ”€β”€ astro/ (1)
    β”œβ”€β”€ cli-tools/ (2)
    β”œβ”€β”€ flutter/ (1)
    β”œβ”€β”€ markdown/ (1)
    β”œβ”€β”€ mcp-servers/ (2)
    β”œβ”€β”€ next-js/ (1)
    β”œβ”€β”€ open-source/ (1)
    └── supabase/ (26)
        β”œβ”€β”€ database/ (6)
        └── flutter/ (20)

πŸ“– Doc Expert

Specializes in creating, reviewing, and transforming documentation, ensuring clarity, accuracy, and adherence to standards. Manages document templates and expert systems for documentation.

doc-expert/
└── prompts/ (5)
    β”œβ”€β”€ activities/ (3)
    └── agents/ (2)

Creates product requirements documents and manages the Agile workflow of epics, stories, and tasks while coordinating development priorities.

project-manager/
β”œβ”€β”€ prompts/ (18)
β”‚   β”œβ”€β”€ activities/ (11)
β”‚   └── agents/ (7)
└── templates/ (12)

πŸ€– Prompt Engineer

Designs and optimizes prompts for AI interactions, creating standard formats for maintaining consistent development practices and agent behaviors.

prompt-engineer/
β”œβ”€β”€ prompts/ (21)
β”‚   β”œβ”€β”€ activities/ (14)
β”‚   └── agents/ (7)
β”œβ”€β”€ snippets/ (1)
└── wows/ (5)

Creates milestone proposals and project proposals that outline scope, requirements, and deliverables for stakeholder approval.

proposal-manager/
β”œβ”€β”€ prompts/ (3)
β”‚   β”œβ”€β”€ activities/ (1)
β”‚   └── agents/ (2)
β”œβ”€β”€ templates/ (3)
└── wows/ (1)

πŸ”¬ Researcher

Defines research questions and methodologies, conducts studies, analyzes data, and synthesizes findings into actionable insights and comprehensive reports.

researcher/
β”œβ”€β”€ prompts/ (1)
β”‚   └── activities/ (1)
β”œβ”€β”€ questionnaires/ (0) 
└── templates/ (9)

βœ… Tester

Designs and executes acceptance tests to validate functionality, ensure quality, and verify that requirements have been properly implemented.

tester/
β”œβ”€β”€ prompts/ (8)
β”‚   β”œβ”€β”€ activites/ (6) 
β”‚   └── agents/ (2)
β”œβ”€β”€ snippets/ (2)
└── templates/ (1)

🎨 UIUX Expert

Translates UI/UX specifications into optimized designs and components, with expertise in creating intuitive user experiences and interfaces.

uiux-expert/
β”œβ”€β”€ prompts/ (0)
└── rubrics/ (1)

πŸ§‘β€πŸ’Ό Virtual Assistent

Provides personal assistance for development-related tasks, managing resources and leveraging prompts for efficient support.

virtual-assistent/
β”œβ”€β”€ prompts/ (1)
β”‚   └── agents/ (1)
└── resources/ (1)

πŸ’Ž Credits

We've organized BMAD-related agents and templates into their own dedicated folder as they have inspired us and proven extremely helpful in many cases.

Check out bmadcode's GitHub and YouTube channel for more insights into agentic development workflows.


🀝 Contributing

For detailed information on how to contribute to this project, please see the CONTRIBUTING.md file.