/specify-fasttrack or /specify-lite a new command targets spec and implementation specify->plan->implement. #1822
Replies: 4 comments 4 replies
-
|
@mnriem @mbachorik would love to get your thoughts on this. This could be a new command or we can think of improving existing specify MD to triage if a given spec can fit into fast track or regular track. why can't this be an extension?My Rational, This touches the core flow, and the automation will skip /Tasks or /Analyze command. |
Beta Was this translation helpful? Give feedback.
-
|
Still would prefer it as an extension. Note that some agents will honor the automation while others will not. And because it short circuits the process how do you capture what it does? Does it have a spec? For Git users, is it on a branch? |
Beta Was this translation helpful? Give feedback.
-
|
I'll need to think about it - quick read lets me think it might be approached differently. based on this "This command/skill will first triage whether the feature qualifies for fast-tracking", I'm inclined to agree with @mnriem and have this as extension (I am working now on extension from the other end of SDLC - reverse engineering - and have a few 'triage' steps there too, which is more exploratory work than core specification flow) |
Beta Was this translation helpful? Give feedback.
-
|
okay perfect thanks @mnriem and @mbachorik for your input with this and this inflight i think i can think of having before-hooks to bypass commands based on special annotations and shape this as an extension. May be a good idea to get community feedback to begin with. having to go through full set of steps for small features is often called out as a paint point from folks who have tried spec-kit in the past. any other ideas you folks have to bring fast-track like approach as a core feature in the long-term? Do you think that's a problem to solve for speck-kit? here are the non-negotiables in my mind for such a fast-track/quick-track flow.
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
For small features that don't require the full specify → plan → tasks → implement cycle.
Sometimes we want to add something tiny that doesn't warrant a full SDLC cycle, task tracking, or being broken into multiple phases.
This command/skill will first triage whether the feature qualifies for fast-tracking. The AI is encouraged to reason with the user if it believes the feature is too complex for fast-track.
This avoids having people vibe-code small features directly, since vibe-coded features leave no spec as a record — which breaks the spec-DD style.
What are your thoughts?
Sample
fast-trackannotation that will go on top of spec and plan documents.Beta Was this translation helpful? Give feedback.
All reactions