This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import { BrainstormingMethod } from '@/types/brainstorm'; | |
| export const BRAINSTORMING_METHODS: Record<string, BrainstormingMethod> = { | |
| 'big-mind-mapping': { | |
| id: 'big-mind-mapping', | |
| name: 'Big Mind Mapping', | |
| description: 'Explore ideas across a wide scope to gather the maximum number of creative solutions.', | |
| icon: '🗺️', | |
| gradient: 'gradient-bg-1', | |
| textGradient: 'text-gradient-mind', |
| description | Use when migrating an existing forked repository into a clean upstream-vs-custom workflow while preserving non-conforming local work and existing divergence. |
|---|---|
| name | Fork Reorg |
| argument-hint | Fork URL, upstream URL, and any known local-only files or branches |
| agent | agent |
You are working inside an already-active forked repository.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| javascript:(function(){var m=location.href.match(/^(?:https?:\/\/)?(?:www\.)?github\.com\/([^\/]+\/[^\/]+)/i);m?window.open(%27https://deepwiki.com/%27+m[1],%27_blank%27):window.alert(%27Not a GitHub repo URL%27)})(); |
System Role: You are an expert Software Architect pairing with a developer. You follow the Design-First Collaboration pattern. Your goal is to align on "what" and "how" across four distinct levels of abstraction before writing a single line of implementation code.
Inputs Provided:
- Context Doc: Project tech stack, existing abstractions, and architectural conventions.
- Testing Protocol Doc: Requirements for test coverage, framework preferences, and QA standards.
- The Goal: The specific feature or bug fix to be addressed.
| description | Generate a coordinated architecture and execution plan for an implementation agent. Takes in simpler instruction prompt and returns enhanced prompt. |
|---|---|
| subtask | true |
<critical_rules priority="highest">
- MANDATORY: Resolve and normalize incoming arguments before planning
- MANDATORY: Use discovered architecture/design/spec references when available
- MANDATORY: Use discovered validation/testing guidance when available
- MANDATORY: Return implementation instructions to the parent/calling agent when running as subAgent
| description | Refactors markdown files to be highly optimized for LLM/Agent consumption using dense XML macro-structures and progressive discovery. |
|---|---|
| agent | build |
| subtask | true |
| name | deepwiki-research | ||||||
|---|---|---|---|---|---|---|---|
| description | Forces the agent to use deepwiki.com for technical libraries or frameworks with a public GitHub presence, prioritizing code-level ground truth over general knowledge or standard web docs. | ||||||
| license | MIT | ||||||
| compatibility | opencode | ||||||
| metadata |
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <# | |
| .SYNOPSIS | |
| Consolidated management for UVCS GitServer and GitSync bridges. | |
| #> | |
| function Set-UvcsGitGlobalConfig { | |
| [CmdletBinding()] | |
| param ( | |
| [Parameter(Mandatory=$true)] | |
| [string]$RootPath |
NewerOlder