-
-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
Milestone
Description
Summary
Create a comprehensive GitHub Wiki for the MGW repository to provide user-facing documentation beyond what lives in the README and inline code comments.
Motivation
MGW ("Issue in. PR out. No excuses.") is a GitHub project orchestration tool powered by Get Shit Done. As the project matures, users need a centralized, navigable documentation hub covering:
- Getting Started — installation, prerequisites, initial setup (
/mgw:init) - Command Reference — full docs for each
/mgw:*command with examples - Workflow Guide — end-to-end walkthrough: triage → GSD execution → PR
- Architecture — how MGW state (
.mgw/), GitHub integration, and GSD interop work - Configuration — settings, environment variables, model profiles
- FAQ / Troubleshooting — common issues and solutions
Acceptance Criteria
- Wiki is enabled on the GitHub repo
- Home page with table of contents and project overview
- Getting Started guide
- Command reference covering all
/mgw:*skills - Workflow walkthrough with examples
- Architecture overview
- Configuration reference
- Links from README to wiki where appropriate
Reactions are currently unavailable