원클릭으로
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 직업 분류 기준
| 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>
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.