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-add | Create a new task with acceptance criteria |
| @g-task-upd | Update task status, metadata, or spec |
| @g-task-del | Delete a task (with confirmation) |
| @g-task-archive | Archive completed tasks from TASKS.md |
| @g-task-sync-check | Validate TASKS.md index against task files |
Autonomous Pipelines
| @g-go | Full implement → review pipeline for a task |
| @g-go-code | Implementation phase only (spec → code) |
| @g-go-review | Independent review phase (fresh agent verifies) |
| @g-go-swarm | Parallel multi-agent implementation |
Bug Tracking
| @g-bug-report | File a new bug with severity and kind |
| @g-bug-fix | Mark a bug fixed with resolution notes |
| @g-bug-add | Add a bug entry to BUGS.md |
| @g-bug-upd | Update bug status or metadata |
| @g-bug-archive | Archive resolved bugs from BUGS.md |
Project & Status
| @g-status | Show active tasks, priority, blockers |
| @g-report | Full markdown project status report |
| @g-doctor | Health check for .gald3r/ structure |
| @g-mission | Show/update project mission statement |
| @g-goal | Show current goals |
| @g-goal-update | Update project goals |
Planning & Roadmap
| @g-plan | Show or update PLAN.md master strategy |
| @g-feat-new | Define a new feature in the roadmap |
| @g-feat-promote | Promote a feature from staged to committed |
| @g-release-new | Open a new release milestone |
| @g-release-publish | Publish a release (bump version, tag, changelog) |
| @g-ship | Quick-path semantic version bump and release |
Code Quality & Review
| @g-review | Code review: security, quality, performance |
| @g-code-review | Full structured review with severity ratings |
| @g-qa | QA check and test plan management |
| @g-test | Run L1/L2/L3 test plans |
| @g-security-scan | SAST-style static security analysis |
Git & Commits
| @g-git-commit | Create a structured conventional commit |
| @g-git-push | Push with pre-push gate checks |
| @g-git-sanity | Sanity check before committing |
| @g-pr-open | Open a GitHub pull request |
| @g-pr-close | Close a pull request |
Cross-Repo (WPAC)
| @g-wpac-notify | Send [INFO] to another project's inbox |
| @g-wpac-order | Push a task to child project(s) |
| @g-wpac-ask | Request parent project action |
| @g-wpac-read | Review and action inbox items |
| @g-wpac-status | Show outbound order tracking |
