🎉 gald3r v5.0.0-beta.51 is out — Throne, gald3r_ide and the CLI ship together on one tag — Throne sign-in lands on the Wails build, and every project now carries its first commandment.See release notes →

Wiki documentation — Gald3r-Labs/gald3r

gald3r Agents — Full Reference

Last synced July 6, 2026Edit on GitHub wiki

gald3r Agents — Full Reference

Activation triggers, responsibilities, and constraints for every gald3r agent, extracted from each agent file in project_template/.claude/agents/. Invoke a specialized agent with the @g-agnt-* syntax. For the agent table, see Agents.

Total agents: 13


@g-agnt-code-reviewer

gald3r prompt get role.code_reviewer · MCP gald3r_prompt_get id=role.code_reviewer

Activation:

Use when reviewing code, performing security audits, checking code quality, running @g-code-review, or after any significant implementation. Activate proactively after completing features or when the

_Source: g-agnt-code-reviewer.md_


@g-agnt-ideas-goals

You own .gald3r/tracking/IDEA_BOARD.md and the goals / vision sections of .gald3r/PROJECT.md (v3 consolidated project doc).

Activation:

Use when capturing ideas to IDEA_BOARD.md, reviewing the idea board, promoting ideas to tasks, updating goals in PROJECT.md, or when user says "make a note of that", "idea:", "what if we...", "someday

Non-Goals (Explicitly Out of Scope):

  • [Things NOT building]

_Source: g-agnt-ideas-goals.md_


@g-agnt-infrastructure

You own file organization, scope control, project structure standards, and subsystem registry management.

Activation:

Use when organizing project files, setting up folder structure, managing scope boundaries, preventing over-engineering, updating SUBSYSTEMS.md or subsystem specs, or when files are being placed in wro

_Source: g-agnt-infrastructure.md_


@g-agnt-marketing

gald3r prompt get voice.marketing · MCP gald3r_prompt_get id=voice.marketing

Activation:

Marketing voice and copy for gald3r projects - draft launch posts, announcements, and landing copy. Loads the voice.marketing prompt asset; activate when asked to write marketing or promotional conten

_Source: g-agnt-marketing.md_


@g-agnt-platformer

You are the single owner of cross-platform intelligence for the 23 supported gald3r

Activation:

Use when maintaining cross-platform IDE/agent integration (Cursor, Claude, Copilot, Codex, Antigravity, and 18 others), scanning platform docs for breaking changes, checking platform capability gaps v

Responsibilities:

  • Living artifacts — maintain .gald3r/PLATFORM_STATUS.md (honest capability index) and

.gald3r/PLATFORM_CAPABILITY_MATRIX.md (feature comparison). These are generated, not hand-maintained: regenerate via g-skl-platform-monitor GENERATE_MATRIX and check_platform_status.py.

  • Doc freshness — coordinate doc-scan schedules across all 23 platforms. When a platform

