Skip to content

Commands

wrm3 edited this page May 30, 2026 · 1 revision

gald3r Commands

All gald3r commands are invoked with the @g- prefix (Claude Code / Cursor). This page indexes every command shipped in .gald3r_sys/commands/. Deep argument/syntax reference is expanded in a later pass (T1551) - for now, follow the Source link to the canonical command file on GitHub.

Total commands: 179

AGENT ORCHESTRATION

Command Description Source
@g-agent-hire Adds a new gald3r agent through a four-phase research-gated workflow so src
@g-agent-new Creates a new subagent definition for your own project. You choose where it lives - your AI src
@g-marketing-audit Run a full marketing audit of the current project. src
@g-marketing-content Generate content that compounds over time - blog posts, tutorials, comparisons. src
@g-marketing-geo Generative Engine Optimization - get your product discovered inside AI tools src
@g-marketing-hn Write a proper Hacker News Show HN post - title, framing, story, technical depth. src
@g-marketing-launch Orchestrate a full product launch across channels. src
@g-marketing-reddit Find authentic Reddit conversations to participate in + draft genuine replies. src
@g-marketing-social Generate X/Twitter (and LinkedIn) content in your brand voice. src
@g-marketing-status Show current marketing activity status - what's running, what's pending, recent wins. src

BUG AND QUALITY

Command Description Source
@g-bug-add Report a new bug. Activates g-skl-bugs REPORT BUG operation. src
@g-bug-archive Archive terminal bug history into .gald3r/archive/ while keeping BUGS.md as an active quality index. src
@g-bug-del Close/archive a bug record. Activates g-skl-bugs CLOSE BUG operation. src
@g-bug-fix Fix a bug. Activates g-bugs FIX BUG operation. src
@g-bug-report Report a bug. Activates g-skl-bugs REPORT BUG operation. src
@g-bug-upd Update a bug record. Activates g-skl-bugs UPDATE BUG operation. src
@g-code-review Activate the g-skl-code-review skill. src
@g-dependency-graph Activate g-skl-dependency-graph to generate or refresh dependency graphs for tasks and/or subsystems. src
@g-doctor Validate the complete gald3r environment: Docker MCP health, .gald3r/ structure, vault configuration, src
@g-go-bugs Dedicated bug-fix pipeline - reproduce fix regression test adversarial review src
@g-go-bugs-swarm Parallel bug-fix swarm - coordinate multiple bug fixes simultaneously src
@g-hotfix-open Open an urgent hotfix branch + task from the latest release tag src
@g-qa Activate quality assurance system src
@g-review Deprecated - use @g-code-review instead. src
@g-skill-review List and review auto-proposed skill drafts, then promote or discard src
@g-swot-review Run SWOT analysis on current project phase src
@g-test Manage test plans (fast / comprehensive / regression) for gald3r systems and features. src
@g-triage Parse unstructured external input (emails, Slack dumps, meeting notes, pasted URLs) and route each item to the correct gald3r destination. src

MEMORY AND KNOWLEDGE

