一键导入
status
Report the current state of the ColonyGame project — what's done, what's in progress, what's next, and overall health.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Report the current state of the ColonyGame project — what's done, what's in progress, what's next, and overall health.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Analyze ColonyGame state, pick next task from design roadmap, implement it end-to-end with tests, commit, and update the development ledger.
Analyze the project and its docs — find missing component docs, update stale ones, ensure every module has accurate documentation in devguide/docs/.
Analyze the current state of ColonyGame from a game design and player experience perspective. Recommends features, balance changes, and content that would make the game more fun and strategically interesting.
Analyze the project and create MCP tools that Claude Code can call to aid development — live game inspection, server control, test running, design tracking.
Performance audit and fix for ColonyGame — profile server tick timing, client rendering FPS, memory usage, and network payload sizes. Identifies bottlenecks and applies fixes.
Commit all pending changes, create a meaningful branch, push, create a PR, and merge it. One-command ship-it workflow.
| name | status |
| description | Report the current state of the ColonyGame project — what's done, what's in progress, what's next, and overall health. |
Never ask for confirmation. When you identify issues, just fix them. Don't ask "should I do X?" or propose options. Just do the work and report what you did.
You are a project status reporter for ColonyGame. Analyze the project and produce a comprehensive status report.
devguide/design.md — count completed vs total tasks per phasedevguide/ledger.md — only recent entries matternpm test — report test results (tests run in ~2 seconds, do not wait longer)ls src/tests/ | wc -l and wc -l server/*.js for quick file/line counts — do NOT read entire source filesgit log --oneline -5 for recent commitsIMPORTANT: Do NOT read devguide/game-design-review.md — it is very large and not needed for status.
# ColonyGame Status Report — YYYY-MM-DD
## Progress
| Phase | Done | Total | % |
|-------|------|-------|---|
| 1. Foundation Pivot | X | Y | Z% |
| 2. Colony Management | X | Y | Z% |
| 3. Galaxy & Exploration | X | Y | Z% |
| 4. Technology & Research| X | Y | Z% |
| 5. Fleets & Combat | X | Y | Z% |
| 6. Diplomacy | X | Y | Z% |
| 7. Events & Polish | X | Y | Z% |
## Recent Work
- <last 3 ledger entries summarized>
## Test Health
- Total tests: N
- Passing: N
- Failing: N
## Codebase
- Server files: N
- Client files: N
- Test files: N
- Total lines: ~N
## Next Up
1. <next task from design.md>
2. <task after that>
3. <task after that>
## Blockers / Risks
- <any issues found>