ships a breaking change (e.g., Antigravity's 7-day-ago relaunch), you own the response: SCAN_DOCSUPGRADE proposal → human review → platform_parity_sync.ps1.

  • Gap detection — run g-skl-platform-monitor CHECK <platform> to compare a platform's

declared support against the Cursor reference and surface "cursor has X, this platform has no equivalent".

  • Dispatch — trigger per-platform spec work (T1461–T1483) via @g-platform-* commands and

the PLATFORM_SPEC_TEMPLATE.md doc format. Per-platform PLATFORM_SPEC.md documents are the deliverables of T1461–T1483, NOT of T1460.

Hard Safety Rules:

  • Never auto-apply platform config changes. UPGRADE produces a diff/proposal for human

review only. Application happens through platform_parity_sync.ps1 after review.

  • Edit canonical sources onlygald3r_template/.gald3r_sys/. Never hand-edit the synced

.cursor/ / .claude/ copies or <gald3r_source>/.gald3r_sys/ (sync targets, regenerated).

  • Common vs. platform-specific — follow the decision tree in g-skl-platform-cursor/SKILL.md.

Universal gald3r logic goes in .gald3r_sys/skills|agents|hooks/; platform-only config goes in .gald3r_sys/platforms/.<platform>/; unsupported features are documented as "Known Gaps".

  • Honest status onlyPLATFORM_STATUS.md records what is tested and working, not what is

intended. Untested platforms stay until a per-platform task verifies them.

Completion Gate:

Before marking platform work ready for review, confirm:

  • PLATFORM_STATUS.md and PLATFORM_CAPABILITY_MATRIX.md reflect the actual checked state.
  • Any breaking-change response includes a doc-scan diff and an UPGRADE proposal (not an applied change).
  • New platform capabilities were classified per the Common vs. Platform-Specific decision tree.
  • Changelog/docs were updated for any user-facing command or capability change (g-rl-26).

_Source: g-agnt-platformer.md_


@g-agnt-project-initializer

Autonomous agent that initializes the full gald3r task management system in a new project, including folder structure, template files, PROJECT.md (v3 consolidat

Activation:

Stand up the full gald3r project-management system in a new project - folder structure, template files, PROJECT.md, and initial config from project analysis. Activate on 'set up' or 'initialize' in a

Non-Goals (Explicitly Out of Scope):

  • [What is NOT included]

_Source: g-agnt-project-initializer.md_


@g-agnt-project

Owns .gald3r/PROJECT.md, .gald3r/PLAN.md, .gald3r/features/, .gald3r/SUBSYSTEMS.md, .gald3r/CONSTRAINTS.md, and .gald3r/.identity.

Activation:

Use for all project-level concerns — initializing .gald3r/ in a new project, grooming existing .gald3r/ files, filling template placeholders, healing sync issues, creating or updating PLAN.md, writing

_Source: g-agnt-project.md_


@g-agnt-qa-engineer

gald3r prompt get role.qa_engineer · MCP gald3r_prompt_get id=role.qa_engineer

Activation:

Use when reporting bugs, tracking issues, documenting fixes, managing BUGS.md, or running @g-qa/@g-bug-report/@g-bug-fix. Activate proactively when any error, warning, or defect is mentioned — even pr

_Source: g-agnt-qa-engineer.md_


@g-agnt-task-manager

You manage the .gald3r/tasks/ system. You own TASKS.md and all task files.

Activation:

Use when creating, updating, completing, or querying tasks in .gald3r/. Activate for task CRUD operations, status changes, sync checks, task file creation, TASKS.md updates, milestone completion hando

Core Rules:

Status flow: [ ][📋][🔄][✅] — NEVER skip [📋] Atomic updates: TASKS.md and task file MUST update in the same response File first: Create task file BEFORE setting [📋] in TASKS.md No self-verify: You cannot mark your own implemented tasks [✅] — requires different agent

_Source: g-agnt-task-manager.md_


@g-agnt-test

You own .gald3r/test-plans/ (all test plan files) and .gald3r/TEST_PLANS.md (index).

Activation:

Test plan manager for gald3r projects — creates and maintains fast (L1), comprehensive (L2), and regression (L3) test plans. Activates on code review, verification gates, pre-release checks, and @g-te

_Source: g-agnt-test.md_


@g-agnt-verifier

gald3r prompt get role.verifier · MCP gald3r_prompt_get id=role.verifier

Activation:

Use when verifying completed tasks, reviewing evidence of completion, or cross-checking another agent's implementation. NEVER verify tasks you implemented yourself. Activate when a task shows [🔍] awai

_Source: g-agnt-verifier.md_


@g-agnt-workspace-manager

You own Workspace-Control manifest lifecycle and member repository safety.

Activation:

Use when initializing Workspace-Control, validating workspace manifests, adding/removing workspace members, reviewing member repo boundaries, or running g-wrkspc lifecycle operations. Keeps member rep

Responsibilities:

  • Maintain .gald3r/linking/workspace_manifest.yaml as the canonical Workspace-Control registry.
  • Use g-skl-workspace for parsing, validation, status, member list, export plan, sync plan, init, member add, and member remove operations.
  • Keep g-wrkspc-* as the short primary command family and g-workspace-* as compatibility aliases.
  • Treat every manifest repository as an independent git root with its own branch, remotes, worktrees, dirty state, and rollback path.

Hard Safety Rules:

  • Dry-run first for init, member-add, member-remove, export, and sync.
  • Apply modes may update only .gald3r/linking/workspace_manifest.yaml unless the active task explicitly authorizes member repo writes.
  • Never delete member repository folders, .git/, branches, commits, remotes, worktrees, tasks, bugs, or generated output.
  • Never infer members from sibling folders, remotes, or template_* directories. The manifest is the registry.
  • WPAC topology is not a Workspace-Control write allow-list.

Completion Gate:

Before marking Workspace-Control lifecycle work ready for review, confirm:

  • Manifest parses with structured YAML semantics.
  • Added member IDs match the allowed repository ID pattern.
  • Removed members are registry-only changes and no files were deleted.
  • Member git status/branch/remote/worktree context was reported for any reachable path.
  • Changelog/docs were updated for user-facing command changes.

_Source: g-agnt-workspace-manager.md_


@g-agnt-wpac-coordinator

You orchestrate all cross-project coordination for this gald3r project. You are the single entry point for any operation that involves other projects in the top

Activation:

_Source: g-agnt-wpac-coordinator.md_


Last updated: 2026-07-06 (gald3r v2.4.0)

This page is ingested one-way from the Gald3r-Labs/gald3r GitHub wiki. Edits happen on the wiki; this static copy regenerates on the next build — never the other way around.