Can specify, clarify, and plan commands be executed across different sessions? #1554
zhangxianhong
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I am exploring the workflow of Speckit and have a question regarding the session continuity between different commands.
Question
When using commands like
specify,clarify, andplan, is it mandatory to execute them within the same single session?Specifically:
plancommand rely on the intermediate state or "memory" generated during theclarifyphase of the current session?planfor a requirement that was already "clarified" in a previous session, will the tool be able to retrieve that context (e.g., from local cache or updated files), or will it lose the necessary background information?Context
I want to understand if the workflow is stateful (requires one continuous session) or stateless/file-based (can be resumed later in a new session as long as the files are present).
Generated by Speckit User
Beta Was this translation helpful? Give feedback.
All reactions