Skip to content
Discussion options

You must be logged in to vote

Spec Kit does not currently provide one atomic project that writes spec.md, plan.md, tasks, and code across several independent Git repositories. Its project boundary is the directory containing .specify/; Git operations still belong to the containing Git worktree.

For your three-repository layout, I would use an umbrella specification plus one implementation spec per repository:

system-spec/           # coordination repo
  specs/001-feature/
    spec.md             # end-to-end behavior and contracts
    plan.md             # repo ownership and rollout order
    contracts/          # API/events shared by r1, r2, r3

r1/specs/001-feature/  # management/control-plane work
r2/specs/001-feat…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by mnriem
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants