correct-course

Analyzes change impacts and drafts a Sprint Change Proposal for project artifacts.

3|Updated Feb 7, 2026
One-click install
npx skills add https://github.com/gabrielnsmnto/kord-aios --skill correct-course-gabrielnsmnto
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: correct-course
Source: https://github.com/gabrielnsmnto/kord-aios/tree/main/src/features/builtin-skills/kord-aios/dev-workflow/correct-course
Command: npx skills add https://github.com/gabrielnsmnto/kord-aios --skill correct-course-gabrielnsmnto

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When a mid-sprint change disrupts your epics, stories, PRD, or architecture documents, this Skill provides a structured methodology to analyze the impact and produce an actionable change proposal instead of ad-hoc replanning. ## Core Features & Use Cases - Checklist-Driven Impact Analysis: Works through a change-checklist covering change context, epic/story impact, artifact conflict resolution, and path recommendation. - Multiple Interaction Modes: Supports YOLO (autonomous batch), Interactive (step-by-step, default), and Pre-Flight Planning modes via a mode parameter. - Sprint Change Proposal Output: Drafts specific edits to affected artifacts (stories, acceptance criteria, PRD sections, architecture diagrams) and consolidates them into a single proposal document. - Use Case: A stakeholder requests a major feature change mid-sprint. Use this Skill to assess the impact on existing epics and stories, draft the required document edits, and decide whether a PO/SM handoff or a full PM/Architect replan is needed. ## Quick Start Ask the agent to run the correct-course task to analyze a change trigger and produce a Sprint Change Proposal with proposed edits to affected project artifacts.

Frequently Asked Questions about correct-course

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I handle a scope change mid-sprint in an agile workflow?▼

Run the Correct Course Task with the change trigger and relevant artifacts (PRD, epics, architecture docs). It walks through a change-checklist to assess impact, drafts proposed edits, and produces a Sprint Change Proposal for review and approval.

What is a Sprint Change Proposal and what does it contain?▼

A Sprint Change Proposal is a markdown document containing an analysis summary of the change's impact on epics, artifacts, and MVP scope, plus specific drafted edits for each affected artifact such as revised story text, acceptance criteria, or architecture sections.

What interaction modes does the correct-course task support?▼

It supports three modes via the mode parameter: YOLO for autonomous batched analysis, Interactive (the default) for step-by-step collaborative review, and Pre-Flight Planning for upfront ambiguity resolution before execution.

When does a change require handoff to a PM or Architect agent?▼

Handoff is required when the checklist analysis concludes the change demands fundamental replanning, such as significant scope changes or major architectural rework. The Sprint Change Proposal then serves as input context for that deeper replanning effort.

What happens if the correct-course task fails or times out?▼

The task uses a retry error-handling strategy. Common errors include task not found, invalid parameters, and execution timeout, each with defined resolution steps such as validating parameters or cleaning up resources after killing the task.