Skip to content
Discussion options

You must be logged in to vote

If app1 and app2 are commonly changed together, the simplest setup is one top-level Spec Kit project containing both applications. A cross-app feature can then use one spec and plan.

If they are genuinely independent projects, define and version the shared API/event contract. Create a local feature spec and plan in each app, both referencing that contract and each other’s issue or PR. app1 can declare the app2 change as a dependency, but app2 should own its implementation plan. In other words, don’t copy the plan—doing so risks the two copies drifting apart.

Replies: 3 comments 5 replies

Comment options

You must be logged in to vote
4 replies
@voipp
Comment options

@mnriem
Comment options

Answer selected by voipp
@voipp
Comment options

@mnriem
Comment options

This comment was marked as spam.

@lilisalinas936-design
Comment options

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
5 participants