Skip to content

Commands

wrm3 edited this page Jun 20, 2026 · 2 revisions

gald3r Commands

All gald3r commands are invoked with the @g- prefix (Cursor) or /g- prefix (Claude Code). This page indexes every command shipped in project_template/.claude/commands/.

Total commands: 179

Task Management

Name Description Source
@g-go Pipeline orchestrator — implement then auto-review: $ARGUMENTS src
@g-go-code Implementation-only backlog execution: $ARGUMENTS src
@g-go-code-swarm Alias for @g-go-code --swarm: $ARGUMENTS src
@g-go-go Maximal workspace swarm autopilot — rolling implement/review until a hard stop: $ARGUMENTS src
@g-go-review Verification-only backlog review: $ARGUMENTS src
@g-go-review-swarm Alias for @g-go-review --swarm: $ARGUMENTS src
@g-go-swarm Alias for @g-go --swarm: $ARGUMENTS src
@g-grooming Deprecated — use g-medic instead. src
@g-juggernaut Alias for @g-mission. Unstoppable autonomous loop until a verifiable condition is met: $ARGUMENTS src
@g-kamikaze Alias for @g-mission. All-in autonomous loop until a verifiable condition is met: $ARGUMENTS src
@g-mission Run an autonomous goal-locked loop until a verifiable completion condition is satisfied: $ARGUMENTS src
@g-propose One-shot proposal generation: produces a complete proposal package from a short description. src
@g-pt Manage workflow profiles (project types): $ARGUMENTS src
@g-queue Queue follow-up work into a running g-go-code worktree session, to run after the main goal completes: $ARGUMENTS src
@g-report Project backlog and status report: $ARGUMENTS src
@g-steer Steer a running g-go-code worktree session mid-flight without restarting it: $ARGUMENTS 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
@g-wishlist-mine Reads a free-form, human-prose intent/wishlist document (the user's own words, no schema) and src

Project & Setup

Name 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-goal Set, view, or clear a persistent session goal that locks the agent on target across iterations: $ARGUMENTS 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 WPAC participant. WPAC is configured only when .gald3r/linking/link_topology.md declares at lea src
@g-medkit This alias delegates to @g-medic automatically. src
@g-migrate Migrate skill/API interface callers: $ARGUMENTS 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: $ARGUMENTS 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: $ARGUMENTS 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 gald3r updates and upgrade if available src

Agent Orchestration

Name Description Source
@g-agent-hire Adds a new gald3r agent through a four-phase research-gated workflow so src
@g-go-xreview Cross-vendor verification review (A7 / T495): $ARGUMENTS 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

Bugs & Quality

Name 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: $ARGUMENTS src
@g-go-bugs-swarm Parallel bug-fix swarm — coordinate multiple bug fixes simultaneously: $ARGUMENTS src
@g-hotfix-open Open an urgent hotfix branch + task from the latest release tag: $ARGUMENTS src
@g-qa Activate quality assurance system: $ARGUMENTS src
@g-review Deprecated — use @g-code-review instead. src
@g-skill-review List and review auto-proposed skill drafts, then promote or discard: $ARGUMENTS src
@g-swot-review Run SWOT analysis on current project phase: $ARGUMENTS 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

Security & Compliance

Name Description Source
@g-compliance-gate Activate the g-skl-compliance skill and run a GATE operation: $ARGUMENTS src
@g-compliance-report Activate the g-skl-compliance skill and run a REPORT operation: $ARGUMENTS src
@g-compliance-scan Activate the g-skl-compliance skill and run a SCAN operation: $ARGUMENTS src
@g-crr Clean-room rewrite pipeline — harvest a repo, write all findings to IDEA_BOARD, create tasks for top candidates, and produce a gald3r-native implementation spec. Calls separate agents per phase. src
@g-git-commit Create a git commit: $ARGUMENTS src
@g-git-push Run .claude/skills/g-skl-git-commit/scripts/gald3r_push_gate.ps1 before git push to distinguish routine pushes from release pushes. Complements @g-git-sanity / src
@g-git-sanity Run a quick sanity check on staged changes before committing. Covers secrets detection, large files, gald3r sync drift, and Workspace-Control repo boundaries. src

Platform Integration

Name Description Source
@g-cli-claude Claude Code CLI quick reference — headless flags, session continuation, MCP config, permissions, overnight use. src
@g-cli-codex OpenAI Codex CLI quick reference — approval modes, sandbox config, provider/model flags, session management, CI/overnight use. src
@g-cli-copilot Activate g-skl-cli-copilot for GitHub Copilot CLI operations. src
@g-cli-cursor Cursor CLI quick reference — Agent/Plan/Ask/Debug modes, Cloud Agent handoff, session management. src
@g-cli-gemini Gemini CLI quick reference — auth, checkpointing, config, extensions, cross-agent use. src
@g-codeowners-gen Generate .github/CODEOWNERS from subsystem owners: $ARGUMENTS src
@g-create-hook Scaffold a new gald3r hook script + companion hook.md self-description in one step. 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: $ARGUMENTS src
@g-platform-scan-docs Scan a platform's official docs for breaking changes: $ARGUMENTS src
@g-platform-status Show the cross-platform capability status index: $ARGUMENTS src
@g-plugin-update Check the plugin registry for newer versions of installed plugins and apply updates 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

Cross-Project (WPAC)

Name Description Source
@g-workspace-export Compatibility Alias for @g-wrkspc-export: $ARGUMENTS src
@g-workspace-status Compatibility Alias for @g-wrkspc-status: $ARGUMENTS src
@g-workspace-sync Compatibility Alias for @g-wrkspc-sync: $ARGUMENTS src
@g-workspace-validate Compatibility Alias for @g-wrkspc-validate: $ARGUMENTS src
@g-wpac-adopt Register a child project under this project: $ARGUMENTS src
@g-wpac-archive-inbox Archive stale [DONE] WPAC inbox messages and prune the index: $ARGUMENTS src
@g-wpac-ask Send a request to the parent project: $ARGUMENTS src
@g-wpac-claim Register a parent project for this project: $ARGUMENTS src
@g-wpac-move Transfer files or folders to another project in the topology: $ARGUMENTS src
@g-wpac-notify Send a lightweight [INFO] notification to one or more project INBOXes — no task created, no approval needed. src
@g-wpac-order Push a task or directive to child projects: $ARGUMENTS src
@g-wpac-promote Promote a controlled_member repository to a fully self-managed autonomous_child: $ARGUMENTS src
@g-wpac-read Review and action the cross-project INBOX: $ARGUMENTS src
@g-wpac-send-to Send files, features, specs, ideas, or code to a related project in the ecosystem: $ARGUMENTS src
@g-wpac-spawn Spawn a new gald3r project from this project with full setup and WPAC topology linking: $ARGUMENTS src
@g-wpac-status Show cross-project coordination status: $ARGUMENTS src
@g-wpac-sync Initiate or respond to a sibling contract sync: $ARGUMENTS src
@g-wrkspc Workspace-Control dispatcher: $ARGUMENTS src
@g-wrkspc-adopt Adopt an existing gald3r project into Workspace-Control: $ARGUMENTS src
@g-wrkspc-export Plan a Workspace-Control export dry-run: $ARGUMENTS src
@g-wrkspc-init Initialize Workspace-Control manifest: $ARGUMENTS src
@g-wrkspc-member-add Add a Workspace-Control member to the manifest: $ARGUMENTS src
@g-wrkspc-member-list List Workspace-Control manifest members: $ARGUMENTS src
@g-wrkspc-member-remove Remove or retire a Workspace-Control member from the manifest: $ARGUMENTS src
@g-wrkspc-spawn Spawn a new local Workspace-Control member project: $ARGUMENTS src
@g-wrkspc-status Show Workspace-Control status: $ARGUMENTS src
@g-wrkspc-sync Plan a Workspace-Control sync dry-run: $ARGUMENTS src
@g-wrkspc-validate Validate Workspace-Control manifest and routing metadata: $ARGUMENTS src

Vault & Research

Name Description Source
@g-issue-sync Two-way sync between gald3r tasks and GitHub Issues: $ARGUMENTS 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 Deep analysis of a captured repo, URL, or vault note — produces a structured recon report. Agents are reporters; humans are editors. 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: $ARGUMENTS src
@g-vault-ingest Ingest or update vault content: $ARGUMENTS src
@g-vault-lint Lint the vault: $ARGUMENTS src
@g-vault-process-inbox Process the vault raw/ inbox: $ARGUMENTS src
@g-vault-search Search the vault: $ARGUMENTS src
@g-vault-status Show vault status: $ARGUMENTS src

Memory & Knowledge

Name 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: $ARGUMENTS src
@g-learn Capture session learning — write insights to .gald3r/learned-facts.md and optionally to the global vault memory note. No JSONL scanning. Safe for all session modes. 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-event trigger. 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

Release & Versioning

Name 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-plan Start project planning: $ARGUMENTS src
@g-pr-close Finalize a GitHub PR after review (merge on PASS / keep Draft on FAIL): $ARGUMENTS src
@g-pr-open Open a Draft GitHub PR for the active task: $ARGUMENTS 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-new Create a new release. Activates g-skl-release → CREATE operation. src
@g-release-propose Analyze completed tasks and propose the next semantic version bump + draft release notes. Creates releases/pending/RELEASE_PROPOSAL_vX.Y.Z.md for human review. 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-tier-setup Configure product tiers for this project — interactive wizard to define tier names, operational requirements, version prefixes, and remote repos. Activates g-sk src

Logging & Diagnostics

Name Description Source
@g-crash-stats Show CRASH activation stats (Commands / Rules / Agents / Skills / Hooks): $ARGUMENTS src

UI & Output

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

Last updated: 2026-06-20 (gald3r v2.1.0)

Clone this wiki locally