├── .clinerules ├── .clinerules-handoff-manager ├── .clinerules-milestone-manager ├── .clinerules-session-restorer ├── .roomodes ├── README.md ├── deprecated ├── assemble-components.sh ├── assemble-questions.js ├── commander.json ├── docs │ ├── 10-javascript.md │ ├── 11-python.md │ ├── 12-cloud-platforms.md │ ├── 13-mobile-platforms.md │ ├── questions.json │ ├── r2-roo-commander-enhancements.md │ ├── roo-commander.md │ ├── roocommander-v2.md │ ├── system-prompt-commander │ └── system-prompt-commander_old ├── generator.js ├── modes.json ├── modesv2.json ├── modesv3.json ├── optimized-modes.json ├── phase3_team_focus.json.deprecated ├── questions.json ├── reference-docs-old │ ├── 00-schema.md │ ├── actix-web-v4.4.0.md │ ├── actix-web-v4.9.0.md │ ├── android-kotlin-v1.8.md │ ├── angular-v16.md │ ├── angular-v17.0.md │ ├── angular-v19.0.md │ ├── angular-v19.md │ ├── aspnet-core-v8.0.md │ ├── aspnet-core-v9.0.md │ ├── aws-sdk-v3.md │ ├── azure-v2023.md │ ├── boost-v1.84.0.md │ ├── boost-v1.87.0.md │ ├── django-v4.2.md │ ├── django-v5.1.md │ ├── dotnet-maui-v8.0.md │ ├── dotnet-maui-v9.0.md │ ├── echo-v4.11.3.md │ ├── echo-v4.13.3.md │ ├── express-v5.md │ ├── fastapi-v0.100.md │ ├── fiber-v2.52.0.md │ ├── flask-v3.1.md │ ├── flutter-v3.md │ ├── gcp-v2023.md │ ├── gin-v1.9.1.md │ ├── grails-v6.2.3.md │ ├── ios-swift-v5.md │ ├── jakarta-ee-v11.md │ ├── kotlin-multiplatform-v1.9.22.md │ ├── kotlin-multiplatform-v2.1.20-RC.md │ ├── ktor-v2.3.7.md │ ├── ktor-v3.1.1.md │ ├── laravel-v11.0.md │ ├── laravel-v12.0.md │ ├── memgraph-v2.11.md │ ├── memgraph-v3.0.md │ ├── micronaut-v4.7.6.md │ ├── micronaut-v4.8.5.md │ ├── mongodb-v7.0.md │ ├── mongodb-v8.0.md │ ├── mysql-v8.2.md │ ├── mysql-v9.2.1.md │ ├── neo4j-2025.02.0.md │ ├── neo4j-v5.13.md │ ├── next-js-v13.md │ ├── next-js-v15.md │ ├── pandas-v2.0.md │ ├── postgresql-v16.0.md │ ├── postgresql-v17.4.md │ ├── pytorch-v2.6.md │ ├── qdrant-v1.13.4.md │ ├── qdrant-v1.7.md │ ├── qt-v6.6.2.md │ ├── qt-v6.8.md │ ├── react-native-v0.70.md │ ├── react-v17.md │ ├── react-v18.md │ ├── react-v19.0.md │ ├── react-v19.md │ ├── redis-v7.2.md │ ├── redis-v8.0.md │ ├── ruby-on-rails-v8.0.1.md │ ├── ruby-on-rails-v8.0.md │ ├── scikit-learn-v1.2.md │ ├── sinatra-v2.1.0.md │ ├── sinatra-v4.1.1.md │ ├── spring-framework-v6.1.17.md │ ├── spring-framework-v6.2.3.md │ ├── sqlite-v3.43.md │ ├── sqlite-v3.49.1.md │ ├── svelte-v3.md │ ├── tensorflow-v2.12.md │ ├── tensorflow-v2.18.md │ ├── vue-v3.5.md │ ├── vue-v3.md │ └── xamarin-v5.md ├── roo-army-test-chatgpt │ ├── .clinerules-commander │ ├── .roomodes │ ├── .vscode │ │ └── settings.json │ ├── commander.json │ ├── custom-modes-pool │ │ └── 00-index.json │ ├── questions.json │ ├── rooconfig-template.md │ └── system-prompt-commander ├── setup-test-3.5.js ├── setup-test-enhanced.js ├── system-prompt-commander ├── team-structure.txt.deprecated └── user-flow.md ├── handoff-system ├── .clinerules ├── .clinerules-handoff-manager ├── .clinerules-milestone-manager ├── .clinerules-session-restorer ├── .roomodes ├── 0-instructions │ ├── 0-intro.md │ ├── 1-handoff-instructions.md │ ├── 2-milestone-instructions.md │ ├── 3-milestone-scripts.md │ └── prompts │ │ ├── CH-create-handoff.md │ │ ├── CM-create-milestone.md │ │ └── RS-restore-session.md ├── handoff-system-advanced.md ├── handoff-system-basic.md ├── handoff-system-guide.md └── handoff-system.md ├── handoffs ├── 0-instructions │ ├── 0-intro.md │ ├── 1-handoff-instructions.md │ ├── 2-milestone-instructions.md │ ├── 3-milestone-scripts.md │ └── prompts │ │ ├── CH-create-handoff.md │ │ ├── CM-create-milestone.md │ │ └── RS-restore-session.md ├── 1-roocommander-assessment-methodology.md ├── 1-roocommander-reference-system │ ├── 0-lessons-learned.md │ ├── 0-milestone-summary.md │ ├── 1-rooarmy-custom-modes.md │ ├── 2-roocommander-separation.md │ ├── 3-technology-specific-versioned-modes.md │ ├── 4-reference-documentation-schema.md │ ├── 5-framework-documentation-updates.md │ ├── 6-reference-documentation-reorganization.md │ └── 7-roocommander-system-prompt.md ├── 2-roocommander-test-environment.md ├── 3-roocommander-integration-plan.md ├── 4-roocommander-prompt-analysis.md ├── 5-roocommander-round2-enhancements.md ├── 6-roocommander-solo-first-approach.md └── 7-roocommander-narrative-implementation.md ├── questions.json ├── roo-army-test.zip ├── roo-army-test ├── .clinerules-commander ├── .roo │ ├── README.md │ ├── components │ │ ├── assessment-framework.txt │ │ ├── complexity-assessment.txt │ │ ├── configuration-persistence.txt │ │ ├── development-philosophy.txt │ │ ├── dynamic-mode-generation.txt │ │ ├── existing-project.txt │ │ ├── header.txt │ │ ├── mode-selection.txt │ │ ├── pre-conversation.txt │ │ ├── project-analysis.txt │ │ ├── reference-documentation.txt │ │ ├── safety-rules.txt │ │ ├── solo-developer.txt │ │ ├── technology-identification.txt │ │ └── wizard-customization.txt │ └── question-components │ │ ├── phase1_technology.json │ │ ├── phase2_complexity.json │ │ ├── phase3_development_experience.json │ │ ├── phase4_development_focus.json │ │ ├── phase5_existing_project.json │ │ ├── phase6_wizard_customization.json │ │ └── phase_transitions.json ├── .rooconfig.md ├── .roomodes ├── README.md ├── commander.json ├── custom-modes-pool │ ├── README.md │ └── reference-docs │ │ ├── 00-schema.md │ │ ├── cloud │ │ └── providers │ │ │ ├── aws │ │ │ └── aws-sdk-v3.md │ │ │ ├── azure │ │ │ └── azure-v2023.md │ │ │ └── gcp │ │ │ └── gcp-v2023.md │ │ ├── databases │ │ ├── document │ │ │ └── mongodb │ │ │ │ ├── mongodb-v7.0.md │ │ │ │ └── mongodb-v8.0.md │ │ ├── graph │ │ │ ├── memgraph │ │ │ │ ├── memgraph-v2.11.md │ │ │ │ └── memgraph-v3.0.md │ │ │ └── neo4j │ │ │ │ ├── neo4j-2025.02.0.md │ │ │ │ └── neo4j-v5.13.md │ │ ├── key-value │ │ │ └── redis │ │ │ │ ├── redis-v7.2.md │ │ │ │ └── redis-v8.0.md │ │ ├── relational │ │ │ ├── mysql │ │ │ │ ├── mysql-v8.2.md │ │ │ │ └── mysql-v9.2.1.md │ │ │ ├── postgresql │ │ │ │ ├── postgresql-v16.0.md │ │ │ │ └── postgresql-v17.4.md │ │ │ └── sqlite │ │ │ │ ├── sqlite-v3.43.md │ │ │ │ └── sqlite-v3.49.1.md │ │ └── vector │ │ │ └── qdrant │ │ │ ├── qdrant-v1.13.4.md │ │ │ └── qdrant-v1.7.md │ │ ├── frameworks │ │ └── cross-platform │ │ │ ├── desktop │ │ │ └── qt │ │ │ │ ├── qt-v6.6.2.md │ │ │ │ └── qt-v6.8.md │ │ │ └── mobile │ │ │ ├── flutter │ │ │ └── flutter-v3.md │ │ │ ├── react-native │ │ │ └── react-native-v0.70.md │ │ │ └── xamarin │ │ │ └── xamarin-v5.md │ │ └── languages │ │ ├── cpp │ │ └── boost │ │ │ ├── boost-v1.84.0.md │ │ │ └── boost-v1.87.0.md │ │ ├── csharp │ │ ├── aspnet-core │ │ │ ├── aspnet-core-v8.0.md │ │ │ └── aspnet-core-v9.0.md │ │ └── dotnet-maui │ │ │ ├── dotnet-maui-v8.0.md │ │ │ └── dotnet-maui-v9.0.md │ │ ├── go │ │ ├── echo │ │ │ ├── echo-v4.11.3.md │ │ │ └── echo-v4.13.3.md │ │ ├── fiber │ │ │ └── fiber-v2.52.0.md │ │ └── gin │ │ │ └── gin-v1.9.1.md │ │ ├── groovy │ │ └── grails │ │ │ └── grails-v6.2.3.md │ │ ├── java │ │ ├── jakarta-ee │ │ │ └── jakarta-ee-v11.md │ │ └── spring-framework │ │ │ ├── spring-framework-v6.1.17.md │ │ │ └── spring-framework-v6.2.3.md │ │ ├── javascript │ │ ├── backend │ │ │ └── express │ │ │ │ └── express-v5.md │ │ └── frontend │ │ │ ├── angular │ │ │ ├── angular-v16.md │ │ │ ├── angular-v17.0.md │ │ │ ├── angular-v19.0.md │ │ │ └── angular-v19.md │ │ │ ├── next-js │ │ │ ├── next-js-v13.md │ │ │ └── next-js-v15.md │ │ │ ├── react │ │ │ ├── react-v17.md │ │ │ ├── react-v18.md │ │ │ ├── react-v19.0.md │ │ │ └── react-v19.md │ │ │ ├── svelte │ │ │ └── svelte-v3.md │ │ │ └── vue │ │ │ ├── vue-v3.5.md │ │ │ └── vue-v3.md │ │ ├── jvm │ │ └── micronaut │ │ │ ├── micronaut-v4.7.6.md │ │ │ └── micronaut-v4.8.5.md │ │ ├── kotlin │ │ ├── android-kotlin │ │ │ └── android-kotlin-v1.8.md │ │ ├── kotlin-multiplatform │ │ │ ├── kotlin-multiplatform-v1.9.22.md │ │ │ └── kotlin-multiplatform-v2.1.20-RC.md │ │ └── ktor │ │ │ ├── ktor-v2.3.7.md │ │ │ └── ktor-v3.1.1.md │ │ ├── php │ │ └── laravel │ │ │ ├── laravel-v11.0.md │ │ │ └── laravel-v12.0.md │ │ ├── python │ │ ├── data-science │ │ │ ├── pandas │ │ │ │ └── pandas-v2.0.md │ │ │ ├── pytorch │ │ │ │ └── pytorch-v2.6.md │ │ │ ├── scikit-learn │ │ │ │ └── scikit-learn-v1.2.md │ │ │ └── tensorflow │ │ │ │ ├── tensorflow-v2.12.md │ │ │ │ └── tensorflow-v2.18.md │ │ └── web │ │ │ ├── django │ │ │ ├── django-v4.2.md │ │ │ └── django-v5.1.md │ │ │ ├── fastapi │ │ │ └── fastapi-v0.100.md │ │ │ └── flask │ │ │ └── flask-v3.1.md │ │ ├── ruby │ │ ├── ruby-on-rails │ │ │ ├── ruby-on-rails-v8.0.1.md │ │ │ └── ruby-on-rails-v8.0.md │ │ └── sinatra │ │ │ ├── sinatra-v2.1.0.md │ │ │ └── sinatra-v4.1.1.md │ │ ├── rust │ │ └── actix-web │ │ │ ├── actix-web-v4.4.0.md │ │ │ └── actix-web-v4.9.0.md │ │ └── swift │ │ └── ios-swift │ │ └── ios-swift-v5.md ├── handoffs │ └── 0-instructions │ │ ├── 0-intro.md │ │ ├── 1-handoff-instructions.md │ │ ├── 2-milestone-instructions.md │ │ ├── 3-milestone-scripts.md │ │ └── prompts │ │ ├── CH-create-handoff.md │ │ ├── CM-create-milestone.md │ │ └── RS-restore-session.md ├── questions.json ├── rooconfig-template.md └── system-prompt-commander ├── roo-army-test_other ├── .clinerules-api ├── .clinerules-backend ├── .clinerules-commander ├── .clinerules-dba ├── .clinerules-engineer ├── .roo │ ├── README.md │ └── components │ │ ├── assessment-framework.txt │ │ ├── configuration-persistence.txt │ │ ├── header.txt │ │ ├── mode-selection.txt │ │ ├── reference-documentation.txt │ │ ├── safety-rules.txt │ │ ├── team-structure.txt │ │ └── technology-identification.txt ├── .rooconfig.md ├── .roomodes ├── README.md ├── commander.json ├── custom-modes-pool │ ├── 00-index.json │ ├── README.md │ └── reference-docs │ │ └── 00-schema.md ├── questions.json ├── requirements.txt ├── rooconfig-template.md └── system-prompt-commander ├── roo-army-test_v2 ├── .clinerules-commander ├── .clinerules-flask-engineer ├── .clinerules-handoff-manager ├── .clinerules-neo4j-db ├── .roo │ ├── README.md │ ├── components │ │ ├── assessment-framework.txt │ │ ├── complexity-assessment.txt │ │ ├── configuration-persistence.txt │ │ ├── development-philosophy.txt │ │ ├── existing-project.txt │ │ ├── header.txt │ │ ├── mode-selection.txt │ │ ├── project-analysis.txt │ │ ├── reference-documentation.txt │ │ ├── safety-rules.txt │ │ ├── solo-developer.txt │ │ ├── team-structure.txt │ │ ├── technology-identification.txt │ │ └── wizard-customization.txt │ └── question-components │ │ ├── phase1_technology.json │ │ ├── phase2_complexity.json │ │ ├── phase3_team_focus.json │ │ ├── phase4_development_focus.json │ │ ├── phase5_existing_project.json │ │ ├── phase6_wizard_customization.json │ │ └── phase_transitions.json ├── .rooconfig.md ├── .roomodes ├── README-3.5.md ├── README.md ├── cline_task_mar-1-2025_9-33-07-pm.md ├── commander.json ├── custom-modes-pool │ ├── 00-index.json │ ├── README.md │ └── reference-docs │ │ └── 00-schema.md ├── handoffs │ └── 0-instructions │ │ ├── 0-intro.md │ │ ├── 1-handoff-instructions.md │ │ ├── 2-milestone-instructions.md │ │ ├── 3-milestone-scripts.md │ │ └── prompts │ │ ├── CH-create-handoff.md │ │ ├── CM-create-milestone.md │ │ └── RS-restore-session.md ├── questions.json ├── rooconfig-template.md └── system-prompt-commander ├── roo-army-test_v3-5 ├── .clinerules-commander ├── .roo │ ├── README.md │ ├── components │ │ ├── assessment-framework.txt │ │ ├── complexity-assessment.txt │ │ ├── configuration-persistence.txt │ │ ├── development-philosophy.txt │ │ ├── existing-project.txt │ │ ├── header.txt │ │ ├── mode-selection.txt │ │ ├── project-analysis.txt │ │ ├── reference-documentation.txt │ │ ├── safety-rules.txt │ │ ├── solo-developer.txt │ │ ├── team-structure.txt │ │ ├── technology-identification.txt │ │ └── wizard-customization.txt │ └── question-components │ │ ├── phase1_technology.json │ │ ├── phase2_complexity.json │ │ ├── phase3_development_experience.json │ │ ├── phase4_development_focus.json │ │ ├── phase5_existing_project.json │ │ ├── phase6_wizard_customization.json │ │ └── phase_transitions.json ├── .rooconfig.md ├── .roomodes ├── README.md ├── commander.json ├── custom-modes-pool │ ├── 00-index.json │ ├── README.md │ └── reference-docs │ │ ├── 00-schema.md │ │ ├── cloud │ │ └── providers │ │ │ ├── aws │ │ │ └── aws-sdk-v3.md │ │ │ ├── azure │ │ │ └── azure-v2023.md │ │ │ └── gcp │ │ │ └── gcp-v2023.md │ │ ├── databases │ │ ├── document │ │ │ └── mongodb │ │ │ │ ├── mongodb-v7.0.md │ │ │ │ └── mongodb-v8.0.md │ │ ├── graph │ │ │ ├── memgraph │ │ │ │ ├── memgraph-v2.11.md │ │ │ │ └── memgraph-v3.0.md │ │ │ └── neo4j │ │ │ │ ├── neo4j-2025.02.0.md │ │ │ │ └── neo4j-v5.13.md │ │ ├── key-value │ │ │ └── redis │ │ │ │ ├── redis-v7.2.md │ │ │ │ └── redis-v8.0.md │ │ ├── relational │ │ │ ├── mysql │ │ │ │ ├── mysql-v8.2.md │ │ │ │ └── mysql-v9.2.1.md │ │ │ ├── postgresql │ │ │ │ ├── postgresql-v16.0.md │ │ │ │ └── postgresql-v17.4.md │ │ │ └── sqlite │ │ │ │ ├── sqlite-v3.43.md │ │ │ │ └── sqlite-v3.49.1.md │ │ └── vector │ │ │ └── qdrant │ │ │ ├── qdrant-v1.13.4.md │ │ │ └── qdrant-v1.7.md │ │ ├── frameworks │ │ └── cross-platform │ │ │ ├── desktop │ │ │ └── qt │ │ │ │ ├── qt-v6.6.2.md │ │ │ │ └── qt-v6.8.md │ │ │ └── mobile │ │ │ ├── flutter │ │ │ └── flutter-v3.md │ │ │ ├── react-native │ │ │ └── react-native-v0.70.md │ │ │ └── xamarin │ │ │ └── xamarin-v5.md │ │ └── languages │ │ ├── cpp │ │ └── boost │ │ │ ├── boost-v1.84.0.md │ │ │ └── boost-v1.87.0.md │ │ ├── csharp │ │ ├── aspnet-core │ │ │ ├── aspnet-core-v8.0.md │ │ │ └── aspnet-core-v9.0.md │ │ └── dotnet-maui │ │ │ ├── dotnet-maui-v8.0.md │ │ │ └── dotnet-maui-v9.0.md │ │ ├── go │ │ ├── echo │ │ │ ├── echo-v4.11.3.md │ │ │ └── echo-v4.13.3.md │ │ ├── fiber │ │ │ └── fiber-v2.52.0.md │ │ └── gin │ │ │ └── gin-v1.9.1.md │ │ ├── groovy │ │ └── grails │ │ │ └── grails-v6.2.3.md │ │ ├── java │ │ ├── jakarta-ee │ │ │ └── jakarta-ee-v11.md │ │ └── spring-framework │ │ │ ├── spring-framework-v6.1.17.md │ │ │ └── spring-framework-v6.2.3.md │ │ ├── javascript │ │ ├── backend │ │ │ └── express │ │ │ │ └── express-v5.md │ │ └── frontend │ │ │ ├── angular │ │ │ ├── angular-v16.md │ │ │ ├── angular-v17.0.md │ │ │ ├── angular-v19.0.md │ │ │ └── angular-v19.md │ │ │ ├── next-js │ │ │ ├── next-js-v13.md │ │ │ └── next-js-v15.md │ │ │ ├── react │ │ │ ├── react-v17.md │ │ │ ├── react-v18.md │ │ │ ├── react-v19.0.md │ │ │ └── react-v19.md │ │ │ ├── svelte │ │ │ └── svelte-v3.md │ │ │ └── vue │ │ │ ├── vue-v3.5.md │ │ │ └── vue-v3.md │ │ ├── jvm │ │ └── micronaut │ │ │ ├── micronaut-v4.7.6.md │ │ │ └── micronaut-v4.8.5.md │ │ ├── kotlin │ │ ├── android-kotlin │ │ │ └── android-kotlin-v1.8.md │ │ ├── kotlin-multiplatform │ │ │ ├── kotlin-multiplatform-v1.9.22.md │ │ │ └── kotlin-multiplatform-v2.1.20-RC.md │ │ └── ktor │ │ │ ├── ktor-v2.3.7.md │ │ │ └── ktor-v3.1.1.md │ │ ├── php │ │ └── laravel │ │ │ ├── laravel-v11.0.md │ │ │ └── laravel-v12.0.md │ │ ├── python │ │ ├── data-science │ │ │ ├── pandas │ │ │ │ └── pandas-v2.0.md │ │ │ ├── pytorch │ │ │ │ └── pytorch-v2.6.md │ │ │ ├── scikit-learn │ │ │ │ └── scikit-learn-v1.2.md │ │ │ └── tensorflow │ │ │ │ ├── tensorflow-v2.12.md │ │ │ │ └── tensorflow-v2.18.md │ │ └── web │ │ │ ├── django │ │ │ ├── django-v4.2.md │ │ │ └── django-v5.1.md │ │ │ ├── fastapi │ │ │ └── fastapi-v0.100.md │ │ │ └── flask │ │ │ └── flask-v3.1.md │ │ ├── ruby │ │ ├── ruby-on-rails │ │ │ ├── ruby-on-rails-v8.0.1.md │ │ │ └── ruby-on-rails-v8.0.md │ │ └── sinatra │ │ │ ├── sinatra-v2.1.0.md │ │ │ └── sinatra-v4.1.1.md │ │ ├── rust │ │ └── actix-web │ │ │ ├── actix-web-v4.4.0.md │ │ │ └── actix-web-v4.9.0.md │ │ └── swift │ │ └── ios-swift │ │ └── ios-swift-v5.md ├── handoffs │ └── 0-instructions │ │ ├── 0-intro.md │ │ ├── 1-handoff-instructions.md │ │ ├── 2-milestone-instructions.md │ │ ├── 3-milestone-scripts.md │ │ └── prompts │ │ ├── CH-create-handoff.md │ │ ├── CM-create-milestone.md │ │ └── RS-restore-session.md ├── questions.json ├── rooconfig-template.md └── system-prompt-commander ├── roo-army-test_v3 ├── .clinerules-commander ├── .clinerules-rails-architect ├── .clinerules-rails-dba ├── .clinerules-rails-engineer ├── .clinerules-rails-tester ├── .roo │ ├── README.md │ ├── components │ │ ├── assessment-framework.txt │ │ ├── complexity-assessment.txt │ │ ├── configuration-persistence.txt │ │ ├── development-philosophy.txt │ │ ├── existing-project.txt │ │ ├── header.txt │ │ ├── mode-selection.txt │ │ ├── project-analysis.txt │ │ ├── reference-documentation.txt │ │ ├── safety-rules.txt │ │ ├── solo-developer.txt │ │ ├── team-structure.txt │ │ ├── technology-identification.txt │ │ └── wizard-customization.txt │ └── question-components │ │ ├── phase1_technology.json │ │ ├── phase2_complexity.json │ │ ├── phase3_development_experience.json │ │ ├── phase3_team_focus.json │ │ ├── phase4_development_focus.json │ │ ├── phase5_existing_project.json │ │ ├── phase6_wizard_customization.json │ │ └── phase_transitions.json ├── .rooconfig.md ├── .roomodes ├── README.md ├── commander.json ├── custom-modes-pool │ ├── 00-index.json │ ├── README.md │ └── reference-docs │ │ └── 00-schema.md ├── handoffs │ └── 0-instructions │ │ ├── 0-intro.md │ │ ├── 1-handoff-instructions.md │ │ ├── 2-milestone-instructions.md │ │ ├── 3-milestone-scripts.md │ │ └── prompts │ │ ├── CH-create-handoff.md │ │ ├── CM-create-milestone.md │ │ └── RS-restore-session.md ├── questions.json ├── rooconfig-template.md └── system-prompt-commander ├── roo-army-test_v4 ├── .clinerules-commander ├── .roo │ ├── README.md │ ├── components │ │ ├── assessment-framework.txt │ │ ├── complexity-assessment.txt │ │ ├── configuration-persistence.txt │ │ ├── development-philosophy.txt │ │ ├── dynamic-mode-generation.txt │ │ ├── existing-project.txt │ │ ├── header.txt │ │ ├── mode-selection.txt │ │ ├── project-analysis.txt │ │ ├── reference-documentation.txt │ │ ├── safety-rules.txt │ │ ├── solo-developer.txt │ │ ├── technology-identification.txt │ │ └── wizard-customization.txt │ └── question-components │ │ ├── phase1_technology.json │ │ ├── phase2_complexity.json │ │ ├── phase3_development_experience.json │ │ ├── phase4_development_focus.json │ │ ├── phase5_existing_project.json │ │ ├── phase6_wizard_customization.json │ │ └── phase_transitions.json ├── .rooconfig.md ├── .roomodes ├── New Text Document.txt ├── README.md ├── cline_task_mar-1-2025_11-21-44-pm.md ├── commander.json ├── custom-modes-pool │ ├── README.md │ └── reference-docs │ │ ├── 00-schema.md │ │ ├── cloud │ │ └── providers │ │ │ ├── aws │ │ │ └── aws-sdk-v3.md │ │ │ ├── azure │ │ │ └── azure-v2023.md │ │ │ └── gcp │ │ │ └── gcp-v2023.md │ │ ├── databases │ │ ├── document │ │ │ └── mongodb │ │ │ │ ├── mongodb-v7.0.md │ │ │ │ └── mongodb-v8.0.md │ │ ├── graph │ │ │ ├── memgraph │ │ │ │ ├── memgraph-v2.11.md │ │ │ │ └── memgraph-v3.0.md │ │ │ └── neo4j │ │ │ │ ├── neo4j-2025.02.0.md │ │ │ │ └── neo4j-v5.13.md │ │ ├── key-value │ │ │ └── redis │ │ │ │ ├── redis-v7.2.md │ │ │ │ └── redis-v8.0.md │ │ ├── relational │ │ │ ├── mysql │ │ │ │ ├── mysql-v8.2.md │ │ │ │ └── mysql-v9.2.1.md │ │ │ ├── postgresql │ │ │ │ ├── postgresql-v16.0.md │ │ │ │ └── postgresql-v17.4.md │ │ │ └── sqlite │ │ │ │ ├── sqlite-v3.43.md │ │ │ │ └── sqlite-v3.49.1.md │ │ └── vector │ │ │ └── qdrant │ │ │ ├── qdrant-v1.13.4.md │ │ │ └── qdrant-v1.7.md │ │ ├── frameworks │ │ └── cross-platform │ │ │ ├── desktop │ │ │ └── qt │ │ │ │ ├── qt-v6.6.2.md │ │ │ │ └── qt-v6.8.md │ │ │ └── mobile │ │ │ ├── flutter │ │ │ └── flutter-v3.md │ │ │ ├── react-native │ │ │ └── react-native-v0.70.md │ │ │ └── xamarin │ │ │ └── xamarin-v5.md │ │ └── languages │ │ ├── cpp │ │ └── boost │ │ │ ├── boost-v1.84.0.md │ │ │ └── boost-v1.87.0.md │ │ ├── csharp │ │ ├── aspnet-core │ │ │ ├── aspnet-core-v8.0.md │ │ │ └── aspnet-core-v9.0.md │ │ └── dotnet-maui │ │ │ ├── dotnet-maui-v8.0.md │ │ │ └── dotnet-maui-v9.0.md │ │ ├── go │ │ ├── echo │ │ │ ├── echo-v4.11.3.md │ │ │ └── echo-v4.13.3.md │ │ ├── fiber │ │ │ └── fiber-v2.52.0.md │ │ └── gin │ │ │ └── gin-v1.9.1.md │ │ ├── groovy │ │ └── grails │ │ │ └── grails-v6.2.3.md │ │ ├── java │ │ ├── jakarta-ee │ │ │ └── jakarta-ee-v11.md │ │ └── spring-framework │ │ │ ├── spring-framework-v6.1.17.md │ │ │ └── spring-framework-v6.2.3.md │ │ ├── javascript │ │ ├── backend │ │ │ └── express │ │ │ │ └── express-v5.md │ │ └── frontend │ │ │ ├── angular │ │ │ ├── angular-v16.md │ │ │ ├── angular-v17.0.md │ │ │ ├── angular-v19.0.md │ │ │ └── angular-v19.md │ │ │ ├── next-js │ │ │ ├── next-js-v13.md │ │ │ └── next-js-v15.md │ │ │ ├── react │ │ │ ├── react-v17.md │ │ │ ├── react-v18.md │ │ │ ├── react-v19.0.md │ │ │ └── react-v19.md │ │ │ ├── svelte │ │ │ └── svelte-v3.md │ │ │ └── vue │ │ │ ├── vue-v3.5.md │ │ │ └── vue-v3.md │ │ ├── jvm │ │ └── micronaut │ │ │ ├── micronaut-v4.7.6.md │ │ │ └── micronaut-v4.8.5.md │ │ ├── kotlin │ │ ├── android-kotlin │ │ │ └── android-kotlin-v1.8.md │ │ ├── kotlin-multiplatform │ │ │ ├── kotlin-multiplatform-v1.9.22.md │ │ │ └── kotlin-multiplatform-v2.1.20-RC.md │ │ └── ktor │ │ │ ├── ktor-v2.3.7.md │ │ │ └── ktor-v3.1.1.md │ │ ├── php │ │ └── laravel │ │ │ ├── laravel-v11.0.md │ │ │ └── laravel-v12.0.md │ │ ├── python │ │ ├── data-science │ │ │ ├── pandas │ │ │ │ └── pandas-v2.0.md │ │ │ ├── pytorch │ │ │ │ └── pytorch-v2.6.md │ │ │ ├── scikit-learn │ │ │ │ └── scikit-learn-v1.2.md │ │ │ └── tensorflow │ │ │ │ ├── tensorflow-v2.12.md │ │ │ │ └── tensorflow-v2.18.md │ │ └── web │ │ │ ├── django │ │ │ ├── django-v4.2.md │ │ │ └── django-v5.1.md │ │ │ ├── fastapi │ │ │ └── fastapi-v0.100.md │ │ │ └── flask │ │ │ └── flask-v3.1.md │ │ ├── ruby │ │ ├── ruby-on-rails │ │ │ ├── ruby-on-rails-v8.0.1.md │ │ │ └── ruby-on-rails-v8.0.md │ │ └── sinatra │ │ │ ├── sinatra-v2.1.0.md │ │ │ └── sinatra-v4.1.1.md │ │ ├── rust │ │ └── actix-web │ │ │ ├── actix-web-v4.4.0.md │ │ │ └── actix-web-v4.9.0.md │ │ └── swift │ │ └── ios-swift │ │ └── ios-swift-v5.md ├── handoffs │ └── 0-instructions │ │ ├── 0-intro.md │ │ ├── 1-handoff-instructions.md │ │ ├── 2-milestone-instructions.md │ │ ├── 3-milestone-scripts.md │ │ └── prompts │ │ ├── CH-create-handoff.md │ │ ├── CM-create-milestone.md │ │ └── RS-restore-session.md ├── questions.json ├── rooconfig-template.md └── system-prompt-commander ├── roo-commander ├── .clinerules-commander ├── .roo │ ├── README.md │ ├── assemble-components.sh │ ├── components-backup │ │ ├── config-persistence.txt │ │ ├── reference-doc-management.txt │ │ ├── team-analysis.txt │ │ └── tool-essentials.txt │ ├── components │ │ ├── assessment-flowchart.txt │ │ ├── assessment-framework.txt │ │ ├── complexity-assessment.txt │ │ ├── configuration-persistence.txt │ │ ├── development-philosophy.txt │ │ ├── dynamic-mode-generation.txt │ │ ├── existing-project.txt │ │ ├── header.txt │ │ ├── mode-selection.txt │ │ ├── project-analysis.txt │ │ ├── reference-documentation.txt │ │ ├── safety-rules.txt │ │ ├── solo-developer.txt │ │ ├── technology-identification.txt │ │ └── wizard-customization.txt │ ├── question-components │ │ ├── phase1_technology.json │ │ ├── phase2_complexity.json │ │ ├── phase3_development_experience.json │ │ ├── phase4_development_focus.json │ │ ├── phase5_existing_project.json │ │ ├── phase6_wizard_customization.json │ │ └── phase_transitions.json │ └── templates │ │ ├── rooconfig-template.txt │ │ └── roomodes-template.txt ├── .roomodes ├── README-3.5.md ├── README.md ├── commander.json ├── custom-modes-pool │ ├── 00-index.json.deprecated │ ├── 01-configuration.json │ ├── 02-planning-design.json │ ├── 03-implementation.json │ ├── 04-quality-security.json │ ├── 05-operations.json │ ├── 06-documentation.json │ ├── 10-javascript.json │ ├── 11-python.json │ ├── 12-cloud-platforms.json │ ├── 13-mobile-platforms.json │ ├── 99-user-submissions.json │ ├── README.md │ ├── additional-technologies.md │ ├── generate-roomodes.js │ ├── reference-docs-structure.md │ ├── reference-docs │ │ ├── 00-schema.md │ │ ├── cloud │ │ │ └── providers │ │ │ │ ├── aws │ │ │ │ └── aws-sdk-v3.md │ │ │ │ ├── azure │ │ │ │ └── azure-v2023.md │ │ │ │ └── gcp │ │ │ │ └── gcp-v2023.md │ │ ├── databases │ │ │ ├── document │ │ │ │ └── mongodb │ │ │ │ │ ├── mongodb-v7.0.md │ │ │ │ │ └── mongodb-v8.0.md │ │ │ ├── graph │ │ │ │ ├── memgraph │ │ │ │ │ ├── memgraph-v2.11.md │ │ │ │ │ └── memgraph-v3.0.md │ │ │ │ └── neo4j │ │ │ │ │ ├── neo4j-2025.02.0.md │ │ │ │ │ └── neo4j-v5.13.md │ │ │ ├── key-value │ │ │ │ └── redis │ │ │ │ │ ├── redis-v7.2.md │ │ │ │ │ └── redis-v8.0.md │ │ │ ├── relational │ │ │ │ ├── mysql │ │ │ │ │ ├── mysql-v8.2.md │ │ │ │ │ └── mysql-v9.2.1.md │ │ │ │ ├── postgresql │ │ │ │ │ ├── postgresql-v16.0.md │ │ │ │ │ └── postgresql-v17.4.md │ │ │ │ └── sqlite │ │ │ │ │ ├── sqlite-v3.43.md │ │ │ │ │ └── sqlite-v3.49.1.md │ │ │ └── vector │ │ │ │ └── qdrant │ │ │ │ ├── qdrant-v1.13.4.md │ │ │ │ └── qdrant-v1.7.md │ │ ├── frameworks │ │ │ └── cross-platform │ │ │ │ ├── desktop │ │ │ │ └── qt │ │ │ │ │ ├── qt-v6.6.2.md │ │ │ │ │ └── qt-v6.8.md │ │ │ │ └── mobile │ │ │ │ ├── flutter │ │ │ │ └── flutter-v3.md │ │ │ │ ├── react-native │ │ │ │ └── react-native-v0.70.md │ │ │ │ └── xamarin │ │ │ │ └── xamarin-v5.md │ │ └── languages │ │ │ ├── cpp │ │ │ └── boost │ │ │ │ ├── boost-v1.84.0.md │ │ │ │ └── boost-v1.87.0.md │ │ │ ├── csharp │ │ │ ├── aspnet-core │ │ │ │ ├── aspnet-core-v8.0.md │ │ │ │ └── aspnet-core-v9.0.md │ │ │ └── dotnet-maui │ │ │ │ ├── dotnet-maui-v8.0.md │ │ │ │ └── dotnet-maui-v9.0.md │ │ │ ├── go │ │ │ ├── echo │ │ │ │ ├── echo-v4.11.3.md │ │ │ │ └── echo-v4.13.3.md │ │ │ ├── fiber │ │ │ │ └── fiber-v2.52.0.md │ │ │ └── gin │ │ │ │ └── gin-v1.9.1.md │ │ │ ├── groovy │ │ │ └── grails │ │ │ │ └── grails-v6.2.3.md │ │ │ ├── java │ │ │ ├── jakarta-ee │ │ │ │ └── jakarta-ee-v11.md │ │ │ └── spring-framework │ │ │ │ ├── spring-framework-v6.1.17.md │ │ │ │ └── spring-framework-v6.2.3.md │ │ │ ├── javascript │ │ │ ├── backend │ │ │ │ └── express │ │ │ │ │ └── express-v5.md │ │ │ └── frontend │ │ │ │ ├── angular │ │ │ │ ├── angular-v16.md │ │ │ │ ├── angular-v17.0.md │ │ │ │ ├── angular-v19.0.md │ │ │ │ └── angular-v19.md │ │ │ │ ├── next-js │ │ │ │ ├── next-js-v13.md │ │ │ │ └── next-js-v15.md │ │ │ │ ├── react │ │ │ │ ├── react-v17.md │ │ │ │ ├── react-v18.md │ │ │ │ ├── react-v19.0.md │ │ │ │ └── react-v19.md │ │ │ │ ├── svelte │ │ │ │ └── svelte-v3.md │ │ │ │ └── vue │ │ │ │ ├── vue-v3.5.md │ │ │ │ └── vue-v3.md │ │ │ ├── jvm │ │ │ └── micronaut │ │ │ │ ├── micronaut-v4.7.6.md │ │ │ │ └── micronaut-v4.8.5.md │ │ │ ├── kotlin │ │ │ ├── android-kotlin │ │ │ │ └── android-kotlin-v1.8.md │ │ │ ├── kotlin-multiplatform │ │ │ │ ├── kotlin-multiplatform-v1.9.22.md │ │ │ │ └── kotlin-multiplatform-v2.1.20-RC.md │ │ │ └── ktor │ │ │ │ ├── ktor-v2.3.7.md │ │ │ │ └── ktor-v3.1.1.md │ │ │ ├── php │ │ │ └── laravel │ │ │ │ ├── laravel-v11.0.md │ │ │ │ └── laravel-v12.0.md │ │ │ ├── python │ │ │ ├── data-science │ │ │ │ ├── pandas │ │ │ │ │ └── pandas-v2.0.md │ │ │ │ ├── pytorch │ │ │ │ │ └── pytorch-v2.6.md │ │ │ │ ├── scikit-learn │ │ │ │ │ └── scikit-learn-v1.2.md │ │ │ │ └── tensorflow │ │ │ │ │ ├── tensorflow-v2.12.md │ │ │ │ │ └── tensorflow-v2.18.md │ │ │ └── web │ │ │ │ ├── django │ │ │ │ ├── django-v4.2.md │ │ │ │ └── django-v5.1.md │ │ │ │ ├── fastapi │ │ │ │ └── fastapi-v0.100.md │ │ │ │ └── flask │ │ │ │ └── flask-v3.1.md │ │ │ ├── ruby │ │ │ ├── ruby-on-rails │ │ │ │ ├── ruby-on-rails-v8.0.1.md │ │ │ │ └── ruby-on-rails-v8.0.md │ │ │ └── sinatra │ │ │ │ ├── sinatra-v2.1.0.md │ │ │ │ └── sinatra-v4.1.1.md │ │ │ ├── rust │ │ │ └── actix-web │ │ │ │ ├── actix-web-v4.4.0.md │ │ │ │ └── actix-web-v4.9.0.md │ │ │ └── swift │ │ │ └── ios-swift │ │ │ └── ios-swift-v5.md │ ├── reorganize-docs.py │ ├── reorganize-docs.sh │ ├── technology-list.md │ ├── tracker.md │ └── user_custom_modes.md ├── docs │ ├── IMPLEMENTATION.md │ ├── commander-changes.md │ ├── custom-system-prompts-analysis.md │ ├── custom-system-prompts.md │ ├── cynefin.md │ ├── implementation-plan.md │ ├── narrative-driven-qa-implementation.md │ ├── old_readme.md │ ├── prompt.md │ ├── questions-structure-changes.md │ ├── r3-5-roo-commander-enhancements.md │ ├── r3-roo-commander-enhancements.md │ ├── r5-hybrid-lifecycle-technology-modes.md │ ├── r5-implementation-plan.md │ ├── r5-mermaid.md │ ├── r5-session-restoration-bugfixes.md │ ├── revised-approach.md │ ├── revised-questions-structure.md │ ├── revised-user-flow.md │ ├── role-analysis.md │ └── system-prompt-implementation-plan.md ├── handoffs │ └── 0-instructions │ │ ├── 0-intro.md │ │ ├── 1-handoff-instructions.md │ │ ├── 2-milestone-instructions.md │ │ ├── 3-milestone-scripts.md │ │ └── prompts │ │ ├── CH-create-handoff.md │ │ ├── CM-create-milestone.md │ │ └── RS-restore-session.md ├── questions_old.json └── rooconfig-template.md ├── scripts └── setup-test.js ├── specialized-custom-modes.md └── task-focused-modes.md /.clinerules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/.clinerules -------------------------------------------------------------------------------- /.clinerules-handoff-manager: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/.clinerules-handoff-manager -------------------------------------------------------------------------------- /.clinerules-milestone-manager: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/.clinerules-milestone-manager -------------------------------------------------------------------------------- /.clinerules-session-restorer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/.clinerules-session-restorer -------------------------------------------------------------------------------- /.roomodes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/.roomodes -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/README.md -------------------------------------------------------------------------------- /deprecated/assemble-components.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/deprecated/assemble-components.sh -------------------------------------------------------------------------------- /deprecated/assemble-questions.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/deprecated/assemble-questions.js -------------------------------------------------------------------------------- /deprecated/commander.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/deprecated/commander.json -------------------------------------------------------------------------------- /deprecated/docs/10-javascript.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/deprecated/docs/10-javascript.md -------------------------------------------------------------------------------- /deprecated/docs/11-python.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/deprecated/docs/11-python.md -------------------------------------------------------------------------------- /deprecated/docs/12-cloud-platforms.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/deprecated/docs/12-cloud-platforms.md -------------------------------------------------------------------------------- /deprecated/docs/13-mobile-platforms.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/deprecated/docs/13-mobile-platforms.md -------------------------------------------------------------------------------- /deprecated/docs/questions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/deprecated/docs/questions.json -------------------------------------------------------------------------------- /deprecated/docs/r2-roo-commander-enhancements.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/deprecated/docs/r2-roo-commander-enhancements.md -------------------------------------------------------------------------------- /deprecated/docs/roo-commander.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/deprecated/docs/roo-commander.md -------------------------------------------------------------------------------- /deprecated/docs/roocommander-v2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/deprecated/docs/roocommander-v2.md -------------------------------------------------------------------------------- /deprecated/docs/system-prompt-commander: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/deprecated/docs/system-prompt-commander -------------------------------------------------------------------------------- /deprecated/docs/system-prompt-commander_old: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/deprecated/docs/system-prompt-commander_old -------------------------------------------------------------------------------- /deprecated/generator.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/deprecated/generator.js -------------------------------------------------------------------------------- /deprecated/modes.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/deprecated/modes.json -------------------------------------------------------------------------------- /deprecated/modesv2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/deprecated/modesv2.json -------------------------------------------------------------------------------- /deprecated/modesv3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/deprecated/modesv3.json -------------------------------------------------------------------------------- /deprecated/optimized-modes.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/deprecated/optimized-modes.json -------------------------------------------------------------------------------- /deprecated/phase3_team_focus.json.deprecated: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/deprecated/phase3_team_focus.json.deprecated -------------------------------------------------------------------------------- /deprecated/questions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/deprecated/questions.json -------------------------------------------------------------------------------- /deprecated/reference-docs-old/00-schema.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/deprecated/reference-docs-old/00-schema.md -------------------------------------------------------------------------------- /deprecated/reference-docs-old/actix-web-v4.4.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/deprecated/reference-docs-old/actix-web-v4.4.0.md -------------------------------------------------------------------------------- /deprecated/reference-docs-old/actix-web-v4.9.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/deprecated/reference-docs-old/actix-web-v4.9.0.md -------------------------------------------------------------------------------- /deprecated/reference-docs-old/android-kotlin-v1.8.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/deprecated/reference-docs-old/android-kotlin-v1.8.md -------------------------------------------------------------------------------- /deprecated/reference-docs-old/angular-v16.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/deprecated/reference-docs-old/angular-v16.md -------------------------------------------------------------------------------- /deprecated/reference-docs-old/angular-v17.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/deprecated/reference-docs-old/angular-v17.0.md -------------------------------------------------------------------------------- /deprecated/reference-docs-old/angular-v19.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/deprecated/reference-docs-old/angular-v19.0.md -------------------------------------------------------------------------------- /deprecated/reference-docs-old/angular-v19.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/deprecated/reference-docs-old/angular-v19.md -------------------------------------------------------------------------------- /deprecated/reference-docs-old/aspnet-core-v8.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/deprecated/reference-docs-old/aspnet-core-v8.0.md -------------------------------------------------------------------------------- /deprecated/reference-docs-old/aspnet-core-v9.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/deprecated/reference-docs-old/aspnet-core-v9.0.md -------------------------------------------------------------------------------- /deprecated/reference-docs-old/aws-sdk-v3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/deprecated/reference-docs-old/aws-sdk-v3.md -------------------------------------------------------------------------------- /deprecated/reference-docs-old/azure-v2023.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/deprecated/reference-docs-old/azure-v2023.md -------------------------------------------------------------------------------- /deprecated/reference-docs-old/boost-v1.84.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/deprecated/reference-docs-old/boost-v1.84.0.md -------------------------------------------------------------------------------- /deprecated/reference-docs-old/boost-v1.87.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/deprecated/reference-docs-old/boost-v1.87.0.md -------------------------------------------------------------------------------- /deprecated/reference-docs-old/django-v4.2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/deprecated/reference-docs-old/django-v4.2.md -------------------------------------------------------------------------------- /deprecated/reference-docs-old/django-v5.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/deprecated/reference-docs-old/django-v5.1.md -------------------------------------------------------------------------------- /deprecated/reference-docs-old/dotnet-maui-v8.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/deprecated/reference-docs-old/dotnet-maui-v8.0.md -------------------------------------------------------------------------------- /deprecated/reference-docs-old/dotnet-maui-v9.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/deprecated/reference-docs-old/dotnet-maui-v9.0.md -------------------------------------------------------------------------------- /deprecated/reference-docs-old/echo-v4.11.3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/deprecated/reference-docs-old/echo-v4.11.3.md -------------------------------------------------------------------------------- /deprecated/reference-docs-old/echo-v4.13.3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/deprecated/reference-docs-old/echo-v4.13.3.md -------------------------------------------------------------------------------- /deprecated/reference-docs-old/express-v5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/deprecated/reference-docs-old/express-v5.md -------------------------------------------------------------------------------- /deprecated/reference-docs-old/fastapi-v0.100.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/deprecated/reference-docs-old/fastapi-v0.100.md -------------------------------------------------------------------------------- /deprecated/reference-docs-old/fiber-v2.52.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/deprecated/reference-docs-old/fiber-v2.52.0.md -------------------------------------------------------------------------------- /deprecated/reference-docs-old/flask-v3.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/deprecated/reference-docs-old/flask-v3.1.md -------------------------------------------------------------------------------- /deprecated/reference-docs-old/flutter-v3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/deprecated/reference-docs-old/flutter-v3.md -------------------------------------------------------------------------------- /deprecated/reference-docs-old/gcp-v2023.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/deprecated/reference-docs-old/gcp-v2023.md -------------------------------------------------------------------------------- /deprecated/reference-docs-old/gin-v1.9.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/deprecated/reference-docs-old/gin-v1.9.1.md -------------------------------------------------------------------------------- /deprecated/reference-docs-old/grails-v6.2.3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/deprecated/reference-docs-old/grails-v6.2.3.md -------------------------------------------------------------------------------- /deprecated/reference-docs-old/ios-swift-v5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/deprecated/reference-docs-old/ios-swift-v5.md -------------------------------------------------------------------------------- /deprecated/reference-docs-old/jakarta-ee-v11.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/deprecated/reference-docs-old/jakarta-ee-v11.md -------------------------------------------------------------------------------- /deprecated/reference-docs-old/kotlin-multiplatform-v1.9.22.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/deprecated/reference-docs-old/kotlin-multiplatform-v1.9.22.md -------------------------------------------------------------------------------- /deprecated/reference-docs-old/kotlin-multiplatform-v2.1.20-RC.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/deprecated/reference-docs-old/kotlin-multiplatform-v2.1.20-RC.md -------------------------------------------------------------------------------- /deprecated/reference-docs-old/ktor-v2.3.7.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/deprecated/reference-docs-old/ktor-v2.3.7.md -------------------------------------------------------------------------------- /deprecated/reference-docs-old/ktor-v3.1.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/deprecated/reference-docs-old/ktor-v3.1.1.md -------------------------------------------------------------------------------- /deprecated/reference-docs-old/laravel-v11.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/deprecated/reference-docs-old/laravel-v11.0.md -------------------------------------------------------------------------------- /deprecated/reference-docs-old/laravel-v12.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/deprecated/reference-docs-old/laravel-v12.0.md -------------------------------------------------------------------------------- /deprecated/reference-docs-old/memgraph-v2.11.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/deprecated/reference-docs-old/memgraph-v2.11.md -------------------------------------------------------------------------------- /deprecated/reference-docs-old/memgraph-v3.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/deprecated/reference-docs-old/memgraph-v3.0.md -------------------------------------------------------------------------------- /deprecated/reference-docs-old/micronaut-v4.7.6.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/deprecated/reference-docs-old/micronaut-v4.7.6.md -------------------------------------------------------------------------------- /deprecated/reference-docs-old/micronaut-v4.8.5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/deprecated/reference-docs-old/micronaut-v4.8.5.md -------------------------------------------------------------------------------- /deprecated/reference-docs-old/mongodb-v7.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/deprecated/reference-docs-old/mongodb-v7.0.md -------------------------------------------------------------------------------- /deprecated/reference-docs-old/mongodb-v8.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/deprecated/reference-docs-old/mongodb-v8.0.md -------------------------------------------------------------------------------- /deprecated/reference-docs-old/mysql-v8.2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/deprecated/reference-docs-old/mysql-v8.2.md -------------------------------------------------------------------------------- /deprecated/reference-docs-old/mysql-v9.2.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/deprecated/reference-docs-old/mysql-v9.2.1.md -------------------------------------------------------------------------------- /deprecated/reference-docs-old/neo4j-2025.02.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/deprecated/reference-docs-old/neo4j-2025.02.0.md -------------------------------------------------------------------------------- /deprecated/reference-docs-old/neo4j-v5.13.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/deprecated/reference-docs-old/neo4j-v5.13.md -------------------------------------------------------------------------------- /deprecated/reference-docs-old/next-js-v13.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/deprecated/reference-docs-old/next-js-v13.md -------------------------------------------------------------------------------- /deprecated/reference-docs-old/next-js-v15.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/deprecated/reference-docs-old/next-js-v15.md -------------------------------------------------------------------------------- /deprecated/reference-docs-old/pandas-v2.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/deprecated/reference-docs-old/pandas-v2.0.md -------------------------------------------------------------------------------- /deprecated/reference-docs-old/postgresql-v16.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/deprecated/reference-docs-old/postgresql-v16.0.md -------------------------------------------------------------------------------- /deprecated/reference-docs-old/postgresql-v17.4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/deprecated/reference-docs-old/postgresql-v17.4.md -------------------------------------------------------------------------------- /deprecated/reference-docs-old/pytorch-v2.6.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/deprecated/reference-docs-old/pytorch-v2.6.md -------------------------------------------------------------------------------- /deprecated/reference-docs-old/qdrant-v1.13.4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/deprecated/reference-docs-old/qdrant-v1.13.4.md -------------------------------------------------------------------------------- /deprecated/reference-docs-old/qdrant-v1.7.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/deprecated/reference-docs-old/qdrant-v1.7.md -------------------------------------------------------------------------------- /deprecated/reference-docs-old/qt-v6.6.2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/deprecated/reference-docs-old/qt-v6.6.2.md -------------------------------------------------------------------------------- /deprecated/reference-docs-old/qt-v6.8.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/deprecated/reference-docs-old/qt-v6.8.md -------------------------------------------------------------------------------- /deprecated/reference-docs-old/react-native-v0.70.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/deprecated/reference-docs-old/react-native-v0.70.md -------------------------------------------------------------------------------- /deprecated/reference-docs-old/react-v17.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/deprecated/reference-docs-old/react-v17.md -------------------------------------------------------------------------------- /deprecated/reference-docs-old/react-v18.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/deprecated/reference-docs-old/react-v18.md -------------------------------------------------------------------------------- /deprecated/reference-docs-old/react-v19.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/deprecated/reference-docs-old/react-v19.0.md -------------------------------------------------------------------------------- /deprecated/reference-docs-old/react-v19.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/deprecated/reference-docs-old/react-v19.md -------------------------------------------------------------------------------- /deprecated/reference-docs-old/redis-v7.2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/deprecated/reference-docs-old/redis-v7.2.md -------------------------------------------------------------------------------- /deprecated/reference-docs-old/redis-v8.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/deprecated/reference-docs-old/redis-v8.0.md -------------------------------------------------------------------------------- /deprecated/reference-docs-old/ruby-on-rails-v8.0.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/deprecated/reference-docs-old/ruby-on-rails-v8.0.1.md -------------------------------------------------------------------------------- /deprecated/reference-docs-old/ruby-on-rails-v8.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/deprecated/reference-docs-old/ruby-on-rails-v8.0.md -------------------------------------------------------------------------------- /deprecated/reference-docs-old/scikit-learn-v1.2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/deprecated/reference-docs-old/scikit-learn-v1.2.md -------------------------------------------------------------------------------- /deprecated/reference-docs-old/sinatra-v2.1.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/deprecated/reference-docs-old/sinatra-v2.1.0.md -------------------------------------------------------------------------------- /deprecated/reference-docs-old/sinatra-v4.1.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/deprecated/reference-docs-old/sinatra-v4.1.1.md -------------------------------------------------------------------------------- /deprecated/reference-docs-old/spring-framework-v6.1.17.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/deprecated/reference-docs-old/spring-framework-v6.1.17.md -------------------------------------------------------------------------------- /deprecated/reference-docs-old/spring-framework-v6.2.3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/deprecated/reference-docs-old/spring-framework-v6.2.3.md -------------------------------------------------------------------------------- /deprecated/reference-docs-old/sqlite-v3.43.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/deprecated/reference-docs-old/sqlite-v3.43.md -------------------------------------------------------------------------------- /deprecated/reference-docs-old/sqlite-v3.49.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/deprecated/reference-docs-old/sqlite-v3.49.1.md -------------------------------------------------------------------------------- /deprecated/reference-docs-old/svelte-v3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/deprecated/reference-docs-old/svelte-v3.md -------------------------------------------------------------------------------- /deprecated/reference-docs-old/tensorflow-v2.12.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/deprecated/reference-docs-old/tensorflow-v2.12.md -------------------------------------------------------------------------------- /deprecated/reference-docs-old/tensorflow-v2.18.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/deprecated/reference-docs-old/tensorflow-v2.18.md -------------------------------------------------------------------------------- /deprecated/reference-docs-old/vue-v3.5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/deprecated/reference-docs-old/vue-v3.5.md -------------------------------------------------------------------------------- /deprecated/reference-docs-old/vue-v3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/deprecated/reference-docs-old/vue-v3.md -------------------------------------------------------------------------------- /deprecated/reference-docs-old/xamarin-v5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/deprecated/reference-docs-old/xamarin-v5.md -------------------------------------------------------------------------------- /deprecated/roo-army-test-chatgpt/.clinerules-commander: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/deprecated/roo-army-test-chatgpt/.clinerules-commander -------------------------------------------------------------------------------- /deprecated/roo-army-test-chatgpt/.roomodes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/deprecated/roo-army-test-chatgpt/.roomodes -------------------------------------------------------------------------------- /deprecated/roo-army-test-chatgpt/.vscode/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/deprecated/roo-army-test-chatgpt/.vscode/settings.json -------------------------------------------------------------------------------- /deprecated/roo-army-test-chatgpt/commander.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/deprecated/roo-army-test-chatgpt/commander.json -------------------------------------------------------------------------------- /deprecated/roo-army-test-chatgpt/custom-modes-pool/00-index.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/deprecated/roo-army-test-chatgpt/custom-modes-pool/00-index.json -------------------------------------------------------------------------------- /deprecated/roo-army-test-chatgpt/questions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/deprecated/roo-army-test-chatgpt/questions.json -------------------------------------------------------------------------------- /deprecated/roo-army-test-chatgpt/rooconfig-template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/deprecated/roo-army-test-chatgpt/rooconfig-template.md -------------------------------------------------------------------------------- /deprecated/roo-army-test-chatgpt/system-prompt-commander: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/deprecated/roo-army-test-chatgpt/system-prompt-commander -------------------------------------------------------------------------------- /deprecated/setup-test-3.5.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/deprecated/setup-test-3.5.js -------------------------------------------------------------------------------- /deprecated/setup-test-enhanced.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/deprecated/setup-test-enhanced.js -------------------------------------------------------------------------------- /deprecated/system-prompt-commander: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/deprecated/system-prompt-commander -------------------------------------------------------------------------------- /deprecated/team-structure.txt.deprecated: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/deprecated/team-structure.txt.deprecated -------------------------------------------------------------------------------- /deprecated/user-flow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/deprecated/user-flow.md -------------------------------------------------------------------------------- /handoff-system/.clinerules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/handoff-system/.clinerules -------------------------------------------------------------------------------- /handoff-system/.clinerules-handoff-manager: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/handoff-system/.clinerules-handoff-manager -------------------------------------------------------------------------------- /handoff-system/.clinerules-milestone-manager: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/handoff-system/.clinerules-milestone-manager -------------------------------------------------------------------------------- /handoff-system/.clinerules-session-restorer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/handoff-system/.clinerules-session-restorer -------------------------------------------------------------------------------- /handoff-system/.roomodes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/handoff-system/.roomodes -------------------------------------------------------------------------------- /handoff-system/0-instructions/0-intro.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/handoff-system/0-instructions/0-intro.md -------------------------------------------------------------------------------- /handoff-system/0-instructions/1-handoff-instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/handoff-system/0-instructions/1-handoff-instructions.md -------------------------------------------------------------------------------- /handoff-system/0-instructions/2-milestone-instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/handoff-system/0-instructions/2-milestone-instructions.md -------------------------------------------------------------------------------- /handoff-system/0-instructions/3-milestone-scripts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/handoff-system/0-instructions/3-milestone-scripts.md -------------------------------------------------------------------------------- /handoff-system/0-instructions/prompts/CH-create-handoff.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/handoff-system/0-instructions/prompts/CH-create-handoff.md -------------------------------------------------------------------------------- /handoff-system/0-instructions/prompts/CM-create-milestone.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/handoff-system/0-instructions/prompts/CM-create-milestone.md -------------------------------------------------------------------------------- /handoff-system/0-instructions/prompts/RS-restore-session.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/handoff-system/0-instructions/prompts/RS-restore-session.md -------------------------------------------------------------------------------- /handoff-system/handoff-system-advanced.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/handoff-system/handoff-system-advanced.md -------------------------------------------------------------------------------- /handoff-system/handoff-system-basic.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/handoff-system/handoff-system-basic.md -------------------------------------------------------------------------------- /handoff-system/handoff-system-guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/handoff-system/handoff-system-guide.md -------------------------------------------------------------------------------- /handoff-system/handoff-system.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/handoff-system/handoff-system.md -------------------------------------------------------------------------------- /handoffs/0-instructions/0-intro.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/handoffs/0-instructions/0-intro.md -------------------------------------------------------------------------------- /handoffs/0-instructions/1-handoff-instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/handoffs/0-instructions/1-handoff-instructions.md -------------------------------------------------------------------------------- /handoffs/0-instructions/2-milestone-instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/handoffs/0-instructions/2-milestone-instructions.md -------------------------------------------------------------------------------- /handoffs/0-instructions/3-milestone-scripts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/handoffs/0-instructions/3-milestone-scripts.md -------------------------------------------------------------------------------- /handoffs/0-instructions/prompts/CH-create-handoff.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/handoffs/0-instructions/prompts/CH-create-handoff.md -------------------------------------------------------------------------------- /handoffs/0-instructions/prompts/CM-create-milestone.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/handoffs/0-instructions/prompts/CM-create-milestone.md -------------------------------------------------------------------------------- /handoffs/0-instructions/prompts/RS-restore-session.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/handoffs/0-instructions/prompts/RS-restore-session.md -------------------------------------------------------------------------------- /handoffs/1-roocommander-assessment-methodology.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/handoffs/1-roocommander-assessment-methodology.md -------------------------------------------------------------------------------- /handoffs/1-roocommander-reference-system/0-lessons-learned.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/handoffs/1-roocommander-reference-system/0-lessons-learned.md -------------------------------------------------------------------------------- /handoffs/1-roocommander-reference-system/0-milestone-summary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/handoffs/1-roocommander-reference-system/0-milestone-summary.md -------------------------------------------------------------------------------- /handoffs/1-roocommander-reference-system/1-rooarmy-custom-modes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/handoffs/1-roocommander-reference-system/1-rooarmy-custom-modes.md -------------------------------------------------------------------------------- /handoffs/1-roocommander-reference-system/2-roocommander-separation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/handoffs/1-roocommander-reference-system/2-roocommander-separation.md -------------------------------------------------------------------------------- /handoffs/1-roocommander-reference-system/3-technology-specific-versioned-modes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/handoffs/1-roocommander-reference-system/3-technology-specific-versioned-modes.md -------------------------------------------------------------------------------- /handoffs/1-roocommander-reference-system/4-reference-documentation-schema.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/handoffs/1-roocommander-reference-system/4-reference-documentation-schema.md -------------------------------------------------------------------------------- /handoffs/1-roocommander-reference-system/5-framework-documentation-updates.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/handoffs/1-roocommander-reference-system/5-framework-documentation-updates.md -------------------------------------------------------------------------------- /handoffs/1-roocommander-reference-system/6-reference-documentation-reorganization.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/handoffs/1-roocommander-reference-system/6-reference-documentation-reorganization.md -------------------------------------------------------------------------------- /handoffs/1-roocommander-reference-system/7-roocommander-system-prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/handoffs/1-roocommander-reference-system/7-roocommander-system-prompt.md -------------------------------------------------------------------------------- /handoffs/2-roocommander-test-environment.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/handoffs/2-roocommander-test-environment.md -------------------------------------------------------------------------------- /handoffs/3-roocommander-integration-plan.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/handoffs/3-roocommander-integration-plan.md -------------------------------------------------------------------------------- /handoffs/4-roocommander-prompt-analysis.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/handoffs/4-roocommander-prompt-analysis.md -------------------------------------------------------------------------------- /handoffs/5-roocommander-round2-enhancements.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/handoffs/5-roocommander-round2-enhancements.md -------------------------------------------------------------------------------- /handoffs/6-roocommander-solo-first-approach.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/handoffs/6-roocommander-solo-first-approach.md -------------------------------------------------------------------------------- /handoffs/7-roocommander-narrative-implementation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/handoffs/7-roocommander-narrative-implementation.md -------------------------------------------------------------------------------- /questions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/questions.json -------------------------------------------------------------------------------- /roo-army-test.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test.zip -------------------------------------------------------------------------------- /roo-army-test/.clinerules-commander: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test/.clinerules-commander -------------------------------------------------------------------------------- /roo-army-test/.roo/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test/.roo/README.md -------------------------------------------------------------------------------- /roo-army-test/.roo/components/assessment-framework.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test/.roo/components/assessment-framework.txt -------------------------------------------------------------------------------- /roo-army-test/.roo/components/complexity-assessment.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test/.roo/components/complexity-assessment.txt -------------------------------------------------------------------------------- /roo-army-test/.roo/components/configuration-persistence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test/.roo/components/configuration-persistence.txt -------------------------------------------------------------------------------- /roo-army-test/.roo/components/development-philosophy.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test/.roo/components/development-philosophy.txt -------------------------------------------------------------------------------- /roo-army-test/.roo/components/dynamic-mode-generation.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test/.roo/components/dynamic-mode-generation.txt -------------------------------------------------------------------------------- /roo-army-test/.roo/components/existing-project.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test/.roo/components/existing-project.txt -------------------------------------------------------------------------------- /roo-army-test/.roo/components/header.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test/.roo/components/header.txt -------------------------------------------------------------------------------- /roo-army-test/.roo/components/mode-selection.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test/.roo/components/mode-selection.txt -------------------------------------------------------------------------------- /roo-army-test/.roo/components/pre-conversation.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test/.roo/components/pre-conversation.txt -------------------------------------------------------------------------------- /roo-army-test/.roo/components/project-analysis.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test/.roo/components/project-analysis.txt -------------------------------------------------------------------------------- /roo-army-test/.roo/components/reference-documentation.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test/.roo/components/reference-documentation.txt -------------------------------------------------------------------------------- /roo-army-test/.roo/components/safety-rules.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test/.roo/components/safety-rules.txt -------------------------------------------------------------------------------- /roo-army-test/.roo/components/solo-developer.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test/.roo/components/solo-developer.txt -------------------------------------------------------------------------------- /roo-army-test/.roo/components/technology-identification.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test/.roo/components/technology-identification.txt -------------------------------------------------------------------------------- /roo-army-test/.roo/components/wizard-customization.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test/.roo/components/wizard-customization.txt -------------------------------------------------------------------------------- /roo-army-test/.roo/question-components/phase1_technology.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test/.roo/question-components/phase1_technology.json -------------------------------------------------------------------------------- /roo-army-test/.roo/question-components/phase2_complexity.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test/.roo/question-components/phase2_complexity.json -------------------------------------------------------------------------------- /roo-army-test/.roo/question-components/phase3_development_experience.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test/.roo/question-components/phase3_development_experience.json -------------------------------------------------------------------------------- /roo-army-test/.roo/question-components/phase4_development_focus.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test/.roo/question-components/phase4_development_focus.json -------------------------------------------------------------------------------- /roo-army-test/.roo/question-components/phase5_existing_project.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test/.roo/question-components/phase5_existing_project.json -------------------------------------------------------------------------------- /roo-army-test/.roo/question-components/phase6_wizard_customization.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test/.roo/question-components/phase6_wizard_customization.json -------------------------------------------------------------------------------- /roo-army-test/.roo/question-components/phase_transitions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test/.roo/question-components/phase_transitions.json -------------------------------------------------------------------------------- /roo-army-test/.rooconfig.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test/.rooconfig.md -------------------------------------------------------------------------------- /roo-army-test/.roomodes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test/.roomodes -------------------------------------------------------------------------------- /roo-army-test/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test/README.md -------------------------------------------------------------------------------- /roo-army-test/commander.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test/commander.json -------------------------------------------------------------------------------- /roo-army-test/custom-modes-pool/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test/custom-modes-pool/README.md -------------------------------------------------------------------------------- /roo-army-test/custom-modes-pool/reference-docs/00-schema.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test/custom-modes-pool/reference-docs/00-schema.md -------------------------------------------------------------------------------- /roo-army-test/custom-modes-pool/reference-docs/cloud/providers/aws/aws-sdk-v3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test/custom-modes-pool/reference-docs/cloud/providers/aws/aws-sdk-v3.md -------------------------------------------------------------------------------- /roo-army-test/custom-modes-pool/reference-docs/cloud/providers/azure/azure-v2023.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test/custom-modes-pool/reference-docs/cloud/providers/azure/azure-v2023.md -------------------------------------------------------------------------------- /roo-army-test/custom-modes-pool/reference-docs/cloud/providers/gcp/gcp-v2023.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test/custom-modes-pool/reference-docs/cloud/providers/gcp/gcp-v2023.md -------------------------------------------------------------------------------- /roo-army-test/custom-modes-pool/reference-docs/databases/document/mongodb/mongodb-v7.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test/custom-modes-pool/reference-docs/databases/document/mongodb/mongodb-v7.0.md -------------------------------------------------------------------------------- /roo-army-test/custom-modes-pool/reference-docs/databases/document/mongodb/mongodb-v8.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test/custom-modes-pool/reference-docs/databases/document/mongodb/mongodb-v8.0.md -------------------------------------------------------------------------------- /roo-army-test/custom-modes-pool/reference-docs/databases/graph/memgraph/memgraph-v2.11.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test/custom-modes-pool/reference-docs/databases/graph/memgraph/memgraph-v2.11.md -------------------------------------------------------------------------------- /roo-army-test/custom-modes-pool/reference-docs/databases/graph/memgraph/memgraph-v3.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test/custom-modes-pool/reference-docs/databases/graph/memgraph/memgraph-v3.0.md -------------------------------------------------------------------------------- /roo-army-test/custom-modes-pool/reference-docs/databases/graph/neo4j/neo4j-2025.02.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test/custom-modes-pool/reference-docs/databases/graph/neo4j/neo4j-2025.02.0.md -------------------------------------------------------------------------------- /roo-army-test/custom-modes-pool/reference-docs/databases/graph/neo4j/neo4j-v5.13.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test/custom-modes-pool/reference-docs/databases/graph/neo4j/neo4j-v5.13.md -------------------------------------------------------------------------------- /roo-army-test/custom-modes-pool/reference-docs/databases/key-value/redis/redis-v7.2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test/custom-modes-pool/reference-docs/databases/key-value/redis/redis-v7.2.md -------------------------------------------------------------------------------- /roo-army-test/custom-modes-pool/reference-docs/databases/key-value/redis/redis-v8.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test/custom-modes-pool/reference-docs/databases/key-value/redis/redis-v8.0.md -------------------------------------------------------------------------------- /roo-army-test/custom-modes-pool/reference-docs/databases/relational/mysql/mysql-v8.2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test/custom-modes-pool/reference-docs/databases/relational/mysql/mysql-v8.2.md -------------------------------------------------------------------------------- /roo-army-test/custom-modes-pool/reference-docs/databases/relational/mysql/mysql-v9.2.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test/custom-modes-pool/reference-docs/databases/relational/mysql/mysql-v9.2.1.md -------------------------------------------------------------------------------- /roo-army-test/custom-modes-pool/reference-docs/databases/relational/postgresql/postgresql-v16.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test/custom-modes-pool/reference-docs/databases/relational/postgresql/postgresql-v16.0.md -------------------------------------------------------------------------------- /roo-army-test/custom-modes-pool/reference-docs/databases/relational/postgresql/postgresql-v17.4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test/custom-modes-pool/reference-docs/databases/relational/postgresql/postgresql-v17.4.md -------------------------------------------------------------------------------- /roo-army-test/custom-modes-pool/reference-docs/databases/relational/sqlite/sqlite-v3.43.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test/custom-modes-pool/reference-docs/databases/relational/sqlite/sqlite-v3.43.md -------------------------------------------------------------------------------- /roo-army-test/custom-modes-pool/reference-docs/databases/relational/sqlite/sqlite-v3.49.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test/custom-modes-pool/reference-docs/databases/relational/sqlite/sqlite-v3.49.1.md -------------------------------------------------------------------------------- /roo-army-test/custom-modes-pool/reference-docs/databases/vector/qdrant/qdrant-v1.13.4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test/custom-modes-pool/reference-docs/databases/vector/qdrant/qdrant-v1.13.4.md -------------------------------------------------------------------------------- /roo-army-test/custom-modes-pool/reference-docs/databases/vector/qdrant/qdrant-v1.7.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test/custom-modes-pool/reference-docs/databases/vector/qdrant/qdrant-v1.7.md -------------------------------------------------------------------------------- /roo-army-test/custom-modes-pool/reference-docs/frameworks/cross-platform/desktop/qt/qt-v6.6.2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test/custom-modes-pool/reference-docs/frameworks/cross-platform/desktop/qt/qt-v6.6.2.md -------------------------------------------------------------------------------- /roo-army-test/custom-modes-pool/reference-docs/frameworks/cross-platform/desktop/qt/qt-v6.8.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test/custom-modes-pool/reference-docs/frameworks/cross-platform/desktop/qt/qt-v6.8.md -------------------------------------------------------------------------------- /roo-army-test/custom-modes-pool/reference-docs/frameworks/cross-platform/mobile/flutter/flutter-v3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test/custom-modes-pool/reference-docs/frameworks/cross-platform/mobile/flutter/flutter-v3.md -------------------------------------------------------------------------------- /roo-army-test/custom-modes-pool/reference-docs/frameworks/cross-platform/mobile/xamarin/xamarin-v5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test/custom-modes-pool/reference-docs/frameworks/cross-platform/mobile/xamarin/xamarin-v5.md -------------------------------------------------------------------------------- /roo-army-test/custom-modes-pool/reference-docs/languages/cpp/boost/boost-v1.84.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test/custom-modes-pool/reference-docs/languages/cpp/boost/boost-v1.84.0.md -------------------------------------------------------------------------------- /roo-army-test/custom-modes-pool/reference-docs/languages/cpp/boost/boost-v1.87.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test/custom-modes-pool/reference-docs/languages/cpp/boost/boost-v1.87.0.md -------------------------------------------------------------------------------- /roo-army-test/custom-modes-pool/reference-docs/languages/csharp/aspnet-core/aspnet-core-v8.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test/custom-modes-pool/reference-docs/languages/csharp/aspnet-core/aspnet-core-v8.0.md -------------------------------------------------------------------------------- /roo-army-test/custom-modes-pool/reference-docs/languages/csharp/aspnet-core/aspnet-core-v9.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test/custom-modes-pool/reference-docs/languages/csharp/aspnet-core/aspnet-core-v9.0.md -------------------------------------------------------------------------------- /roo-army-test/custom-modes-pool/reference-docs/languages/csharp/dotnet-maui/dotnet-maui-v8.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test/custom-modes-pool/reference-docs/languages/csharp/dotnet-maui/dotnet-maui-v8.0.md -------------------------------------------------------------------------------- /roo-army-test/custom-modes-pool/reference-docs/languages/csharp/dotnet-maui/dotnet-maui-v9.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test/custom-modes-pool/reference-docs/languages/csharp/dotnet-maui/dotnet-maui-v9.0.md -------------------------------------------------------------------------------- /roo-army-test/custom-modes-pool/reference-docs/languages/go/echo/echo-v4.11.3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test/custom-modes-pool/reference-docs/languages/go/echo/echo-v4.11.3.md -------------------------------------------------------------------------------- /roo-army-test/custom-modes-pool/reference-docs/languages/go/echo/echo-v4.13.3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test/custom-modes-pool/reference-docs/languages/go/echo/echo-v4.13.3.md -------------------------------------------------------------------------------- /roo-army-test/custom-modes-pool/reference-docs/languages/go/fiber/fiber-v2.52.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test/custom-modes-pool/reference-docs/languages/go/fiber/fiber-v2.52.0.md -------------------------------------------------------------------------------- /roo-army-test/custom-modes-pool/reference-docs/languages/go/gin/gin-v1.9.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test/custom-modes-pool/reference-docs/languages/go/gin/gin-v1.9.1.md -------------------------------------------------------------------------------- /roo-army-test/custom-modes-pool/reference-docs/languages/groovy/grails/grails-v6.2.3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test/custom-modes-pool/reference-docs/languages/groovy/grails/grails-v6.2.3.md -------------------------------------------------------------------------------- /roo-army-test/custom-modes-pool/reference-docs/languages/java/jakarta-ee/jakarta-ee-v11.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test/custom-modes-pool/reference-docs/languages/java/jakarta-ee/jakarta-ee-v11.md -------------------------------------------------------------------------------- /roo-army-test/custom-modes-pool/reference-docs/languages/javascript/backend/express/express-v5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test/custom-modes-pool/reference-docs/languages/javascript/backend/express/express-v5.md -------------------------------------------------------------------------------- /roo-army-test/custom-modes-pool/reference-docs/languages/javascript/frontend/angular/angular-v16.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test/custom-modes-pool/reference-docs/languages/javascript/frontend/angular/angular-v16.md -------------------------------------------------------------------------------- /roo-army-test/custom-modes-pool/reference-docs/languages/javascript/frontend/angular/angular-v17.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test/custom-modes-pool/reference-docs/languages/javascript/frontend/angular/angular-v17.0.md -------------------------------------------------------------------------------- /roo-army-test/custom-modes-pool/reference-docs/languages/javascript/frontend/angular/angular-v19.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test/custom-modes-pool/reference-docs/languages/javascript/frontend/angular/angular-v19.0.md -------------------------------------------------------------------------------- /roo-army-test/custom-modes-pool/reference-docs/languages/javascript/frontend/angular/angular-v19.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test/custom-modes-pool/reference-docs/languages/javascript/frontend/angular/angular-v19.md -------------------------------------------------------------------------------- /roo-army-test/custom-modes-pool/reference-docs/languages/javascript/frontend/next-js/next-js-v13.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test/custom-modes-pool/reference-docs/languages/javascript/frontend/next-js/next-js-v13.md -------------------------------------------------------------------------------- /roo-army-test/custom-modes-pool/reference-docs/languages/javascript/frontend/next-js/next-js-v15.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test/custom-modes-pool/reference-docs/languages/javascript/frontend/next-js/next-js-v15.md -------------------------------------------------------------------------------- /roo-army-test/custom-modes-pool/reference-docs/languages/javascript/frontend/react/react-v17.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test/custom-modes-pool/reference-docs/languages/javascript/frontend/react/react-v17.md -------------------------------------------------------------------------------- /roo-army-test/custom-modes-pool/reference-docs/languages/javascript/frontend/react/react-v18.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test/custom-modes-pool/reference-docs/languages/javascript/frontend/react/react-v18.md -------------------------------------------------------------------------------- /roo-army-test/custom-modes-pool/reference-docs/languages/javascript/frontend/react/react-v19.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test/custom-modes-pool/reference-docs/languages/javascript/frontend/react/react-v19.0.md -------------------------------------------------------------------------------- /roo-army-test/custom-modes-pool/reference-docs/languages/javascript/frontend/react/react-v19.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test/custom-modes-pool/reference-docs/languages/javascript/frontend/react/react-v19.md -------------------------------------------------------------------------------- /roo-army-test/custom-modes-pool/reference-docs/languages/javascript/frontend/svelte/svelte-v3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test/custom-modes-pool/reference-docs/languages/javascript/frontend/svelte/svelte-v3.md -------------------------------------------------------------------------------- /roo-army-test/custom-modes-pool/reference-docs/languages/javascript/frontend/vue/vue-v3.5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test/custom-modes-pool/reference-docs/languages/javascript/frontend/vue/vue-v3.5.md -------------------------------------------------------------------------------- /roo-army-test/custom-modes-pool/reference-docs/languages/javascript/frontend/vue/vue-v3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test/custom-modes-pool/reference-docs/languages/javascript/frontend/vue/vue-v3.md -------------------------------------------------------------------------------- /roo-army-test/custom-modes-pool/reference-docs/languages/jvm/micronaut/micronaut-v4.7.6.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test/custom-modes-pool/reference-docs/languages/jvm/micronaut/micronaut-v4.7.6.md -------------------------------------------------------------------------------- /roo-army-test/custom-modes-pool/reference-docs/languages/jvm/micronaut/micronaut-v4.8.5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test/custom-modes-pool/reference-docs/languages/jvm/micronaut/micronaut-v4.8.5.md -------------------------------------------------------------------------------- /roo-army-test/custom-modes-pool/reference-docs/languages/kotlin/ktor/ktor-v2.3.7.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test/custom-modes-pool/reference-docs/languages/kotlin/ktor/ktor-v2.3.7.md -------------------------------------------------------------------------------- /roo-army-test/custom-modes-pool/reference-docs/languages/kotlin/ktor/ktor-v3.1.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test/custom-modes-pool/reference-docs/languages/kotlin/ktor/ktor-v3.1.1.md -------------------------------------------------------------------------------- /roo-army-test/custom-modes-pool/reference-docs/languages/php/laravel/laravel-v11.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test/custom-modes-pool/reference-docs/languages/php/laravel/laravel-v11.0.md -------------------------------------------------------------------------------- /roo-army-test/custom-modes-pool/reference-docs/languages/php/laravel/laravel-v12.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test/custom-modes-pool/reference-docs/languages/php/laravel/laravel-v12.0.md -------------------------------------------------------------------------------- /roo-army-test/custom-modes-pool/reference-docs/languages/python/data-science/pandas/pandas-v2.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test/custom-modes-pool/reference-docs/languages/python/data-science/pandas/pandas-v2.0.md -------------------------------------------------------------------------------- /roo-army-test/custom-modes-pool/reference-docs/languages/python/web/django/django-v4.2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test/custom-modes-pool/reference-docs/languages/python/web/django/django-v4.2.md -------------------------------------------------------------------------------- /roo-army-test/custom-modes-pool/reference-docs/languages/python/web/django/django-v5.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test/custom-modes-pool/reference-docs/languages/python/web/django/django-v5.1.md -------------------------------------------------------------------------------- /roo-army-test/custom-modes-pool/reference-docs/languages/python/web/fastapi/fastapi-v0.100.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test/custom-modes-pool/reference-docs/languages/python/web/fastapi/fastapi-v0.100.md -------------------------------------------------------------------------------- /roo-army-test/custom-modes-pool/reference-docs/languages/python/web/flask/flask-v3.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test/custom-modes-pool/reference-docs/languages/python/web/flask/flask-v3.1.md -------------------------------------------------------------------------------- /roo-army-test/custom-modes-pool/reference-docs/languages/ruby/ruby-on-rails/ruby-on-rails-v8.0.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test/custom-modes-pool/reference-docs/languages/ruby/ruby-on-rails/ruby-on-rails-v8.0.1.md -------------------------------------------------------------------------------- /roo-army-test/custom-modes-pool/reference-docs/languages/ruby/ruby-on-rails/ruby-on-rails-v8.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test/custom-modes-pool/reference-docs/languages/ruby/ruby-on-rails/ruby-on-rails-v8.0.md -------------------------------------------------------------------------------- /roo-army-test/custom-modes-pool/reference-docs/languages/ruby/sinatra/sinatra-v2.1.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test/custom-modes-pool/reference-docs/languages/ruby/sinatra/sinatra-v2.1.0.md -------------------------------------------------------------------------------- /roo-army-test/custom-modes-pool/reference-docs/languages/ruby/sinatra/sinatra-v4.1.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test/custom-modes-pool/reference-docs/languages/ruby/sinatra/sinatra-v4.1.1.md -------------------------------------------------------------------------------- /roo-army-test/custom-modes-pool/reference-docs/languages/rust/actix-web/actix-web-v4.4.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test/custom-modes-pool/reference-docs/languages/rust/actix-web/actix-web-v4.4.0.md -------------------------------------------------------------------------------- /roo-army-test/custom-modes-pool/reference-docs/languages/rust/actix-web/actix-web-v4.9.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test/custom-modes-pool/reference-docs/languages/rust/actix-web/actix-web-v4.9.0.md -------------------------------------------------------------------------------- /roo-army-test/custom-modes-pool/reference-docs/languages/swift/ios-swift/ios-swift-v5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test/custom-modes-pool/reference-docs/languages/swift/ios-swift/ios-swift-v5.md -------------------------------------------------------------------------------- /roo-army-test/handoffs/0-instructions/0-intro.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test/handoffs/0-instructions/0-intro.md -------------------------------------------------------------------------------- /roo-army-test/handoffs/0-instructions/1-handoff-instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test/handoffs/0-instructions/1-handoff-instructions.md -------------------------------------------------------------------------------- /roo-army-test/handoffs/0-instructions/2-milestone-instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test/handoffs/0-instructions/2-milestone-instructions.md -------------------------------------------------------------------------------- /roo-army-test/handoffs/0-instructions/3-milestone-scripts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test/handoffs/0-instructions/3-milestone-scripts.md -------------------------------------------------------------------------------- /roo-army-test/handoffs/0-instructions/prompts/CH-create-handoff.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test/handoffs/0-instructions/prompts/CH-create-handoff.md -------------------------------------------------------------------------------- /roo-army-test/handoffs/0-instructions/prompts/CM-create-milestone.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test/handoffs/0-instructions/prompts/CM-create-milestone.md -------------------------------------------------------------------------------- /roo-army-test/handoffs/0-instructions/prompts/RS-restore-session.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test/handoffs/0-instructions/prompts/RS-restore-session.md -------------------------------------------------------------------------------- /roo-army-test/questions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test/questions.json -------------------------------------------------------------------------------- /roo-army-test/rooconfig-template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test/rooconfig-template.md -------------------------------------------------------------------------------- /roo-army-test/system-prompt-commander: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test/system-prompt-commander -------------------------------------------------------------------------------- /roo-army-test_other/.clinerules-api: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_other/.clinerules-api -------------------------------------------------------------------------------- /roo-army-test_other/.clinerules-backend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_other/.clinerules-backend -------------------------------------------------------------------------------- /roo-army-test_other/.clinerules-commander: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_other/.clinerules-commander -------------------------------------------------------------------------------- /roo-army-test_other/.clinerules-dba: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_other/.clinerules-dba -------------------------------------------------------------------------------- /roo-army-test_other/.clinerules-engineer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_other/.clinerules-engineer -------------------------------------------------------------------------------- /roo-army-test_other/.roo/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_other/.roo/README.md -------------------------------------------------------------------------------- /roo-army-test_other/.roo/components/assessment-framework.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_other/.roo/components/assessment-framework.txt -------------------------------------------------------------------------------- /roo-army-test_other/.roo/components/configuration-persistence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_other/.roo/components/configuration-persistence.txt -------------------------------------------------------------------------------- /roo-army-test_other/.roo/components/header.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_other/.roo/components/header.txt -------------------------------------------------------------------------------- /roo-army-test_other/.roo/components/mode-selection.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_other/.roo/components/mode-selection.txt -------------------------------------------------------------------------------- /roo-army-test_other/.roo/components/reference-documentation.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_other/.roo/components/reference-documentation.txt -------------------------------------------------------------------------------- /roo-army-test_other/.roo/components/safety-rules.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_other/.roo/components/safety-rules.txt -------------------------------------------------------------------------------- /roo-army-test_other/.roo/components/team-structure.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_other/.roo/components/team-structure.txt -------------------------------------------------------------------------------- /roo-army-test_other/.roo/components/technology-identification.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_other/.roo/components/technology-identification.txt -------------------------------------------------------------------------------- /roo-army-test_other/.rooconfig.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_other/.rooconfig.md -------------------------------------------------------------------------------- /roo-army-test_other/.roomodes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_other/.roomodes -------------------------------------------------------------------------------- /roo-army-test_other/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_other/README.md -------------------------------------------------------------------------------- /roo-army-test_other/commander.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_other/commander.json -------------------------------------------------------------------------------- /roo-army-test_other/custom-modes-pool/00-index.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_other/custom-modes-pool/00-index.json -------------------------------------------------------------------------------- /roo-army-test_other/custom-modes-pool/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_other/custom-modes-pool/README.md -------------------------------------------------------------------------------- /roo-army-test_other/custom-modes-pool/reference-docs/00-schema.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_other/custom-modes-pool/reference-docs/00-schema.md -------------------------------------------------------------------------------- /roo-army-test_other/questions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_other/questions.json -------------------------------------------------------------------------------- /roo-army-test_other/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_other/requirements.txt -------------------------------------------------------------------------------- /roo-army-test_other/rooconfig-template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_other/rooconfig-template.md -------------------------------------------------------------------------------- /roo-army-test_other/system-prompt-commander: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_other/system-prompt-commander -------------------------------------------------------------------------------- /roo-army-test_v2/.clinerules-commander: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v2/.clinerules-commander -------------------------------------------------------------------------------- /roo-army-test_v2/.clinerules-flask-engineer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v2/.clinerules-flask-engineer -------------------------------------------------------------------------------- /roo-army-test_v2/.clinerules-handoff-manager: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v2/.clinerules-handoff-manager -------------------------------------------------------------------------------- /roo-army-test_v2/.clinerules-neo4j-db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v2/.clinerules-neo4j-db -------------------------------------------------------------------------------- /roo-army-test_v2/.roo/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v2/.roo/README.md -------------------------------------------------------------------------------- /roo-army-test_v2/.roo/components/assessment-framework.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v2/.roo/components/assessment-framework.txt -------------------------------------------------------------------------------- /roo-army-test_v2/.roo/components/complexity-assessment.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v2/.roo/components/complexity-assessment.txt -------------------------------------------------------------------------------- /roo-army-test_v2/.roo/components/configuration-persistence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v2/.roo/components/configuration-persistence.txt -------------------------------------------------------------------------------- /roo-army-test_v2/.roo/components/development-philosophy.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v2/.roo/components/development-philosophy.txt -------------------------------------------------------------------------------- /roo-army-test_v2/.roo/components/existing-project.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v2/.roo/components/existing-project.txt -------------------------------------------------------------------------------- /roo-army-test_v2/.roo/components/header.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v2/.roo/components/header.txt -------------------------------------------------------------------------------- /roo-army-test_v2/.roo/components/mode-selection.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v2/.roo/components/mode-selection.txt -------------------------------------------------------------------------------- /roo-army-test_v2/.roo/components/project-analysis.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v2/.roo/components/project-analysis.txt -------------------------------------------------------------------------------- /roo-army-test_v2/.roo/components/reference-documentation.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v2/.roo/components/reference-documentation.txt -------------------------------------------------------------------------------- /roo-army-test_v2/.roo/components/safety-rules.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v2/.roo/components/safety-rules.txt -------------------------------------------------------------------------------- /roo-army-test_v2/.roo/components/solo-developer.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v2/.roo/components/solo-developer.txt -------------------------------------------------------------------------------- /roo-army-test_v2/.roo/components/team-structure.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v2/.roo/components/team-structure.txt -------------------------------------------------------------------------------- /roo-army-test_v2/.roo/components/technology-identification.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v2/.roo/components/technology-identification.txt -------------------------------------------------------------------------------- /roo-army-test_v2/.roo/components/wizard-customization.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v2/.roo/components/wizard-customization.txt -------------------------------------------------------------------------------- /roo-army-test_v2/.roo/question-components/phase1_technology.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v2/.roo/question-components/phase1_technology.json -------------------------------------------------------------------------------- /roo-army-test_v2/.roo/question-components/phase2_complexity.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v2/.roo/question-components/phase2_complexity.json -------------------------------------------------------------------------------- /roo-army-test_v2/.roo/question-components/phase3_team_focus.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v2/.roo/question-components/phase3_team_focus.json -------------------------------------------------------------------------------- /roo-army-test_v2/.roo/question-components/phase4_development_focus.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v2/.roo/question-components/phase4_development_focus.json -------------------------------------------------------------------------------- /roo-army-test_v2/.roo/question-components/phase5_existing_project.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v2/.roo/question-components/phase5_existing_project.json -------------------------------------------------------------------------------- /roo-army-test_v2/.roo/question-components/phase6_wizard_customization.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v2/.roo/question-components/phase6_wizard_customization.json -------------------------------------------------------------------------------- /roo-army-test_v2/.roo/question-components/phase_transitions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v2/.roo/question-components/phase_transitions.json -------------------------------------------------------------------------------- /roo-army-test_v2/.rooconfig.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v2/.rooconfig.md -------------------------------------------------------------------------------- /roo-army-test_v2/.roomodes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v2/.roomodes -------------------------------------------------------------------------------- /roo-army-test_v2/README-3.5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v2/README-3.5.md -------------------------------------------------------------------------------- /roo-army-test_v2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v2/README.md -------------------------------------------------------------------------------- /roo-army-test_v2/cline_task_mar-1-2025_9-33-07-pm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v2/cline_task_mar-1-2025_9-33-07-pm.md -------------------------------------------------------------------------------- /roo-army-test_v2/commander.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v2/commander.json -------------------------------------------------------------------------------- /roo-army-test_v2/custom-modes-pool/00-index.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v2/custom-modes-pool/00-index.json -------------------------------------------------------------------------------- /roo-army-test_v2/custom-modes-pool/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v2/custom-modes-pool/README.md -------------------------------------------------------------------------------- /roo-army-test_v2/custom-modes-pool/reference-docs/00-schema.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v2/custom-modes-pool/reference-docs/00-schema.md -------------------------------------------------------------------------------- /roo-army-test_v2/handoffs/0-instructions/0-intro.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v2/handoffs/0-instructions/0-intro.md -------------------------------------------------------------------------------- /roo-army-test_v2/handoffs/0-instructions/1-handoff-instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v2/handoffs/0-instructions/1-handoff-instructions.md -------------------------------------------------------------------------------- /roo-army-test_v2/handoffs/0-instructions/2-milestone-instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v2/handoffs/0-instructions/2-milestone-instructions.md -------------------------------------------------------------------------------- /roo-army-test_v2/handoffs/0-instructions/3-milestone-scripts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v2/handoffs/0-instructions/3-milestone-scripts.md -------------------------------------------------------------------------------- /roo-army-test_v2/handoffs/0-instructions/prompts/CH-create-handoff.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v2/handoffs/0-instructions/prompts/CH-create-handoff.md -------------------------------------------------------------------------------- /roo-army-test_v2/handoffs/0-instructions/prompts/CM-create-milestone.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v2/handoffs/0-instructions/prompts/CM-create-milestone.md -------------------------------------------------------------------------------- /roo-army-test_v2/handoffs/0-instructions/prompts/RS-restore-session.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v2/handoffs/0-instructions/prompts/RS-restore-session.md -------------------------------------------------------------------------------- /roo-army-test_v2/questions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v2/questions.json -------------------------------------------------------------------------------- /roo-army-test_v2/rooconfig-template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v2/rooconfig-template.md -------------------------------------------------------------------------------- /roo-army-test_v2/system-prompt-commander: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v2/system-prompt-commander -------------------------------------------------------------------------------- /roo-army-test_v3-5/.clinerules-commander: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3-5/.clinerules-commander -------------------------------------------------------------------------------- /roo-army-test_v3-5/.roo/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3-5/.roo/README.md -------------------------------------------------------------------------------- /roo-army-test_v3-5/.roo/components/assessment-framework.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3-5/.roo/components/assessment-framework.txt -------------------------------------------------------------------------------- /roo-army-test_v3-5/.roo/components/complexity-assessment.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3-5/.roo/components/complexity-assessment.txt -------------------------------------------------------------------------------- /roo-army-test_v3-5/.roo/components/configuration-persistence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3-5/.roo/components/configuration-persistence.txt -------------------------------------------------------------------------------- /roo-army-test_v3-5/.roo/components/development-philosophy.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3-5/.roo/components/development-philosophy.txt -------------------------------------------------------------------------------- /roo-army-test_v3-5/.roo/components/existing-project.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3-5/.roo/components/existing-project.txt -------------------------------------------------------------------------------- /roo-army-test_v3-5/.roo/components/header.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3-5/.roo/components/header.txt -------------------------------------------------------------------------------- /roo-army-test_v3-5/.roo/components/mode-selection.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3-5/.roo/components/mode-selection.txt -------------------------------------------------------------------------------- /roo-army-test_v3-5/.roo/components/project-analysis.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3-5/.roo/components/project-analysis.txt -------------------------------------------------------------------------------- /roo-army-test_v3-5/.roo/components/reference-documentation.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3-5/.roo/components/reference-documentation.txt -------------------------------------------------------------------------------- /roo-army-test_v3-5/.roo/components/safety-rules.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3-5/.roo/components/safety-rules.txt -------------------------------------------------------------------------------- /roo-army-test_v3-5/.roo/components/solo-developer.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3-5/.roo/components/solo-developer.txt -------------------------------------------------------------------------------- /roo-army-test_v3-5/.roo/components/team-structure.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3-5/.roo/components/team-structure.txt -------------------------------------------------------------------------------- /roo-army-test_v3-5/.roo/components/technology-identification.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3-5/.roo/components/technology-identification.txt -------------------------------------------------------------------------------- /roo-army-test_v3-5/.roo/components/wizard-customization.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3-5/.roo/components/wizard-customization.txt -------------------------------------------------------------------------------- /roo-army-test_v3-5/.roo/question-components/phase1_technology.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3-5/.roo/question-components/phase1_technology.json -------------------------------------------------------------------------------- /roo-army-test_v3-5/.roo/question-components/phase2_complexity.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3-5/.roo/question-components/phase2_complexity.json -------------------------------------------------------------------------------- /roo-army-test_v3-5/.roo/question-components/phase3_development_experience.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3-5/.roo/question-components/phase3_development_experience.json -------------------------------------------------------------------------------- /roo-army-test_v3-5/.roo/question-components/phase4_development_focus.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3-5/.roo/question-components/phase4_development_focus.json -------------------------------------------------------------------------------- /roo-army-test_v3-5/.roo/question-components/phase5_existing_project.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3-5/.roo/question-components/phase5_existing_project.json -------------------------------------------------------------------------------- /roo-army-test_v3-5/.roo/question-components/phase6_wizard_customization.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3-5/.roo/question-components/phase6_wizard_customization.json -------------------------------------------------------------------------------- /roo-army-test_v3-5/.roo/question-components/phase_transitions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3-5/.roo/question-components/phase_transitions.json -------------------------------------------------------------------------------- /roo-army-test_v3-5/.rooconfig.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3-5/.rooconfig.md -------------------------------------------------------------------------------- /roo-army-test_v3-5/.roomodes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3-5/.roomodes -------------------------------------------------------------------------------- /roo-army-test_v3-5/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3-5/README.md -------------------------------------------------------------------------------- /roo-army-test_v3-5/commander.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3-5/commander.json -------------------------------------------------------------------------------- /roo-army-test_v3-5/custom-modes-pool/00-index.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3-5/custom-modes-pool/00-index.json -------------------------------------------------------------------------------- /roo-army-test_v3-5/custom-modes-pool/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3-5/custom-modes-pool/README.md -------------------------------------------------------------------------------- /roo-army-test_v3-5/custom-modes-pool/reference-docs/00-schema.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3-5/custom-modes-pool/reference-docs/00-schema.md -------------------------------------------------------------------------------- /roo-army-test_v3-5/custom-modes-pool/reference-docs/cloud/providers/aws/aws-sdk-v3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3-5/custom-modes-pool/reference-docs/cloud/providers/aws/aws-sdk-v3.md -------------------------------------------------------------------------------- /roo-army-test_v3-5/custom-modes-pool/reference-docs/cloud/providers/azure/azure-v2023.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3-5/custom-modes-pool/reference-docs/cloud/providers/azure/azure-v2023.md -------------------------------------------------------------------------------- /roo-army-test_v3-5/custom-modes-pool/reference-docs/cloud/providers/gcp/gcp-v2023.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3-5/custom-modes-pool/reference-docs/cloud/providers/gcp/gcp-v2023.md -------------------------------------------------------------------------------- /roo-army-test_v3-5/custom-modes-pool/reference-docs/databases/document/mongodb/mongodb-v7.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3-5/custom-modes-pool/reference-docs/databases/document/mongodb/mongodb-v7.0.md -------------------------------------------------------------------------------- /roo-army-test_v3-5/custom-modes-pool/reference-docs/databases/document/mongodb/mongodb-v8.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3-5/custom-modes-pool/reference-docs/databases/document/mongodb/mongodb-v8.0.md -------------------------------------------------------------------------------- /roo-army-test_v3-5/custom-modes-pool/reference-docs/databases/graph/memgraph/memgraph-v2.11.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3-5/custom-modes-pool/reference-docs/databases/graph/memgraph/memgraph-v2.11.md -------------------------------------------------------------------------------- /roo-army-test_v3-5/custom-modes-pool/reference-docs/databases/graph/memgraph/memgraph-v3.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3-5/custom-modes-pool/reference-docs/databases/graph/memgraph/memgraph-v3.0.md -------------------------------------------------------------------------------- /roo-army-test_v3-5/custom-modes-pool/reference-docs/databases/graph/neo4j/neo4j-2025.02.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3-5/custom-modes-pool/reference-docs/databases/graph/neo4j/neo4j-2025.02.0.md -------------------------------------------------------------------------------- /roo-army-test_v3-5/custom-modes-pool/reference-docs/databases/graph/neo4j/neo4j-v5.13.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3-5/custom-modes-pool/reference-docs/databases/graph/neo4j/neo4j-v5.13.md -------------------------------------------------------------------------------- /roo-army-test_v3-5/custom-modes-pool/reference-docs/databases/key-value/redis/redis-v7.2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3-5/custom-modes-pool/reference-docs/databases/key-value/redis/redis-v7.2.md -------------------------------------------------------------------------------- /roo-army-test_v3-5/custom-modes-pool/reference-docs/databases/key-value/redis/redis-v8.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3-5/custom-modes-pool/reference-docs/databases/key-value/redis/redis-v8.0.md -------------------------------------------------------------------------------- /roo-army-test_v3-5/custom-modes-pool/reference-docs/databases/relational/mysql/mysql-v8.2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3-5/custom-modes-pool/reference-docs/databases/relational/mysql/mysql-v8.2.md -------------------------------------------------------------------------------- /roo-army-test_v3-5/custom-modes-pool/reference-docs/databases/relational/mysql/mysql-v9.2.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3-5/custom-modes-pool/reference-docs/databases/relational/mysql/mysql-v9.2.1.md -------------------------------------------------------------------------------- /roo-army-test_v3-5/custom-modes-pool/reference-docs/databases/relational/sqlite/sqlite-v3.43.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3-5/custom-modes-pool/reference-docs/databases/relational/sqlite/sqlite-v3.43.md -------------------------------------------------------------------------------- /roo-army-test_v3-5/custom-modes-pool/reference-docs/databases/relational/sqlite/sqlite-v3.49.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3-5/custom-modes-pool/reference-docs/databases/relational/sqlite/sqlite-v3.49.1.md -------------------------------------------------------------------------------- /roo-army-test_v3-5/custom-modes-pool/reference-docs/databases/vector/qdrant/qdrant-v1.13.4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3-5/custom-modes-pool/reference-docs/databases/vector/qdrant/qdrant-v1.13.4.md -------------------------------------------------------------------------------- /roo-army-test_v3-5/custom-modes-pool/reference-docs/databases/vector/qdrant/qdrant-v1.7.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3-5/custom-modes-pool/reference-docs/databases/vector/qdrant/qdrant-v1.7.md -------------------------------------------------------------------------------- /roo-army-test_v3-5/custom-modes-pool/reference-docs/frameworks/cross-platform/desktop/qt/qt-v6.8.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3-5/custom-modes-pool/reference-docs/frameworks/cross-platform/desktop/qt/qt-v6.8.md -------------------------------------------------------------------------------- /roo-army-test_v3-5/custom-modes-pool/reference-docs/languages/cpp/boost/boost-v1.84.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3-5/custom-modes-pool/reference-docs/languages/cpp/boost/boost-v1.84.0.md -------------------------------------------------------------------------------- /roo-army-test_v3-5/custom-modes-pool/reference-docs/languages/cpp/boost/boost-v1.87.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3-5/custom-modes-pool/reference-docs/languages/cpp/boost/boost-v1.87.0.md -------------------------------------------------------------------------------- /roo-army-test_v3-5/custom-modes-pool/reference-docs/languages/go/echo/echo-v4.11.3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3-5/custom-modes-pool/reference-docs/languages/go/echo/echo-v4.11.3.md -------------------------------------------------------------------------------- /roo-army-test_v3-5/custom-modes-pool/reference-docs/languages/go/echo/echo-v4.13.3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3-5/custom-modes-pool/reference-docs/languages/go/echo/echo-v4.13.3.md -------------------------------------------------------------------------------- /roo-army-test_v3-5/custom-modes-pool/reference-docs/languages/go/fiber/fiber-v2.52.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3-5/custom-modes-pool/reference-docs/languages/go/fiber/fiber-v2.52.0.md -------------------------------------------------------------------------------- /roo-army-test_v3-5/custom-modes-pool/reference-docs/languages/go/gin/gin-v1.9.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3-5/custom-modes-pool/reference-docs/languages/go/gin/gin-v1.9.1.md -------------------------------------------------------------------------------- /roo-army-test_v3-5/custom-modes-pool/reference-docs/languages/groovy/grails/grails-v6.2.3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3-5/custom-modes-pool/reference-docs/languages/groovy/grails/grails-v6.2.3.md -------------------------------------------------------------------------------- /roo-army-test_v3-5/custom-modes-pool/reference-docs/languages/java/jakarta-ee/jakarta-ee-v11.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3-5/custom-modes-pool/reference-docs/languages/java/jakarta-ee/jakarta-ee-v11.md -------------------------------------------------------------------------------- /roo-army-test_v3-5/custom-modes-pool/reference-docs/languages/javascript/frontend/vue/vue-v3.5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3-5/custom-modes-pool/reference-docs/languages/javascript/frontend/vue/vue-v3.5.md -------------------------------------------------------------------------------- /roo-army-test_v3-5/custom-modes-pool/reference-docs/languages/javascript/frontend/vue/vue-v3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3-5/custom-modes-pool/reference-docs/languages/javascript/frontend/vue/vue-v3.md -------------------------------------------------------------------------------- /roo-army-test_v3-5/custom-modes-pool/reference-docs/languages/jvm/micronaut/micronaut-v4.7.6.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3-5/custom-modes-pool/reference-docs/languages/jvm/micronaut/micronaut-v4.7.6.md -------------------------------------------------------------------------------- /roo-army-test_v3-5/custom-modes-pool/reference-docs/languages/jvm/micronaut/micronaut-v4.8.5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3-5/custom-modes-pool/reference-docs/languages/jvm/micronaut/micronaut-v4.8.5.md -------------------------------------------------------------------------------- /roo-army-test_v3-5/custom-modes-pool/reference-docs/languages/kotlin/ktor/ktor-v2.3.7.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3-5/custom-modes-pool/reference-docs/languages/kotlin/ktor/ktor-v2.3.7.md -------------------------------------------------------------------------------- /roo-army-test_v3-5/custom-modes-pool/reference-docs/languages/kotlin/ktor/ktor-v3.1.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3-5/custom-modes-pool/reference-docs/languages/kotlin/ktor/ktor-v3.1.1.md -------------------------------------------------------------------------------- /roo-army-test_v3-5/custom-modes-pool/reference-docs/languages/php/laravel/laravel-v11.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3-5/custom-modes-pool/reference-docs/languages/php/laravel/laravel-v11.0.md -------------------------------------------------------------------------------- /roo-army-test_v3-5/custom-modes-pool/reference-docs/languages/php/laravel/laravel-v12.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3-5/custom-modes-pool/reference-docs/languages/php/laravel/laravel-v12.0.md -------------------------------------------------------------------------------- /roo-army-test_v3-5/custom-modes-pool/reference-docs/languages/python/web/django/django-v4.2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3-5/custom-modes-pool/reference-docs/languages/python/web/django/django-v4.2.md -------------------------------------------------------------------------------- /roo-army-test_v3-5/custom-modes-pool/reference-docs/languages/python/web/django/django-v5.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3-5/custom-modes-pool/reference-docs/languages/python/web/django/django-v5.1.md -------------------------------------------------------------------------------- /roo-army-test_v3-5/custom-modes-pool/reference-docs/languages/python/web/fastapi/fastapi-v0.100.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3-5/custom-modes-pool/reference-docs/languages/python/web/fastapi/fastapi-v0.100.md -------------------------------------------------------------------------------- /roo-army-test_v3-5/custom-modes-pool/reference-docs/languages/python/web/flask/flask-v3.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3-5/custom-modes-pool/reference-docs/languages/python/web/flask/flask-v3.1.md -------------------------------------------------------------------------------- /roo-army-test_v3-5/custom-modes-pool/reference-docs/languages/ruby/sinatra/sinatra-v2.1.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3-5/custom-modes-pool/reference-docs/languages/ruby/sinatra/sinatra-v2.1.0.md -------------------------------------------------------------------------------- /roo-army-test_v3-5/custom-modes-pool/reference-docs/languages/ruby/sinatra/sinatra-v4.1.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3-5/custom-modes-pool/reference-docs/languages/ruby/sinatra/sinatra-v4.1.1.md -------------------------------------------------------------------------------- /roo-army-test_v3-5/custom-modes-pool/reference-docs/languages/rust/actix-web/actix-web-v4.4.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3-5/custom-modes-pool/reference-docs/languages/rust/actix-web/actix-web-v4.4.0.md -------------------------------------------------------------------------------- /roo-army-test_v3-5/custom-modes-pool/reference-docs/languages/rust/actix-web/actix-web-v4.9.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3-5/custom-modes-pool/reference-docs/languages/rust/actix-web/actix-web-v4.9.0.md -------------------------------------------------------------------------------- /roo-army-test_v3-5/custom-modes-pool/reference-docs/languages/swift/ios-swift/ios-swift-v5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3-5/custom-modes-pool/reference-docs/languages/swift/ios-swift/ios-swift-v5.md -------------------------------------------------------------------------------- /roo-army-test_v3-5/handoffs/0-instructions/0-intro.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3-5/handoffs/0-instructions/0-intro.md -------------------------------------------------------------------------------- /roo-army-test_v3-5/handoffs/0-instructions/1-handoff-instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3-5/handoffs/0-instructions/1-handoff-instructions.md -------------------------------------------------------------------------------- /roo-army-test_v3-5/handoffs/0-instructions/2-milestone-instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3-5/handoffs/0-instructions/2-milestone-instructions.md -------------------------------------------------------------------------------- /roo-army-test_v3-5/handoffs/0-instructions/3-milestone-scripts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3-5/handoffs/0-instructions/3-milestone-scripts.md -------------------------------------------------------------------------------- /roo-army-test_v3-5/handoffs/0-instructions/prompts/CH-create-handoff.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3-5/handoffs/0-instructions/prompts/CH-create-handoff.md -------------------------------------------------------------------------------- /roo-army-test_v3-5/handoffs/0-instructions/prompts/CM-create-milestone.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3-5/handoffs/0-instructions/prompts/CM-create-milestone.md -------------------------------------------------------------------------------- /roo-army-test_v3-5/handoffs/0-instructions/prompts/RS-restore-session.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3-5/handoffs/0-instructions/prompts/RS-restore-session.md -------------------------------------------------------------------------------- /roo-army-test_v3-5/questions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3-5/questions.json -------------------------------------------------------------------------------- /roo-army-test_v3-5/rooconfig-template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3-5/rooconfig-template.md -------------------------------------------------------------------------------- /roo-army-test_v3-5/system-prompt-commander: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3-5/system-prompt-commander -------------------------------------------------------------------------------- /roo-army-test_v3/.clinerules-commander: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3/.clinerules-commander -------------------------------------------------------------------------------- /roo-army-test_v3/.clinerules-rails-architect: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3/.clinerules-rails-architect -------------------------------------------------------------------------------- /roo-army-test_v3/.clinerules-rails-dba: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3/.clinerules-rails-dba -------------------------------------------------------------------------------- /roo-army-test_v3/.clinerules-rails-engineer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3/.clinerules-rails-engineer -------------------------------------------------------------------------------- /roo-army-test_v3/.clinerules-rails-tester: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3/.clinerules-rails-tester -------------------------------------------------------------------------------- /roo-army-test_v3/.roo/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3/.roo/README.md -------------------------------------------------------------------------------- /roo-army-test_v3/.roo/components/assessment-framework.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3/.roo/components/assessment-framework.txt -------------------------------------------------------------------------------- /roo-army-test_v3/.roo/components/complexity-assessment.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3/.roo/components/complexity-assessment.txt -------------------------------------------------------------------------------- /roo-army-test_v3/.roo/components/configuration-persistence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3/.roo/components/configuration-persistence.txt -------------------------------------------------------------------------------- /roo-army-test_v3/.roo/components/development-philosophy.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3/.roo/components/development-philosophy.txt -------------------------------------------------------------------------------- /roo-army-test_v3/.roo/components/existing-project.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3/.roo/components/existing-project.txt -------------------------------------------------------------------------------- /roo-army-test_v3/.roo/components/header.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3/.roo/components/header.txt -------------------------------------------------------------------------------- /roo-army-test_v3/.roo/components/mode-selection.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3/.roo/components/mode-selection.txt -------------------------------------------------------------------------------- /roo-army-test_v3/.roo/components/project-analysis.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3/.roo/components/project-analysis.txt -------------------------------------------------------------------------------- /roo-army-test_v3/.roo/components/reference-documentation.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3/.roo/components/reference-documentation.txt -------------------------------------------------------------------------------- /roo-army-test_v3/.roo/components/safety-rules.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3/.roo/components/safety-rules.txt -------------------------------------------------------------------------------- /roo-army-test_v3/.roo/components/solo-developer.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3/.roo/components/solo-developer.txt -------------------------------------------------------------------------------- /roo-army-test_v3/.roo/components/team-structure.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3/.roo/components/team-structure.txt -------------------------------------------------------------------------------- /roo-army-test_v3/.roo/components/technology-identification.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3/.roo/components/technology-identification.txt -------------------------------------------------------------------------------- /roo-army-test_v3/.roo/components/wizard-customization.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3/.roo/components/wizard-customization.txt -------------------------------------------------------------------------------- /roo-army-test_v3/.roo/question-components/phase1_technology.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3/.roo/question-components/phase1_technology.json -------------------------------------------------------------------------------- /roo-army-test_v3/.roo/question-components/phase2_complexity.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3/.roo/question-components/phase2_complexity.json -------------------------------------------------------------------------------- /roo-army-test_v3/.roo/question-components/phase3_development_experience.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3/.roo/question-components/phase3_development_experience.json -------------------------------------------------------------------------------- /roo-army-test_v3/.roo/question-components/phase3_team_focus.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3/.roo/question-components/phase3_team_focus.json -------------------------------------------------------------------------------- /roo-army-test_v3/.roo/question-components/phase4_development_focus.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3/.roo/question-components/phase4_development_focus.json -------------------------------------------------------------------------------- /roo-army-test_v3/.roo/question-components/phase5_existing_project.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3/.roo/question-components/phase5_existing_project.json -------------------------------------------------------------------------------- /roo-army-test_v3/.roo/question-components/phase6_wizard_customization.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3/.roo/question-components/phase6_wizard_customization.json -------------------------------------------------------------------------------- /roo-army-test_v3/.roo/question-components/phase_transitions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3/.roo/question-components/phase_transitions.json -------------------------------------------------------------------------------- /roo-army-test_v3/.rooconfig.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3/.rooconfig.md -------------------------------------------------------------------------------- /roo-army-test_v3/.roomodes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3/.roomodes -------------------------------------------------------------------------------- /roo-army-test_v3/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3/README.md -------------------------------------------------------------------------------- /roo-army-test_v3/commander.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3/commander.json -------------------------------------------------------------------------------- /roo-army-test_v3/custom-modes-pool/00-index.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3/custom-modes-pool/00-index.json -------------------------------------------------------------------------------- /roo-army-test_v3/custom-modes-pool/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3/custom-modes-pool/README.md -------------------------------------------------------------------------------- /roo-army-test_v3/custom-modes-pool/reference-docs/00-schema.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3/custom-modes-pool/reference-docs/00-schema.md -------------------------------------------------------------------------------- /roo-army-test_v3/handoffs/0-instructions/0-intro.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3/handoffs/0-instructions/0-intro.md -------------------------------------------------------------------------------- /roo-army-test_v3/handoffs/0-instructions/1-handoff-instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3/handoffs/0-instructions/1-handoff-instructions.md -------------------------------------------------------------------------------- /roo-army-test_v3/handoffs/0-instructions/2-milestone-instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3/handoffs/0-instructions/2-milestone-instructions.md -------------------------------------------------------------------------------- /roo-army-test_v3/handoffs/0-instructions/3-milestone-scripts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3/handoffs/0-instructions/3-milestone-scripts.md -------------------------------------------------------------------------------- /roo-army-test_v3/handoffs/0-instructions/prompts/CH-create-handoff.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3/handoffs/0-instructions/prompts/CH-create-handoff.md -------------------------------------------------------------------------------- /roo-army-test_v3/handoffs/0-instructions/prompts/CM-create-milestone.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3/handoffs/0-instructions/prompts/CM-create-milestone.md -------------------------------------------------------------------------------- /roo-army-test_v3/handoffs/0-instructions/prompts/RS-restore-session.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3/handoffs/0-instructions/prompts/RS-restore-session.md -------------------------------------------------------------------------------- /roo-army-test_v3/questions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3/questions.json -------------------------------------------------------------------------------- /roo-army-test_v3/rooconfig-template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3/rooconfig-template.md -------------------------------------------------------------------------------- /roo-army-test_v3/system-prompt-commander: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v3/system-prompt-commander -------------------------------------------------------------------------------- /roo-army-test_v4/.clinerules-commander: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v4/.clinerules-commander -------------------------------------------------------------------------------- /roo-army-test_v4/.roo/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v4/.roo/README.md -------------------------------------------------------------------------------- /roo-army-test_v4/.roo/components/assessment-framework.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v4/.roo/components/assessment-framework.txt -------------------------------------------------------------------------------- /roo-army-test_v4/.roo/components/complexity-assessment.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v4/.roo/components/complexity-assessment.txt -------------------------------------------------------------------------------- /roo-army-test_v4/.roo/components/configuration-persistence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v4/.roo/components/configuration-persistence.txt -------------------------------------------------------------------------------- /roo-army-test_v4/.roo/components/development-philosophy.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v4/.roo/components/development-philosophy.txt -------------------------------------------------------------------------------- /roo-army-test_v4/.roo/components/dynamic-mode-generation.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v4/.roo/components/dynamic-mode-generation.txt -------------------------------------------------------------------------------- /roo-army-test_v4/.roo/components/existing-project.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v4/.roo/components/existing-project.txt -------------------------------------------------------------------------------- /roo-army-test_v4/.roo/components/header.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v4/.roo/components/header.txt -------------------------------------------------------------------------------- /roo-army-test_v4/.roo/components/mode-selection.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v4/.roo/components/mode-selection.txt -------------------------------------------------------------------------------- /roo-army-test_v4/.roo/components/project-analysis.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v4/.roo/components/project-analysis.txt -------------------------------------------------------------------------------- /roo-army-test_v4/.roo/components/reference-documentation.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v4/.roo/components/reference-documentation.txt -------------------------------------------------------------------------------- /roo-army-test_v4/.roo/components/safety-rules.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v4/.roo/components/safety-rules.txt -------------------------------------------------------------------------------- /roo-army-test_v4/.roo/components/solo-developer.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v4/.roo/components/solo-developer.txt -------------------------------------------------------------------------------- /roo-army-test_v4/.roo/components/technology-identification.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v4/.roo/components/technology-identification.txt -------------------------------------------------------------------------------- /roo-army-test_v4/.roo/components/wizard-customization.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v4/.roo/components/wizard-customization.txt -------------------------------------------------------------------------------- /roo-army-test_v4/.roo/question-components/phase1_technology.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v4/.roo/question-components/phase1_technology.json -------------------------------------------------------------------------------- /roo-army-test_v4/.roo/question-components/phase2_complexity.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v4/.roo/question-components/phase2_complexity.json -------------------------------------------------------------------------------- /roo-army-test_v4/.roo/question-components/phase3_development_experience.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v4/.roo/question-components/phase3_development_experience.json -------------------------------------------------------------------------------- /roo-army-test_v4/.roo/question-components/phase4_development_focus.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v4/.roo/question-components/phase4_development_focus.json -------------------------------------------------------------------------------- /roo-army-test_v4/.roo/question-components/phase5_existing_project.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v4/.roo/question-components/phase5_existing_project.json -------------------------------------------------------------------------------- /roo-army-test_v4/.roo/question-components/phase6_wizard_customization.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v4/.roo/question-components/phase6_wizard_customization.json -------------------------------------------------------------------------------- /roo-army-test_v4/.roo/question-components/phase_transitions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v4/.roo/question-components/phase_transitions.json -------------------------------------------------------------------------------- /roo-army-test_v4/.rooconfig.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v4/.rooconfig.md -------------------------------------------------------------------------------- /roo-army-test_v4/.roomodes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v4/.roomodes -------------------------------------------------------------------------------- /roo-army-test_v4/New Text Document.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /roo-army-test_v4/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v4/README.md -------------------------------------------------------------------------------- /roo-army-test_v4/cline_task_mar-1-2025_11-21-44-pm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v4/cline_task_mar-1-2025_11-21-44-pm.md -------------------------------------------------------------------------------- /roo-army-test_v4/commander.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v4/commander.json -------------------------------------------------------------------------------- /roo-army-test_v4/custom-modes-pool/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v4/custom-modes-pool/README.md -------------------------------------------------------------------------------- /roo-army-test_v4/custom-modes-pool/reference-docs/00-schema.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v4/custom-modes-pool/reference-docs/00-schema.md -------------------------------------------------------------------------------- /roo-army-test_v4/custom-modes-pool/reference-docs/cloud/providers/aws/aws-sdk-v3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v4/custom-modes-pool/reference-docs/cloud/providers/aws/aws-sdk-v3.md -------------------------------------------------------------------------------- /roo-army-test_v4/custom-modes-pool/reference-docs/cloud/providers/azure/azure-v2023.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v4/custom-modes-pool/reference-docs/cloud/providers/azure/azure-v2023.md -------------------------------------------------------------------------------- /roo-army-test_v4/custom-modes-pool/reference-docs/cloud/providers/gcp/gcp-v2023.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v4/custom-modes-pool/reference-docs/cloud/providers/gcp/gcp-v2023.md -------------------------------------------------------------------------------- /roo-army-test_v4/custom-modes-pool/reference-docs/databases/document/mongodb/mongodb-v7.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v4/custom-modes-pool/reference-docs/databases/document/mongodb/mongodb-v7.0.md -------------------------------------------------------------------------------- /roo-army-test_v4/custom-modes-pool/reference-docs/databases/document/mongodb/mongodb-v8.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v4/custom-modes-pool/reference-docs/databases/document/mongodb/mongodb-v8.0.md -------------------------------------------------------------------------------- /roo-army-test_v4/custom-modes-pool/reference-docs/databases/graph/memgraph/memgraph-v2.11.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v4/custom-modes-pool/reference-docs/databases/graph/memgraph/memgraph-v2.11.md -------------------------------------------------------------------------------- /roo-army-test_v4/custom-modes-pool/reference-docs/databases/graph/memgraph/memgraph-v3.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v4/custom-modes-pool/reference-docs/databases/graph/memgraph/memgraph-v3.0.md -------------------------------------------------------------------------------- /roo-army-test_v4/custom-modes-pool/reference-docs/databases/graph/neo4j/neo4j-2025.02.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v4/custom-modes-pool/reference-docs/databases/graph/neo4j/neo4j-2025.02.0.md -------------------------------------------------------------------------------- /roo-army-test_v4/custom-modes-pool/reference-docs/databases/graph/neo4j/neo4j-v5.13.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v4/custom-modes-pool/reference-docs/databases/graph/neo4j/neo4j-v5.13.md -------------------------------------------------------------------------------- /roo-army-test_v4/custom-modes-pool/reference-docs/databases/key-value/redis/redis-v7.2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v4/custom-modes-pool/reference-docs/databases/key-value/redis/redis-v7.2.md -------------------------------------------------------------------------------- /roo-army-test_v4/custom-modes-pool/reference-docs/databases/key-value/redis/redis-v8.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v4/custom-modes-pool/reference-docs/databases/key-value/redis/redis-v8.0.md -------------------------------------------------------------------------------- /roo-army-test_v4/custom-modes-pool/reference-docs/databases/relational/mysql/mysql-v8.2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v4/custom-modes-pool/reference-docs/databases/relational/mysql/mysql-v8.2.md -------------------------------------------------------------------------------- /roo-army-test_v4/custom-modes-pool/reference-docs/databases/relational/mysql/mysql-v9.2.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v4/custom-modes-pool/reference-docs/databases/relational/mysql/mysql-v9.2.1.md -------------------------------------------------------------------------------- /roo-army-test_v4/custom-modes-pool/reference-docs/databases/relational/sqlite/sqlite-v3.43.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v4/custom-modes-pool/reference-docs/databases/relational/sqlite/sqlite-v3.43.md -------------------------------------------------------------------------------- /roo-army-test_v4/custom-modes-pool/reference-docs/databases/relational/sqlite/sqlite-v3.49.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v4/custom-modes-pool/reference-docs/databases/relational/sqlite/sqlite-v3.49.1.md -------------------------------------------------------------------------------- /roo-army-test_v4/custom-modes-pool/reference-docs/databases/vector/qdrant/qdrant-v1.13.4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v4/custom-modes-pool/reference-docs/databases/vector/qdrant/qdrant-v1.13.4.md -------------------------------------------------------------------------------- /roo-army-test_v4/custom-modes-pool/reference-docs/databases/vector/qdrant/qdrant-v1.7.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v4/custom-modes-pool/reference-docs/databases/vector/qdrant/qdrant-v1.7.md -------------------------------------------------------------------------------- /roo-army-test_v4/custom-modes-pool/reference-docs/frameworks/cross-platform/desktop/qt/qt-v6.6.2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v4/custom-modes-pool/reference-docs/frameworks/cross-platform/desktop/qt/qt-v6.6.2.md -------------------------------------------------------------------------------- /roo-army-test_v4/custom-modes-pool/reference-docs/frameworks/cross-platform/desktop/qt/qt-v6.8.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v4/custom-modes-pool/reference-docs/frameworks/cross-platform/desktop/qt/qt-v6.8.md -------------------------------------------------------------------------------- /roo-army-test_v4/custom-modes-pool/reference-docs/languages/cpp/boost/boost-v1.84.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v4/custom-modes-pool/reference-docs/languages/cpp/boost/boost-v1.84.0.md -------------------------------------------------------------------------------- /roo-army-test_v4/custom-modes-pool/reference-docs/languages/cpp/boost/boost-v1.87.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v4/custom-modes-pool/reference-docs/languages/cpp/boost/boost-v1.87.0.md -------------------------------------------------------------------------------- /roo-army-test_v4/custom-modes-pool/reference-docs/languages/csharp/aspnet-core/aspnet-core-v8.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v4/custom-modes-pool/reference-docs/languages/csharp/aspnet-core/aspnet-core-v8.0.md -------------------------------------------------------------------------------- /roo-army-test_v4/custom-modes-pool/reference-docs/languages/csharp/aspnet-core/aspnet-core-v9.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v4/custom-modes-pool/reference-docs/languages/csharp/aspnet-core/aspnet-core-v9.0.md -------------------------------------------------------------------------------- /roo-army-test_v4/custom-modes-pool/reference-docs/languages/csharp/dotnet-maui/dotnet-maui-v8.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v4/custom-modes-pool/reference-docs/languages/csharp/dotnet-maui/dotnet-maui-v8.0.md -------------------------------------------------------------------------------- /roo-army-test_v4/custom-modes-pool/reference-docs/languages/csharp/dotnet-maui/dotnet-maui-v9.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v4/custom-modes-pool/reference-docs/languages/csharp/dotnet-maui/dotnet-maui-v9.0.md -------------------------------------------------------------------------------- /roo-army-test_v4/custom-modes-pool/reference-docs/languages/go/echo/echo-v4.11.3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v4/custom-modes-pool/reference-docs/languages/go/echo/echo-v4.11.3.md -------------------------------------------------------------------------------- /roo-army-test_v4/custom-modes-pool/reference-docs/languages/go/echo/echo-v4.13.3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v4/custom-modes-pool/reference-docs/languages/go/echo/echo-v4.13.3.md -------------------------------------------------------------------------------- /roo-army-test_v4/custom-modes-pool/reference-docs/languages/go/fiber/fiber-v2.52.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v4/custom-modes-pool/reference-docs/languages/go/fiber/fiber-v2.52.0.md -------------------------------------------------------------------------------- /roo-army-test_v4/custom-modes-pool/reference-docs/languages/go/gin/gin-v1.9.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v4/custom-modes-pool/reference-docs/languages/go/gin/gin-v1.9.1.md -------------------------------------------------------------------------------- /roo-army-test_v4/custom-modes-pool/reference-docs/languages/groovy/grails/grails-v6.2.3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v4/custom-modes-pool/reference-docs/languages/groovy/grails/grails-v6.2.3.md -------------------------------------------------------------------------------- /roo-army-test_v4/custom-modes-pool/reference-docs/languages/java/jakarta-ee/jakarta-ee-v11.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v4/custom-modes-pool/reference-docs/languages/java/jakarta-ee/jakarta-ee-v11.md -------------------------------------------------------------------------------- /roo-army-test_v4/custom-modes-pool/reference-docs/languages/javascript/frontend/react/react-v17.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v4/custom-modes-pool/reference-docs/languages/javascript/frontend/react/react-v17.md -------------------------------------------------------------------------------- /roo-army-test_v4/custom-modes-pool/reference-docs/languages/javascript/frontend/react/react-v18.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v4/custom-modes-pool/reference-docs/languages/javascript/frontend/react/react-v18.md -------------------------------------------------------------------------------- /roo-army-test_v4/custom-modes-pool/reference-docs/languages/javascript/frontend/react/react-v19.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v4/custom-modes-pool/reference-docs/languages/javascript/frontend/react/react-v19.md -------------------------------------------------------------------------------- /roo-army-test_v4/custom-modes-pool/reference-docs/languages/javascript/frontend/svelte/svelte-v3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v4/custom-modes-pool/reference-docs/languages/javascript/frontend/svelte/svelte-v3.md -------------------------------------------------------------------------------- /roo-army-test_v4/custom-modes-pool/reference-docs/languages/javascript/frontend/vue/vue-v3.5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v4/custom-modes-pool/reference-docs/languages/javascript/frontend/vue/vue-v3.5.md -------------------------------------------------------------------------------- /roo-army-test_v4/custom-modes-pool/reference-docs/languages/javascript/frontend/vue/vue-v3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v4/custom-modes-pool/reference-docs/languages/javascript/frontend/vue/vue-v3.md -------------------------------------------------------------------------------- /roo-army-test_v4/custom-modes-pool/reference-docs/languages/jvm/micronaut/micronaut-v4.7.6.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v4/custom-modes-pool/reference-docs/languages/jvm/micronaut/micronaut-v4.7.6.md -------------------------------------------------------------------------------- /roo-army-test_v4/custom-modes-pool/reference-docs/languages/jvm/micronaut/micronaut-v4.8.5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v4/custom-modes-pool/reference-docs/languages/jvm/micronaut/micronaut-v4.8.5.md -------------------------------------------------------------------------------- /roo-army-test_v4/custom-modes-pool/reference-docs/languages/kotlin/ktor/ktor-v2.3.7.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v4/custom-modes-pool/reference-docs/languages/kotlin/ktor/ktor-v2.3.7.md -------------------------------------------------------------------------------- /roo-army-test_v4/custom-modes-pool/reference-docs/languages/kotlin/ktor/ktor-v3.1.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v4/custom-modes-pool/reference-docs/languages/kotlin/ktor/ktor-v3.1.1.md -------------------------------------------------------------------------------- /roo-army-test_v4/custom-modes-pool/reference-docs/languages/php/laravel/laravel-v11.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v4/custom-modes-pool/reference-docs/languages/php/laravel/laravel-v11.0.md -------------------------------------------------------------------------------- /roo-army-test_v4/custom-modes-pool/reference-docs/languages/php/laravel/laravel-v12.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v4/custom-modes-pool/reference-docs/languages/php/laravel/laravel-v12.0.md -------------------------------------------------------------------------------- /roo-army-test_v4/custom-modes-pool/reference-docs/languages/python/web/django/django-v4.2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v4/custom-modes-pool/reference-docs/languages/python/web/django/django-v4.2.md -------------------------------------------------------------------------------- /roo-army-test_v4/custom-modes-pool/reference-docs/languages/python/web/django/django-v5.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v4/custom-modes-pool/reference-docs/languages/python/web/django/django-v5.1.md -------------------------------------------------------------------------------- /roo-army-test_v4/custom-modes-pool/reference-docs/languages/python/web/fastapi/fastapi-v0.100.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v4/custom-modes-pool/reference-docs/languages/python/web/fastapi/fastapi-v0.100.md -------------------------------------------------------------------------------- /roo-army-test_v4/custom-modes-pool/reference-docs/languages/python/web/flask/flask-v3.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v4/custom-modes-pool/reference-docs/languages/python/web/flask/flask-v3.1.md -------------------------------------------------------------------------------- /roo-army-test_v4/custom-modes-pool/reference-docs/languages/ruby/sinatra/sinatra-v2.1.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v4/custom-modes-pool/reference-docs/languages/ruby/sinatra/sinatra-v2.1.0.md -------------------------------------------------------------------------------- /roo-army-test_v4/custom-modes-pool/reference-docs/languages/ruby/sinatra/sinatra-v4.1.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v4/custom-modes-pool/reference-docs/languages/ruby/sinatra/sinatra-v4.1.1.md -------------------------------------------------------------------------------- /roo-army-test_v4/custom-modes-pool/reference-docs/languages/rust/actix-web/actix-web-v4.4.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v4/custom-modes-pool/reference-docs/languages/rust/actix-web/actix-web-v4.4.0.md -------------------------------------------------------------------------------- /roo-army-test_v4/custom-modes-pool/reference-docs/languages/rust/actix-web/actix-web-v4.9.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v4/custom-modes-pool/reference-docs/languages/rust/actix-web/actix-web-v4.9.0.md -------------------------------------------------------------------------------- /roo-army-test_v4/custom-modes-pool/reference-docs/languages/swift/ios-swift/ios-swift-v5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v4/custom-modes-pool/reference-docs/languages/swift/ios-swift/ios-swift-v5.md -------------------------------------------------------------------------------- /roo-army-test_v4/handoffs/0-instructions/0-intro.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v4/handoffs/0-instructions/0-intro.md -------------------------------------------------------------------------------- /roo-army-test_v4/handoffs/0-instructions/1-handoff-instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v4/handoffs/0-instructions/1-handoff-instructions.md -------------------------------------------------------------------------------- /roo-army-test_v4/handoffs/0-instructions/2-milestone-instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v4/handoffs/0-instructions/2-milestone-instructions.md -------------------------------------------------------------------------------- /roo-army-test_v4/handoffs/0-instructions/3-milestone-scripts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v4/handoffs/0-instructions/3-milestone-scripts.md -------------------------------------------------------------------------------- /roo-army-test_v4/handoffs/0-instructions/prompts/CH-create-handoff.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v4/handoffs/0-instructions/prompts/CH-create-handoff.md -------------------------------------------------------------------------------- /roo-army-test_v4/handoffs/0-instructions/prompts/CM-create-milestone.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v4/handoffs/0-instructions/prompts/CM-create-milestone.md -------------------------------------------------------------------------------- /roo-army-test_v4/handoffs/0-instructions/prompts/RS-restore-session.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v4/handoffs/0-instructions/prompts/RS-restore-session.md -------------------------------------------------------------------------------- /roo-army-test_v4/questions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v4/questions.json -------------------------------------------------------------------------------- /roo-army-test_v4/rooconfig-template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v4/rooconfig-template.md -------------------------------------------------------------------------------- /roo-army-test_v4/system-prompt-commander: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-army-test_v4/system-prompt-commander -------------------------------------------------------------------------------- /roo-commander/.clinerules-commander: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/.clinerules-commander -------------------------------------------------------------------------------- /roo-commander/.roo/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/.roo/README.md -------------------------------------------------------------------------------- /roo-commander/.roo/assemble-components.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/.roo/assemble-components.sh -------------------------------------------------------------------------------- /roo-commander/.roo/components-backup/config-persistence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/.roo/components-backup/config-persistence.txt -------------------------------------------------------------------------------- /roo-commander/.roo/components-backup/reference-doc-management.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/.roo/components-backup/reference-doc-management.txt -------------------------------------------------------------------------------- /roo-commander/.roo/components-backup/team-analysis.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/.roo/components-backup/team-analysis.txt -------------------------------------------------------------------------------- /roo-commander/.roo/components-backup/tool-essentials.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/.roo/components-backup/tool-essentials.txt -------------------------------------------------------------------------------- /roo-commander/.roo/components/assessment-flowchart.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/.roo/components/assessment-flowchart.txt -------------------------------------------------------------------------------- /roo-commander/.roo/components/assessment-framework.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/.roo/components/assessment-framework.txt -------------------------------------------------------------------------------- /roo-commander/.roo/components/complexity-assessment.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/.roo/components/complexity-assessment.txt -------------------------------------------------------------------------------- /roo-commander/.roo/components/configuration-persistence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/.roo/components/configuration-persistence.txt -------------------------------------------------------------------------------- /roo-commander/.roo/components/development-philosophy.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/.roo/components/development-philosophy.txt -------------------------------------------------------------------------------- /roo-commander/.roo/components/dynamic-mode-generation.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/.roo/components/dynamic-mode-generation.txt -------------------------------------------------------------------------------- /roo-commander/.roo/components/existing-project.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/.roo/components/existing-project.txt -------------------------------------------------------------------------------- /roo-commander/.roo/components/header.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/.roo/components/header.txt -------------------------------------------------------------------------------- /roo-commander/.roo/components/mode-selection.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/.roo/components/mode-selection.txt -------------------------------------------------------------------------------- /roo-commander/.roo/components/project-analysis.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/.roo/components/project-analysis.txt -------------------------------------------------------------------------------- /roo-commander/.roo/components/reference-documentation.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/.roo/components/reference-documentation.txt -------------------------------------------------------------------------------- /roo-commander/.roo/components/safety-rules.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/.roo/components/safety-rules.txt -------------------------------------------------------------------------------- /roo-commander/.roo/components/solo-developer.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/.roo/components/solo-developer.txt -------------------------------------------------------------------------------- /roo-commander/.roo/components/technology-identification.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/.roo/components/technology-identification.txt -------------------------------------------------------------------------------- /roo-commander/.roo/components/wizard-customization.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/.roo/components/wizard-customization.txt -------------------------------------------------------------------------------- /roo-commander/.roo/question-components/phase1_technology.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/.roo/question-components/phase1_technology.json -------------------------------------------------------------------------------- /roo-commander/.roo/question-components/phase2_complexity.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/.roo/question-components/phase2_complexity.json -------------------------------------------------------------------------------- /roo-commander/.roo/question-components/phase3_development_experience.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/.roo/question-components/phase3_development_experience.json -------------------------------------------------------------------------------- /roo-commander/.roo/question-components/phase4_development_focus.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/.roo/question-components/phase4_development_focus.json -------------------------------------------------------------------------------- /roo-commander/.roo/question-components/phase5_existing_project.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/.roo/question-components/phase5_existing_project.json -------------------------------------------------------------------------------- /roo-commander/.roo/question-components/phase6_wizard_customization.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/.roo/question-components/phase6_wizard_customization.json -------------------------------------------------------------------------------- /roo-commander/.roo/question-components/phase_transitions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/.roo/question-components/phase_transitions.json -------------------------------------------------------------------------------- /roo-commander/.roo/templates/rooconfig-template.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/.roo/templates/rooconfig-template.txt -------------------------------------------------------------------------------- /roo-commander/.roo/templates/roomodes-template.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/.roo/templates/roomodes-template.txt -------------------------------------------------------------------------------- /roo-commander/.roomodes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/.roomodes -------------------------------------------------------------------------------- /roo-commander/README-3.5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/README-3.5.md -------------------------------------------------------------------------------- /roo-commander/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/README.md -------------------------------------------------------------------------------- /roo-commander/commander.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/commander.json -------------------------------------------------------------------------------- /roo-commander/custom-modes-pool/00-index.json.deprecated: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/custom-modes-pool/00-index.json.deprecated -------------------------------------------------------------------------------- /roo-commander/custom-modes-pool/01-configuration.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/custom-modes-pool/01-configuration.json -------------------------------------------------------------------------------- /roo-commander/custom-modes-pool/02-planning-design.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/custom-modes-pool/02-planning-design.json -------------------------------------------------------------------------------- /roo-commander/custom-modes-pool/03-implementation.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/custom-modes-pool/03-implementation.json -------------------------------------------------------------------------------- /roo-commander/custom-modes-pool/04-quality-security.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/custom-modes-pool/04-quality-security.json -------------------------------------------------------------------------------- /roo-commander/custom-modes-pool/05-operations.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/custom-modes-pool/05-operations.json -------------------------------------------------------------------------------- /roo-commander/custom-modes-pool/06-documentation.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/custom-modes-pool/06-documentation.json -------------------------------------------------------------------------------- /roo-commander/custom-modes-pool/10-javascript.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/custom-modes-pool/10-javascript.json -------------------------------------------------------------------------------- /roo-commander/custom-modes-pool/11-python.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/custom-modes-pool/11-python.json -------------------------------------------------------------------------------- /roo-commander/custom-modes-pool/12-cloud-platforms.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/custom-modes-pool/12-cloud-platforms.json -------------------------------------------------------------------------------- /roo-commander/custom-modes-pool/13-mobile-platforms.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/custom-modes-pool/13-mobile-platforms.json -------------------------------------------------------------------------------- /roo-commander/custom-modes-pool/99-user-submissions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/custom-modes-pool/99-user-submissions.json -------------------------------------------------------------------------------- /roo-commander/custom-modes-pool/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/custom-modes-pool/README.md -------------------------------------------------------------------------------- /roo-commander/custom-modes-pool/additional-technologies.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/custom-modes-pool/additional-technologies.md -------------------------------------------------------------------------------- /roo-commander/custom-modes-pool/generate-roomodes.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/custom-modes-pool/generate-roomodes.js -------------------------------------------------------------------------------- /roo-commander/custom-modes-pool/reference-docs-structure.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/custom-modes-pool/reference-docs-structure.md -------------------------------------------------------------------------------- /roo-commander/custom-modes-pool/reference-docs/00-schema.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/custom-modes-pool/reference-docs/00-schema.md -------------------------------------------------------------------------------- /roo-commander/custom-modes-pool/reference-docs/cloud/providers/aws/aws-sdk-v3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/custom-modes-pool/reference-docs/cloud/providers/aws/aws-sdk-v3.md -------------------------------------------------------------------------------- /roo-commander/custom-modes-pool/reference-docs/cloud/providers/azure/azure-v2023.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/custom-modes-pool/reference-docs/cloud/providers/azure/azure-v2023.md -------------------------------------------------------------------------------- /roo-commander/custom-modes-pool/reference-docs/cloud/providers/gcp/gcp-v2023.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/custom-modes-pool/reference-docs/cloud/providers/gcp/gcp-v2023.md -------------------------------------------------------------------------------- /roo-commander/custom-modes-pool/reference-docs/databases/document/mongodb/mongodb-v7.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/custom-modes-pool/reference-docs/databases/document/mongodb/mongodb-v7.0.md -------------------------------------------------------------------------------- /roo-commander/custom-modes-pool/reference-docs/databases/document/mongodb/mongodb-v8.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/custom-modes-pool/reference-docs/databases/document/mongodb/mongodb-v8.0.md -------------------------------------------------------------------------------- /roo-commander/custom-modes-pool/reference-docs/databases/graph/memgraph/memgraph-v2.11.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/custom-modes-pool/reference-docs/databases/graph/memgraph/memgraph-v2.11.md -------------------------------------------------------------------------------- /roo-commander/custom-modes-pool/reference-docs/databases/graph/memgraph/memgraph-v3.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/custom-modes-pool/reference-docs/databases/graph/memgraph/memgraph-v3.0.md -------------------------------------------------------------------------------- /roo-commander/custom-modes-pool/reference-docs/databases/graph/neo4j/neo4j-2025.02.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/custom-modes-pool/reference-docs/databases/graph/neo4j/neo4j-2025.02.0.md -------------------------------------------------------------------------------- /roo-commander/custom-modes-pool/reference-docs/databases/graph/neo4j/neo4j-v5.13.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/custom-modes-pool/reference-docs/databases/graph/neo4j/neo4j-v5.13.md -------------------------------------------------------------------------------- /roo-commander/custom-modes-pool/reference-docs/databases/key-value/redis/redis-v7.2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/custom-modes-pool/reference-docs/databases/key-value/redis/redis-v7.2.md -------------------------------------------------------------------------------- /roo-commander/custom-modes-pool/reference-docs/databases/key-value/redis/redis-v8.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/custom-modes-pool/reference-docs/databases/key-value/redis/redis-v8.0.md -------------------------------------------------------------------------------- /roo-commander/custom-modes-pool/reference-docs/databases/relational/mysql/mysql-v8.2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/custom-modes-pool/reference-docs/databases/relational/mysql/mysql-v8.2.md -------------------------------------------------------------------------------- /roo-commander/custom-modes-pool/reference-docs/databases/relational/mysql/mysql-v9.2.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/custom-modes-pool/reference-docs/databases/relational/mysql/mysql-v9.2.1.md -------------------------------------------------------------------------------- /roo-commander/custom-modes-pool/reference-docs/databases/relational/postgresql/postgresql-v16.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/custom-modes-pool/reference-docs/databases/relational/postgresql/postgresql-v16.0.md -------------------------------------------------------------------------------- /roo-commander/custom-modes-pool/reference-docs/databases/relational/postgresql/postgresql-v17.4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/custom-modes-pool/reference-docs/databases/relational/postgresql/postgresql-v17.4.md -------------------------------------------------------------------------------- /roo-commander/custom-modes-pool/reference-docs/databases/relational/sqlite/sqlite-v3.43.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/custom-modes-pool/reference-docs/databases/relational/sqlite/sqlite-v3.43.md -------------------------------------------------------------------------------- /roo-commander/custom-modes-pool/reference-docs/databases/relational/sqlite/sqlite-v3.49.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/custom-modes-pool/reference-docs/databases/relational/sqlite/sqlite-v3.49.1.md -------------------------------------------------------------------------------- /roo-commander/custom-modes-pool/reference-docs/databases/vector/qdrant/qdrant-v1.13.4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/custom-modes-pool/reference-docs/databases/vector/qdrant/qdrant-v1.13.4.md -------------------------------------------------------------------------------- /roo-commander/custom-modes-pool/reference-docs/databases/vector/qdrant/qdrant-v1.7.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/custom-modes-pool/reference-docs/databases/vector/qdrant/qdrant-v1.7.md -------------------------------------------------------------------------------- /roo-commander/custom-modes-pool/reference-docs/frameworks/cross-platform/desktop/qt/qt-v6.6.2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/custom-modes-pool/reference-docs/frameworks/cross-platform/desktop/qt/qt-v6.6.2.md -------------------------------------------------------------------------------- /roo-commander/custom-modes-pool/reference-docs/frameworks/cross-platform/desktop/qt/qt-v6.8.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/custom-modes-pool/reference-docs/frameworks/cross-platform/desktop/qt/qt-v6.8.md -------------------------------------------------------------------------------- /roo-commander/custom-modes-pool/reference-docs/languages/cpp/boost/boost-v1.84.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/custom-modes-pool/reference-docs/languages/cpp/boost/boost-v1.84.0.md -------------------------------------------------------------------------------- /roo-commander/custom-modes-pool/reference-docs/languages/cpp/boost/boost-v1.87.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/custom-modes-pool/reference-docs/languages/cpp/boost/boost-v1.87.0.md -------------------------------------------------------------------------------- /roo-commander/custom-modes-pool/reference-docs/languages/csharp/aspnet-core/aspnet-core-v8.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/custom-modes-pool/reference-docs/languages/csharp/aspnet-core/aspnet-core-v8.0.md -------------------------------------------------------------------------------- /roo-commander/custom-modes-pool/reference-docs/languages/csharp/aspnet-core/aspnet-core-v9.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/custom-modes-pool/reference-docs/languages/csharp/aspnet-core/aspnet-core-v9.0.md -------------------------------------------------------------------------------- /roo-commander/custom-modes-pool/reference-docs/languages/csharp/dotnet-maui/dotnet-maui-v8.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/custom-modes-pool/reference-docs/languages/csharp/dotnet-maui/dotnet-maui-v8.0.md -------------------------------------------------------------------------------- /roo-commander/custom-modes-pool/reference-docs/languages/csharp/dotnet-maui/dotnet-maui-v9.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/custom-modes-pool/reference-docs/languages/csharp/dotnet-maui/dotnet-maui-v9.0.md -------------------------------------------------------------------------------- /roo-commander/custom-modes-pool/reference-docs/languages/go/echo/echo-v4.11.3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/custom-modes-pool/reference-docs/languages/go/echo/echo-v4.11.3.md -------------------------------------------------------------------------------- /roo-commander/custom-modes-pool/reference-docs/languages/go/echo/echo-v4.13.3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/custom-modes-pool/reference-docs/languages/go/echo/echo-v4.13.3.md -------------------------------------------------------------------------------- /roo-commander/custom-modes-pool/reference-docs/languages/go/fiber/fiber-v2.52.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/custom-modes-pool/reference-docs/languages/go/fiber/fiber-v2.52.0.md -------------------------------------------------------------------------------- /roo-commander/custom-modes-pool/reference-docs/languages/go/gin/gin-v1.9.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/custom-modes-pool/reference-docs/languages/go/gin/gin-v1.9.1.md -------------------------------------------------------------------------------- /roo-commander/custom-modes-pool/reference-docs/languages/groovy/grails/grails-v6.2.3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/custom-modes-pool/reference-docs/languages/groovy/grails/grails-v6.2.3.md -------------------------------------------------------------------------------- /roo-commander/custom-modes-pool/reference-docs/languages/java/jakarta-ee/jakarta-ee-v11.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/custom-modes-pool/reference-docs/languages/java/jakarta-ee/jakarta-ee-v11.md -------------------------------------------------------------------------------- /roo-commander/custom-modes-pool/reference-docs/languages/javascript/backend/express/express-v5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/custom-modes-pool/reference-docs/languages/javascript/backend/express/express-v5.md -------------------------------------------------------------------------------- /roo-commander/custom-modes-pool/reference-docs/languages/javascript/frontend/angular/angular-v16.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/custom-modes-pool/reference-docs/languages/javascript/frontend/angular/angular-v16.md -------------------------------------------------------------------------------- /roo-commander/custom-modes-pool/reference-docs/languages/javascript/frontend/angular/angular-v19.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/custom-modes-pool/reference-docs/languages/javascript/frontend/angular/angular-v19.md -------------------------------------------------------------------------------- /roo-commander/custom-modes-pool/reference-docs/languages/javascript/frontend/next-js/next-js-v13.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/custom-modes-pool/reference-docs/languages/javascript/frontend/next-js/next-js-v13.md -------------------------------------------------------------------------------- /roo-commander/custom-modes-pool/reference-docs/languages/javascript/frontend/next-js/next-js-v15.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/custom-modes-pool/reference-docs/languages/javascript/frontend/next-js/next-js-v15.md -------------------------------------------------------------------------------- /roo-commander/custom-modes-pool/reference-docs/languages/javascript/frontend/react/react-v17.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/custom-modes-pool/reference-docs/languages/javascript/frontend/react/react-v17.md -------------------------------------------------------------------------------- /roo-commander/custom-modes-pool/reference-docs/languages/javascript/frontend/react/react-v18.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/custom-modes-pool/reference-docs/languages/javascript/frontend/react/react-v18.md -------------------------------------------------------------------------------- /roo-commander/custom-modes-pool/reference-docs/languages/javascript/frontend/react/react-v19.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/custom-modes-pool/reference-docs/languages/javascript/frontend/react/react-v19.0.md -------------------------------------------------------------------------------- /roo-commander/custom-modes-pool/reference-docs/languages/javascript/frontend/react/react-v19.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/custom-modes-pool/reference-docs/languages/javascript/frontend/react/react-v19.md -------------------------------------------------------------------------------- /roo-commander/custom-modes-pool/reference-docs/languages/javascript/frontend/svelte/svelte-v3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/custom-modes-pool/reference-docs/languages/javascript/frontend/svelte/svelte-v3.md -------------------------------------------------------------------------------- /roo-commander/custom-modes-pool/reference-docs/languages/javascript/frontend/vue/vue-v3.5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/custom-modes-pool/reference-docs/languages/javascript/frontend/vue/vue-v3.5.md -------------------------------------------------------------------------------- /roo-commander/custom-modes-pool/reference-docs/languages/javascript/frontend/vue/vue-v3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/custom-modes-pool/reference-docs/languages/javascript/frontend/vue/vue-v3.md -------------------------------------------------------------------------------- /roo-commander/custom-modes-pool/reference-docs/languages/jvm/micronaut/micronaut-v4.7.6.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/custom-modes-pool/reference-docs/languages/jvm/micronaut/micronaut-v4.7.6.md -------------------------------------------------------------------------------- /roo-commander/custom-modes-pool/reference-docs/languages/jvm/micronaut/micronaut-v4.8.5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/custom-modes-pool/reference-docs/languages/jvm/micronaut/micronaut-v4.8.5.md -------------------------------------------------------------------------------- /roo-commander/custom-modes-pool/reference-docs/languages/kotlin/ktor/ktor-v2.3.7.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/custom-modes-pool/reference-docs/languages/kotlin/ktor/ktor-v2.3.7.md -------------------------------------------------------------------------------- /roo-commander/custom-modes-pool/reference-docs/languages/kotlin/ktor/ktor-v3.1.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/custom-modes-pool/reference-docs/languages/kotlin/ktor/ktor-v3.1.1.md -------------------------------------------------------------------------------- /roo-commander/custom-modes-pool/reference-docs/languages/php/laravel/laravel-v11.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/custom-modes-pool/reference-docs/languages/php/laravel/laravel-v11.0.md -------------------------------------------------------------------------------- /roo-commander/custom-modes-pool/reference-docs/languages/php/laravel/laravel-v12.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/custom-modes-pool/reference-docs/languages/php/laravel/laravel-v12.0.md -------------------------------------------------------------------------------- /roo-commander/custom-modes-pool/reference-docs/languages/python/data-science/pandas/pandas-v2.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/custom-modes-pool/reference-docs/languages/python/data-science/pandas/pandas-v2.0.md -------------------------------------------------------------------------------- /roo-commander/custom-modes-pool/reference-docs/languages/python/web/django/django-v4.2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/custom-modes-pool/reference-docs/languages/python/web/django/django-v4.2.md -------------------------------------------------------------------------------- /roo-commander/custom-modes-pool/reference-docs/languages/python/web/django/django-v5.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/custom-modes-pool/reference-docs/languages/python/web/django/django-v5.1.md -------------------------------------------------------------------------------- /roo-commander/custom-modes-pool/reference-docs/languages/python/web/fastapi/fastapi-v0.100.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/custom-modes-pool/reference-docs/languages/python/web/fastapi/fastapi-v0.100.md -------------------------------------------------------------------------------- /roo-commander/custom-modes-pool/reference-docs/languages/python/web/flask/flask-v3.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/custom-modes-pool/reference-docs/languages/python/web/flask/flask-v3.1.md -------------------------------------------------------------------------------- /roo-commander/custom-modes-pool/reference-docs/languages/ruby/ruby-on-rails/ruby-on-rails-v8.0.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/custom-modes-pool/reference-docs/languages/ruby/ruby-on-rails/ruby-on-rails-v8.0.1.md -------------------------------------------------------------------------------- /roo-commander/custom-modes-pool/reference-docs/languages/ruby/ruby-on-rails/ruby-on-rails-v8.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/custom-modes-pool/reference-docs/languages/ruby/ruby-on-rails/ruby-on-rails-v8.0.md -------------------------------------------------------------------------------- /roo-commander/custom-modes-pool/reference-docs/languages/ruby/sinatra/sinatra-v2.1.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/custom-modes-pool/reference-docs/languages/ruby/sinatra/sinatra-v2.1.0.md -------------------------------------------------------------------------------- /roo-commander/custom-modes-pool/reference-docs/languages/ruby/sinatra/sinatra-v4.1.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/custom-modes-pool/reference-docs/languages/ruby/sinatra/sinatra-v4.1.1.md -------------------------------------------------------------------------------- /roo-commander/custom-modes-pool/reference-docs/languages/rust/actix-web/actix-web-v4.4.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/custom-modes-pool/reference-docs/languages/rust/actix-web/actix-web-v4.4.0.md -------------------------------------------------------------------------------- /roo-commander/custom-modes-pool/reference-docs/languages/rust/actix-web/actix-web-v4.9.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/custom-modes-pool/reference-docs/languages/rust/actix-web/actix-web-v4.9.0.md -------------------------------------------------------------------------------- /roo-commander/custom-modes-pool/reference-docs/languages/swift/ios-swift/ios-swift-v5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/custom-modes-pool/reference-docs/languages/swift/ios-swift/ios-swift-v5.md -------------------------------------------------------------------------------- /roo-commander/custom-modes-pool/reorganize-docs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/custom-modes-pool/reorganize-docs.py -------------------------------------------------------------------------------- /roo-commander/custom-modes-pool/reorganize-docs.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/custom-modes-pool/reorganize-docs.sh -------------------------------------------------------------------------------- /roo-commander/custom-modes-pool/technology-list.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/custom-modes-pool/technology-list.md -------------------------------------------------------------------------------- /roo-commander/custom-modes-pool/tracker.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/custom-modes-pool/tracker.md -------------------------------------------------------------------------------- /roo-commander/custom-modes-pool/user_custom_modes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/custom-modes-pool/user_custom_modes.md -------------------------------------------------------------------------------- /roo-commander/docs/IMPLEMENTATION.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/docs/IMPLEMENTATION.md -------------------------------------------------------------------------------- /roo-commander/docs/commander-changes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/docs/commander-changes.md -------------------------------------------------------------------------------- /roo-commander/docs/custom-system-prompts-analysis.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/docs/custom-system-prompts-analysis.md -------------------------------------------------------------------------------- /roo-commander/docs/custom-system-prompts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/docs/custom-system-prompts.md -------------------------------------------------------------------------------- /roo-commander/docs/cynefin.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/docs/cynefin.md -------------------------------------------------------------------------------- /roo-commander/docs/implementation-plan.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/docs/implementation-plan.md -------------------------------------------------------------------------------- /roo-commander/docs/narrative-driven-qa-implementation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/docs/narrative-driven-qa-implementation.md -------------------------------------------------------------------------------- /roo-commander/docs/old_readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/docs/old_readme.md -------------------------------------------------------------------------------- /roo-commander/docs/prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/docs/prompt.md -------------------------------------------------------------------------------- /roo-commander/docs/questions-structure-changes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/docs/questions-structure-changes.md -------------------------------------------------------------------------------- /roo-commander/docs/r3-5-roo-commander-enhancements.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/docs/r3-5-roo-commander-enhancements.md -------------------------------------------------------------------------------- /roo-commander/docs/r3-roo-commander-enhancements.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/docs/r3-roo-commander-enhancements.md -------------------------------------------------------------------------------- /roo-commander/docs/r5-hybrid-lifecycle-technology-modes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/docs/r5-hybrid-lifecycle-technology-modes.md -------------------------------------------------------------------------------- /roo-commander/docs/r5-implementation-plan.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/docs/r5-implementation-plan.md -------------------------------------------------------------------------------- /roo-commander/docs/r5-mermaid.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/docs/r5-mermaid.md -------------------------------------------------------------------------------- /roo-commander/docs/r5-session-restoration-bugfixes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/docs/r5-session-restoration-bugfixes.md -------------------------------------------------------------------------------- /roo-commander/docs/revised-approach.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/docs/revised-approach.md -------------------------------------------------------------------------------- /roo-commander/docs/revised-questions-structure.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/docs/revised-questions-structure.md -------------------------------------------------------------------------------- /roo-commander/docs/revised-user-flow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/docs/revised-user-flow.md -------------------------------------------------------------------------------- /roo-commander/docs/role-analysis.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/docs/role-analysis.md -------------------------------------------------------------------------------- /roo-commander/docs/system-prompt-implementation-plan.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/docs/system-prompt-implementation-plan.md -------------------------------------------------------------------------------- /roo-commander/handoffs/0-instructions/0-intro.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/handoffs/0-instructions/0-intro.md -------------------------------------------------------------------------------- /roo-commander/handoffs/0-instructions/1-handoff-instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/handoffs/0-instructions/1-handoff-instructions.md -------------------------------------------------------------------------------- /roo-commander/handoffs/0-instructions/2-milestone-instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/handoffs/0-instructions/2-milestone-instructions.md -------------------------------------------------------------------------------- /roo-commander/handoffs/0-instructions/3-milestone-scripts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/handoffs/0-instructions/3-milestone-scripts.md -------------------------------------------------------------------------------- /roo-commander/handoffs/0-instructions/prompts/CH-create-handoff.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/handoffs/0-instructions/prompts/CH-create-handoff.md -------------------------------------------------------------------------------- /roo-commander/handoffs/0-instructions/prompts/CM-create-milestone.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/handoffs/0-instructions/prompts/CM-create-milestone.md -------------------------------------------------------------------------------- /roo-commander/handoffs/0-instructions/prompts/RS-restore-session.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/handoffs/0-instructions/prompts/RS-restore-session.md -------------------------------------------------------------------------------- /roo-commander/questions_old.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/questions_old.json -------------------------------------------------------------------------------- /roo-commander/rooconfig-template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/roo-commander/rooconfig-template.md -------------------------------------------------------------------------------- /scripts/setup-test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/scripts/setup-test.js -------------------------------------------------------------------------------- /specialized-custom-modes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/specialized-custom-modes.md -------------------------------------------------------------------------------- /task-focused-modes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Michaelzag/RooArmy/HEAD/task-focused-modes.md --------------------------------------------------------------------------------