Add README “Co dalej?” onboarding section#8
Merged
Conversation
Agent-Logs-Url: https://github.com/diwad-code/SpaceshipGame/sessions/962bb575-fafe-4ae5-b548-9f66585e7c88 Co-authored-by: diwad-code <250159374+diwad-code@users.noreply.github.com>
Agent-Logs-Url: https://github.com/diwad-code/SpaceshipGame/sessions/962bb575-fafe-4ae5-b548-9f66585e7c88 Co-authored-by: diwad-code <250159374+diwad-code@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
diwad-code
May 23, 2026 13:48
View session
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a standing “Co dalej?” (What next?) onboarding section to the README to capture current project status and actionable next steps for a new maintainer in Sprint 0.
Changes:
- Replaces the previous “Next step” section with a new “Co dalej?” section describing Sprint 0 status and an ordered onboarding flow.
- Lists the first docs to read and reiterates the intended Copilot slash-command workflow/order.
- Adds an explicit maintenance instruction to keep this section updated with current status, next steps, and blockers.
Comment on lines
+40
to
+61
| ## Co dalej? | ||
|
|
||
| Ta część ma być aktualizowana na bieżąco, tak aby kolejna osoba mogła przejąć projekt bez wcześniejszego kontekstu. | ||
|
|
||
| Aktualnie projekt jest w Sprint 0: porządkowana jest dokumentacja, workflow Copilota i materiały wejściowe. Nie ma jeszcze `package.json`, katalogu `src/` ani uruchamialnej wersji gry. | ||
|
|
||
| Najbliższe kroki: | ||
|
|
||
| 1. Otwórz repozytorium w VS Code z włączonym GitHub Copilot Chat. | ||
| 2. Przeczytaj najpierw: | ||
| - `docs/GAME_BRIEF.md` — czym ma być gra, | ||
| - `docs/FABULA.md` — aktualny kanon fabularny, | ||
| - `docs/GDD.md` — uporządkowany projekt gry, | ||
| - `docs/ARCHITECTURE.md` — zasady techniczne i miejsca przyszłej integracji. | ||
| 3. Używaj komend Copilota zgodnych z polem `name:` w plikach `.github/prompts/`: | ||
| - `/game-dev` — sprawdzenie stanu repo i wybór kolejnych 1-3 kroków, | ||
| - `/game-brief` — dopracowanie trwałego opisu projektu, | ||
| - `/fabula` — rozwijanie biblii fabularnej przed zamknięciem mechanik, | ||
| - `/gdd` — utrzymanie dokumentu projektowego w zgodzie z briefem i fabułą, | ||
| - `/skills-adoption` — wdrażanie zatwierdzonych skillów i MCP z dokumentacji, | ||
| - `/investigate`, `/new-scene`, `/new-system`, `/new-event`, `/data-schema`, `/pwa-check`, `/mobile-ux`, `/code-review`. | ||
| 4. W Sprint 0 trzymaj kolejność pracy: `/game-dev` → `/game-brief` → `/fabula` → `/gdd` → `/skills-adoption`. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The README needed a standing “Co dalej?” section that captures current project state and next steps for someone taking over the project without prior context.
Onboarding state
Co dalej?.package.json,src/, or runnable game yet.Continuation guidance
mechanika/is approved.Maintenance rule