You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New optional Analyze phase in /speckit.multi-sites.continue, inserted between Tasks and Implement. After Tasks completes, the user can choose to run Analyze (cross-checks spec.md, plan.md, and tasks.md for uncovered requirements, orphan tasks, contradictions, and missing file changes, then lets the user resolve any findings) before Implement, or skip straight to Implement as before.
analyze added as a valid stage value in the shared config's features: tracker.
Changed
Resuming a feature whose stage is still tasks now checks whether any tasks are already checked off: if implementation was already started and paused partway, continue resumes Implement directly instead of re-asking Analyze vs. Implement.
Updated installation instructions to install from a GitHub release/branch zip archive (auto-resolved latest release, main branch zip, or a pinned release tag) instead of cloning the bare repository URL.