一键导入
gds-correct-course
Manage significant changes during sprint execution. Use when the user says "correct course" or "propose sprint change"
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Manage significant changes during sprint execution. Use when the user says "correct course" or "propose sprint change"
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Design scale-adaptive game architecture with engine systems and networking. Use when the user says "game architecture" or "design architecture"
Facilitate game brainstorming sessions with game-specific techniques. Use when the user says "brainstorm game" or "game ideas"
Conduct game domain and industry research. Use when the user says "lets create a research report on [game domain or industry]"
Create comprehensive narrative documentation with story structure and world-building. Use when the user says "narrative design" or "create narrative"
Verify GDD, UX, Architecture, and Epics alignment before production. Use when the user says "check readiness" or "implementation readiness"
Create Epics and Stories from GDD requirements for development. Use when the user says "create epics" or "create stories"
| name | gds-correct-course |
| description | Manage significant changes during sprint execution. Use when the user says "correct course" or "propose sprint change" |
Goal: Manage significant changes during sprint execution by analyzing impact across all project artifacts and producing a structured Sprint Change Proposal.
Your Role: You are a Developer navigating change management. Analyze the triggering issue, assess impact across GDD, epics, architecture, and UX artifacts, and produce an actionable Sprint Change Proposal with clear handoff.
checklist.md) resolve from the skill root.{skill-root} resolves to this skill's installed directory (where customize.toml lives).{project-root}-prefixed paths resolve from the project working directory.{skill-name} resolves to the skill directory's basename.Run: python3 {project-root}/_bmad/scripts/resolve_customization.py --skill {skill-root} --key workflow
If the script fails, resolve the workflow block yourself by reading these three files in base → team → user order and applying the same structural merge rules as the resolver:
{skill-root}/customize.toml — defaults{project-root}/_bmad/custom/{skill-name}.toml — team overrides{project-root}/_bmad/custom/{skill-name}.user.toml — personal overridesAny missing file is skipped. Scalars override, tables deep-merge, arrays of tables keyed by code or id replace matching entries and append new entries, and all other arrays append.
Execute each entry in {workflow.activation_steps_prepend} in order before proceeding.
Treat every entry in {workflow.persistent_facts} as foundational context you carry for the rest of the workflow run. Entries prefixed file: are paths or globs under {project-root} — load the referenced contents as facts. All other entries are facts verbatim.
Load config from {project-root}/_bmad/gds/config.yaml and resolve:
project_name, user_namecommunication_language, document_output_languagegame_dev_experienceimplementation_artifactsplanning_artifactsproject_knowledgedate as system-generated current datetime{communication_language}{game_dev_experience}{document_output_language}{game_dev_experience}) affects conversation style ONLY, not document updates.Greet {user_name}, speaking in {communication_language}.
Execute each entry in {workflow.activation_steps_append} in order.
Activation is complete. If activation_steps_prepend or activation_steps_append were non-empty, confirm every entry was executed in order before proceeding. Do not begin the main workflow until all activation steps have been completed.
default_output_file = {planning_artifacts}/sprint-change-proposal-{date}.md| Input | Path | Load Strategy |
|---|---|---|
| GDD | {planning_artifacts}/*gdd*.md (whole) or {planning_artifacts}/*gdd*/*.md (sharded) | FULL_LOAD |
| Narrative | {planning_artifacts}/*narrative*.md (whole) or {planning_artifacts}/*narrative*/*.md (sharded) | FULL_LOAD |
| Epics | {planning_artifacts}/*epic*.md (whole) or {planning_artifacts}/*epic*/*.md (sharded) | FULL_LOAD |
| Architecture | {planning_artifacts}/*architecture*.md (whole) or {planning_artifacts}/*architecture*/*.md (sharded) | FULL_LOAD |
| UX Design | {planning_artifacts}/*ux*.md (whole) or {planning_artifacts}/*ux*/*.md (sharded) | FULL_LOAD |
| Tech Spec | {planning_artifacts}/*tech-spec*.md (whole) or {planning_artifacts}/*spec-*.md (whole) | FULL_LOAD |
| Document Project | {project_knowledge}/index.md (sharded) | INDEX_GUIDED |
**/project-context.md if it existsStrategy: Course correction needs broad project context to assess change impact accurately. Load all available planning artifacts.
Discovery Process for FULL_LOAD documents (GDD, Narrative, Epics, Architecture, UX Design, Tech Spec):
*gdd*.md, *narrative*.md, *epic*.md, *architecture*.md, *ux*.md, *tech-spec*.md)index.md (e.g., gdd/index.md, epics/index.md)index.md to understand the document structureDiscovery Process for INDEX_GUIDED documents (Document Project):
{project_knowledge}/index.md{project_knowledge} does not exist (greenfield projects)Fuzzy matching: Be flexible with document names — users may use variations like gdd.md, game-design-document.md, etc.
Missing documents: Not all documents may exist. GDD and Epics are essential; Architecture, UX Design, Tech Spec, Narrative, and Document Project are loaded if available. HALT if GDD or Epics cannot be found.
Load **/project-context.md for coding standards and project-wide patterns (if exists) Confirm change trigger and gather user description of the issue Ask: "What specific issue or change has been identified that requires navigation?" Verify access to required project documents: - GDD (Game Design Document) - Current Epics and Stories - Architecture documentation - UI/UX specifications - Narrative Design documentation Ask user for mode preference: - **Incremental** (recommended): Refine each edit collaboratively - **Batch**: Present all changes at once for review Store mode selection for use throughout workflowHALT: "Cannot navigate change without clear understanding of the triggering issue. Please provide specific details about what needs to change and why."
HALT: "Need access to project documents (GDD, Epics, Architecture, UI/UX) to assess change impact. Please ensure these documents are accessible."
Read fully and follow the systematic analysis from: checklist.md Work through each checklist section interactively with the user Record status for each checklist item: - [x] Done - Item completed successfully - [N/A] Skip - Item not applicable to this change - [!] Action-needed - Item requires attention or follow-up Maintain running notes of findings and impacts discovered Present checklist progress after each major sectionIdentify blocking issues and work with user to resolve before continuing
Based on checklist findings, create explicit edit proposals for each identified artifactFor Story changes:
Show old → new text format
Include story ID and section being modified
Provide rationale for each change
Example format:
Story: [STORY-123] User Authentication
Section: Acceptance Criteria
OLD:
- User can log in with email/password
NEW:
- User can log in with email/password
- User can enable 2FA via authenticator app
Rationale: Security requirement identified during implementation
For GDD modifications:
For Narrative Design modifications:
For Architecture changes:
For UI/UX specification updates:
Collect all edit proposals and present together at end of step
Compile comprehensive Sprint Change Proposal document with following sections:Section 1: Issue Summary
Section 2: Impact Analysis
Section 3: Recommended Approach
Section 4: Detailed Change Proposals
Section 5: Implementation Handoff
Present complete Sprint Change Proposal to user Write Sprint Change Proposal document to {default_output_file} Review complete proposal. Continue [c] or Edit [e]?
Get explicit user approval for complete proposal Do you approve this Sprint Change Proposal for implementation? (yes/no/revise) Gather specific feedback on what needs adjustment Return to appropriate step to address concerns If changes needed to edit proposals If changes needed to overall proposal structure Finalize Sprint Change Proposal document Determine change scope classification:Provide appropriate handoff based on scope:
Route to: Developer agent for direct implementation Deliverables: Finalized edit proposals and implementation tasks Route to: Product Owner / Developer agents Deliverables: Sprint Change Proposal + backlog reorganization plan Route to: Product Manager / Solution Architect Deliverables: Complete Sprint Change Proposal + escalation noticeConfirm handoff completion and next steps with user Document handoff in workflow execution log
Summarize workflow execution: - Issue addressed: {{change_trigger}} - Change scope: {{scope_classification}} - Artifacts modified: {{list_of_artifacts}} - Routed to: {{handoff_recipients}}Confirm all deliverables produced:
Report workflow completion to user with personalized message: "Correct Course workflow complete, {user_name}!" Remind user of success criteria and next steps for Developer agent
Run: python3 {project-root}/_bmad/scripts/resolve_customization.py --skill {skill-root} --key workflow.on_complete — if the resolved value is non-empty, follow it as the final terminal instruction before exiting.