-
-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
coreChanges to core libraryChanges to core libraryslash-commandsChanges to slash command filesChanges to slash command files
Milestone
Description
Summary
When state detection finds GSD-Only or GSD-Mid-Exec state, spawn an alignment-analyzer Task agent that reads .planning/ files and produces a structured alignment report at .mgw/alignment-report.json.
Output Schema
{
"project_name": "extracted from PROJECT.md",
"milestones": [{ "name": "...", "source": "ROADMAP|MILESTONES", "state": "active|completed|planned", "phases": [...] }],
"active_milestone": "name",
"total_phases": N
}Files
commands/project.md— add align_from_gsd step
GSD Route
gsd:quick
Depends On
- A1 (state detection routes to this step)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
coreChanges to core libraryChanges to core libraryslash-commandsChanges to slash command filesChanges to slash command files