alternative: Aperant (parallel agents), Mulica-ai (clear dashboard)
SpecKitty does not push the worktree to GitHub once review/implement is done.
Its not /specify, /review, /implement are parameterized to a WP0x, or can be run without any params (and what happens then, are all tasks resumed?) Clarity needed.
Need a general command/escape hatch called /spec-kitty.do where you can write a series of commands, like “implement WP04 and review WP05” in one go, or give complex instructions that don’t fit into the workflow. Also useful for first time users.
Its not clear how context is being shared between Claude in general, and the /spec commands. Does using of /spec cause context to mix with non command talk? Anthropic Code 101 actually.
After every command, does SpecKitty store the result, instead of auto-running the next command. For example, when I do /review, does it merely store the review result, and only a /implement then reads from review?
Whats the code review flow - after each implement, you run /review (for spec adhere check), then check the code in vscode/github, do some more /review specific, and finally do ‘accept’ and ‘merge’
See preimplementation plan/task? its not possible right now. Also a slash called “next-task-plans” could open the dashboard and page dedicated to “top” of the current kanban.
Add next action as CTA’s on each task. In the Kanban view. And for review items, show the Code changes/redirect to github compare.
There’s no way to delete a wrong spec. It says:
If you want to fully wipe the existing spec first, you can just delete the file manually or overwrite it.
Weird naming for “accept” (should be validate), and “merge”, should be “consolidate”. Neither does SpecKitty nudge you to consolidate once all WPs are done. I had to manually do that. Very weird.
Need a “what to do next command” in SpecKitty (if the human loses working context).
Also, if specKitty suggests a next move, add a shortcut key to just say “yes” or “no” instead of having to copy and paste the next move manually

clear visibility of code during review (create a slash command that opens on github in /compare mode). Its hard to see what code changes were made for a worktree, this should be easily viewable. on GitHub or on vscode.
auto spawning multiple agents. Aperant already does this https://github.com/AndyMik90/Aperant (YOLO mode)
see the work progress as a DAG whose nodes are clickable (implement, review are buttons, with progress viewable too).
After implement, and review, does spec-kitty push the WP branches? its not clear, neither is there a “push all command” (State is stuck on my machine). /spec-kitty.push could be a command
How to add TDD into this, superpowers?
graph TD
research --> specify --> clarify --> constituion --> plan --> tasks --> implement_X
clarify --> plan
plan --> plan
clarify --> clarify
implement_X --> PI --> accept --> merge
subgraph PI[after implementation]
checklist
review_x
analyze
view(/compare)
end
status
dashboard