Command Description Source
@g-compress-memory Compress the non-gald3r sections of memory files (AGENTS.md/CLAUDE.md/*memory*.md) to cut src
@g-keep-it-simple Toggle terse mode on or off src
@g-learn Continual learning - file-only, no scanner risk. src
@g-learn-wrap-up Manually flush session learning artifacts before ending a conversation - or any time you want to save without waiting for the automatic stop... src
@g-vocab-add Add or update an abbreviation in .gald3r/vocab.md. src
@g-vocab-list Display all active abbreviations from .gald3r/vocab.md. src
@g-vocab-search Find matching abbreviations or conventions in .gald3r/vocab.md. src

PLATFORM INTEGRATION

Command Description Source
@g-cli-claude Activates g-skl-cli-claude. Use when running Claude Code from the terminal. src
@g-cli-codex Activates g-skl-cli-codex. Use when running OpenAI Codex from the terminal. src
@g-cli-copilot Activate g-skl-cli-copilot for GitHub Copilot CLI operations. src
@g-cli-cursor Activates g-skl-cli-cursor. Use when running Cursor agents from the terminal. src
@g-cli-gemini Activates g-skl-cli-gemini. Use when running Gemini agents from the terminal. src
@g-codeowners-gen Generate .github/CODEOWNERS from subsystem owners src
@g-hook-new Creates a new automation hook for your own project. You choose which AI platform folder it targets src
@g-mcp-new Scaffold a new gald3r MCP plugin from the _template/ directory and stage a src
@g-pers-list List all available personality packs from .gald3r_sys/personality_packs/ and show src
@g-pers-pick Switch the active personality pack. Removes the currently active pack (if any), src
@g-platform-check Check platform capability gaps vs. the Cursor reference src
@g-platform-scan Scan platforms whose official docs are overdue for re-crawl, and refresh staleness state. src
@g-platform-scan-docs Scan a platform's official docs for breaking changes src
@g-platform-status Show the cross-platform capability status index src
@g-skill-pack-add Install all skills from a pack, or a single named skill from a pack. src
@g-skill-pack-del Remove all skills from a pack, or a single named skill, from all active IDE folders. src
@g-skill-pack-list Show all available skill packs from .gald3r_sys/skill_packs/ along with which packs src
@g-skill-pack-save When you have customized a skill and want to preserve that customization in the pack src

PROJECT IDENTITY SETUP

Command Description Source
@g-cleanup Deprecated - use g-medic instead. src
@g-command-new Creates a new command for your own project. You choose where it lives - your AI platform folder src
@g-constraint-add Add a new architectural constraint to .gald3r/CONSTRAINTS.md. src
@g-constraint-check Validate the current task or implementation against all active constraints in .gald3r/CONSTRAINTS.md. src
@g-constraint-del Deprecate a constraint. Activates g-skl-constraints DEPRECATE operation. src
@g-constraint-upd Update an existing constraint. Activates g-skl-constraints UPDATE operation. src
@g-curator Activate the g-skl-curator skill - autonomous skill library audit. src
@g-gald3r-optimize ROOT-ONLY - gald3r_dev maintainer tooling. Not shipped to external templates (registered in src
@g-goal Set, view, or clear a persistent session goal that locks the agent on target across iterations src
@g-goal-update Update project goals. Activates g-project UPDATE PROJECT.MD (Goals section). src
@g-idea-capture Capture an idea to IDEA_BOARD.md. Activates g-ideas CAPTURE operation. src
@g-idea-farm Scan codebase for improvement ideas. Activates g-ideas FARM operation. src
@g-idea-review Review IDEA_BOARD. Activates g-ideas REVIEW operation. src
@g-medic Before medic mode detection, determine whether this project is a PCAC participant. PCAC is configured only when `.gald3r/linking/link_topolo... src
@g-medkit ** DEPRECATED**: @g-medkit has been renamed to @g-medic. src
@g-migrate Migrate skill/API interface callers src
@g-rule-new Creates a new rule for your own project. You choose where it lives - your AI platform folder src
@g-setup Initialize the gald3r system src
@g-skill-new Creates a new skill for your own project. You choose where it lives - your AI platform folder src
@g-status Generate project status overview src
@g-subsystem-add Add a new subsystem to the registry. Activates g-skl-subsystems CREATE SUBSYSTEM SPEC operation. src
@g-subsystem-audit Audit subsystem and skill tagging compliance against the L1 group hierarchy defined in src
@g-subsystem-del Deprecate a subsystem. Activates g-skl-subsystems DEPRECATE SUBSYSTEM operation. src
@g-subsystem-graph Activate g-skl-subsystem-graph to generate or refresh .gald3r/SUBSYSTEM_GRAPH.md. src
@g-subsystem-upd Update an existing subsystem spec. Activates g-skl-subsystems UPDATE SUBSYSTEM operation. src
@g-subsystems List and check the subsystem registry. Activates g-skl-subsystems. src
@g-system-rebuild Regenerate .gald3r/PRODUCT_SYSTEMS.md by scanning all repos in the workspace for distributed src
@g-update Check the installed gald3r version and apply framework updates. src
@g-upgrade Check for a newer version of gald3r and optionally upgrade. src

RELEASE AND VERSIONING

Command Description Source
@g-feat-add Stage a new feature. Activates g-skl-features STAGE operation. src
@g-feat-del Archive a feature staging doc. Activates g-skl-features ARCHIVE FEATURE operation. src
@g-feat-new Stage a new feature in the feature backlog. Activates g-skl-features STAGE operation. src
@g-feat-promote Promote a specced feature to committed - triggers interactive task creation. Activates g-skl-features PROMOTE operation. src
@g-feat-rename Rename a feature slug and title. Activates g-skl-features RENAME operation. src
@g-feat-upd Update a staging feature doc. Activates g-skl-features UPDATE FEATURE operation. src
@g-gald3r-export Export G:/gald3r_ecosystem/gald3r_template_full to a clean, clonable destination folder, guarded by a parity check. src
@g-plan Start project planning src
@g-pr-close Finalize a GitHub PR after review (merge on PASS / keep Draft on FAIL) src
@g-pr-open Open a Draft GitHub PR for the active task src
@g-prd-add Create a new PRD. Activates g-skl-prds CREATE operation. src
@g-prd-del Archive a PRD (soft-delete). Activates g-skl-prds ARCHIVE operation. src
@g-prd-revise Revise a released PRD. Activates g-skl-prds REVISE operation. src
@g-prd-upd Update a PRD field. Activates g-skl-prds UPDATE operation. src
@g-release-accelerate Accelerate a release. Activates g-skl-release ACCELERATE operation. src
@g-release-assign Assign tasks to a release. Activates g-skl-release ASSIGN operation. src
@g-release-cut Activate g-skl-release CUT operation. src
@g-release-new Create a new release. Activates g-skl-release CREATE operation. src
@g-release-propose Activate g-skl-release PROPOSE operation. src
@g-release-publish Publish ROADMAP.md. Activates g-skl-release PUBLISH operation. src
@g-release-status Show release status. Activates g-skl-release STATUS operation. src
@g-ship Ship the current [Unreleased] content as a versioned release. src
@g-template-export gald3r_dev only - not part of installable G:/gald3r_ecosystem/gald3r_template_full. src
@g-tier-setup Configure product tiers for this project - interactive wizard to define tier names, operational requirements, version prefixes, and remote r... src

SECURITY AND COMPLIANCE

Command Description Source
@g-compliance-gate Activate the g-skl-compliance skill and run a GATE operation src
@g-compliance-report Activate the g-skl-compliance skill and run a REPORT operation src
@g-compliance-scan Activate the g-skl-compliance skill and run a SCAN operation src
@g-crr Activates g-skl-crr. Full pipeline: deep harvest mandatory IDEA_BOARD write task triage clean-room spec task. src
@g-git-commit Create a git commit src
@g-git-push Run .gald3r_sys/skills/g-skl-git-commit/scripts/gald3r_push_gate.ps1 before git push to distinguish routine pushes from **releas... src
@g-git-sanity Run a quick sanity check on staged changes before committing. Covers secrets detection, large files, gald3r sync drift, and Workspace-Contro... src

TASK MANAGEMENT

Command Description Source
@g-go Pipeline orchestrator - implement then auto-review src
@g-go-code Implementation-only backlog execution src
@g-go-code-swarm Alias for @g-go-code --swarm src
@g-go-go Maximal workspace swarm autopilot - rolling implement/review until a hard stop src
@g-go-review Verification-only backlog review src
@g-go-review-swarm Alias for @g-go-review --swarm src
@g-go-swarm Alias for @g-go --swarm src
@g-grooming Deprecated - use g-medic instead. src
@g-juggernaut Alias for @g-mission. Unstoppable autonomous loop until a verifiable condition is met src
@g-kamikaze Alias for @g-mission. All-in autonomous loop until a verifiable condition is met src
@g-mission Run an autonomous goal-locked loop until a verifiable completion condition is satisfied src
@g-propose One-shot proposal generation: produces a complete proposal package from a short description. src
@g-queue Queue follow-up work into a running g-go-code worktree session, to run after the main goal completes src
@g-report Project backlog and status report src
@g-steer Steer a running g-go-code worktree session mid-flight without restarting it src
@g-task-add Create a new task. Activates g-skl-tasks CREATE TASK operation. src
@g-task-archive Archive terminal task history into .gald3r/archive/ while keeping TASKS.md as an active working index. src
@g-task-del Archive (soft-delete) a task. Activates g-skl-tasks ARCHIVE TASK operation. src
@g-task-new Create a new task. Activates g-skl-tasks CREATE TASK operation. src
@g-task-sync-check Validate TASKS.md matches tasks/ files. Activates g-tasks SYNC CHECK operation. src
@g-task-upd Update task status or fields. Activates g-skl-tasks UPDATE STATUS operation. src
@g-task-update Update task status. Activates g-skl-tasks UPDATE STATUS operation. src

UI AND OUTPUT

Command Description Source
@g-theme-edit Open the gald3r theme editor src
@g-workflow Score complexity and expand tasks or plan sprints. Activates g-tasks EXPAND or SPRINT PLAN. src

VAULT AND RESEARCH

Command Description Source
@g-issue-sync Two-way sync between gald3r tasks and GitHub Issues src
@g-recon-docs Capture a documentation URL into the vault with periodic revisit tracking. src
@g-recon-file Capture a local file (PDF, DOCX, XLSX, TXT, MD, CSV, RTF) into the vault knowledge store. src
@g-recon-repo Capture a GitHub repository into the vault as a structured summary note. src
@g-recon-url One-time URL capture into vault research/articles/. src
@g-recon-yt Capture a YouTube video transcript into the vault knowledge store. src
@g-res-apply Convert an approved recon report into gald3r artifacts (goals, features, subsystems, tasks). src
@g-res-deep Activates g-skl-res-deep. Performs a 5-pass deep analysis of any external repository or src
@g-res-review Review existing recon reports in vault/research/recon/ and triage features for adoption. src
@g-vault-frontmatter-fix Retrofit Obsidian frontmatter onto vault notes missing it src
@g-vault-ingest Ingest or update vault content src
@g-vault-lint Lint the vault src
@g-vault-process-inbox Process the vault raw/ inbox src
@g-vault-search Search the vault src
@g-vault-status Show vault status src

WORKSPACE COORDINATION

Command Description Source
@g-workspace-export Compatibility Alias for @g-wrkspc-export src
@g-workspace-status Compatibility Alias for @g-wrkspc-status src
@g-workspace-sync Compatibility Alias for @g-wrkspc-sync src
@g-workspace-validate Compatibility Alias for @g-wrkspc-validate src
@g-wpac-adopt Register a child project under this project src
@g-wpac-ask Send a request to the parent project src
@g-wpac-claim Register a parent project for this project src
@g-wpac-move Transfer files or folders to another project in the topology src
@g-wpac-notify Send a freeform FYI notification across project boundaries. src
@g-wpac-order Push a task or directive to child projects src
@g-wpac-promote Promote a controlled_member repository to a fully self-managed autonomous_child src
@g-wpac-read Review and action the cross-project INBOX src
@g-wpac-send-to Send files, features, specs, ideas, or code to a related project in the ecosystem src
@g-wpac-spawn Spawn a new gald3r project from this project with full setup and WPAC topology linking src
@g-wpac-status Show cross-project coordination status src
@g-wpac-sync Initiate or respond to a sibling contract sync src
@g-wrkspc Workspace-Control dispatcher src
@g-wrkspc-adopt Adopt an existing gald3r project into Workspace-Control src
@g-wrkspc-export Plan a Workspace-Control export dry-run src
@g-wrkspc-init Initialize Workspace-Control manifest src
@g-wrkspc-member-add Add a Workspace-Control member to the manifest src
@g-wrkspc-member-list List Workspace-Control manifest members src
@g-wrkspc-member-remove Remove or retire a Workspace-Control member from the manifest src
@g-wrkspc-spawn Spawn a new local Workspace-Control member project src
@g-wrkspc-status Show Workspace-Control status src
@g-wrkspc-sync Plan a Workspace-Control sync dry-run src
@g-wrkspc-validate Validate Workspace-Control manifest and routing metadata src

Last updated: 2026-05-30 (gald3r v1.7.0)

Clone this wiki locally