Commands

173 @g-* slash commands you invoke to create tasks, run reviews, plan releases, check status, and coordinate across repos. Commands delegate to skills and agents — they're the human-facing control surface.

Task Management

@g-task-addCreate a new task with acceptance criteria
@g-task-updUpdate task status, metadata, or spec
@g-task-delDelete a task (with confirmation)
@g-task-archiveArchive completed tasks from TASKS.md
@g-task-sync-checkValidate TASKS.md index against task files

Autonomous Pipelines

@g-goFull implement → review pipeline for a task
@g-go-codeImplementation phase only (spec → code)
@g-go-reviewIndependent review phase (fresh agent verifies)
@g-go-swarmParallel multi-agent implementation

Bug Tracking

@g-bug-reportFile a new bug with severity and kind
@g-bug-fixMark a bug fixed with resolution notes
@g-bug-addAdd a bug entry to BUGS.md
@g-bug-updUpdate bug status or metadata
@g-bug-archiveArchive resolved bugs from BUGS.md

Project & Status

@g-statusShow active tasks, priority, blockers
@g-reportFull markdown project status report
@g-doctorHealth check for .gald3r/ structure
@g-missionShow/update project mission statement
@g-goalShow current goals
@g-goal-updateUpdate project goals

Planning & Roadmap

@g-planShow or update PLAN.md master strategy
@g-feat-newDefine a new feature in the roadmap
@g-feat-promotePromote a feature from staged to committed
@g-release-newOpen a new release milestone
@g-release-publishPublish a release (bump version, tag, changelog)
@g-shipQuick-path semantic version bump and release

Code Quality & Review

@g-reviewCode review: security, quality, performance
@g-code-reviewFull structured review with severity ratings
@g-qaQA check and test plan management
@g-testRun L1/L2/L3 test plans
@g-security-scanSAST-style static security analysis

Git & Commits

@g-git-commitCreate a structured conventional commit
@g-git-pushPush with pre-push gate checks
@g-git-sanitySanity check before committing
@g-pr-openOpen a GitHub pull request
@g-pr-closeClose a pull request

Cross-Repo (WPAC)

@g-wpac-notifySend [INFO] to another project's inbox
@g-wpac-orderPush a task to child project(s)
@g-wpac-askRequest parent project action
@g-wpac-readReview and action inbox items
@g-wpac-statusShow outbound order tracking