원클릭으로
mags-status
Show project status dashboard with progress, docs health, and next steps
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Show project status dashboard with progress, docs health, and next steps
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Show all available MAGS commands, skills, agents, and hooks at a glance
Initialize MAGS for the current project
Initialize MAGS for an existing (brownfield/legacy) project
Generate changelog from git history and project docs
List all project documents
Validate project documentation
SOC 직업 분류 기준
| name | mags-status |
| description | Show project status dashboard with progress, docs health, and next steps |
| version | 1.0.0 |
| user-invocable | true |
| allowed-tools | ["mcp__mags_mags__mags_project_summary","mcp__mags_mags__mags_validate_docs","mcp__mags_mags__mags_recall"] |
Display a comprehensive project status dashboard.
Call these in parallel:
mags_project_summary — Get overall project summarymags_validate_docs — Check documentation healthmags_recall with query "recent decisions and blockers" — Surface relevant memoriesPresent the output as a clean dashboard. Use this format:
== MAGS Project Status ==
PROJECT
Name: <project name>
Stack: <tech stack>
State: <project state>
DOCUMENTATION HEALTH
Total docs: <N>
Valid: <N> ok
Warnings: <N> (list brief reasons)
Errors: <N> (list brief reasons)
RECENT MEMORY
- <any recalled decisions or notes>
NEXT STEPS
1. <recommended action>
2. <recommended action>
3. <recommended action>
After displaying the dashboard, say:
"Run /mags-docs-validate to fix doc issues, or use mags_remember to save important decisions."
Do not take any further action unless the user asks.
Related commands:
| Command | Description |
|---|---|
/mags-help | See all available commands |
/mags-docs-validate | Check documentation health in detail |