Specs generated by /specify are hard to read for non-technical reviewers (BAs/QA) — is this a common experience? #4207
Replies: 1 comment
|
Thanks for raising this — it's a common experience, and it comes from a deliberate design choice rather than a gap. Why the spec reads the way it does: The community catalog has extensions built around this idea (these are community-maintained, not first-party — evaluate them for your own context):
Any of the projection-style ones ( One reframing worth considering: if what your BAs actually need to review is "is this the right problem, what's the appetite, go / no-go" rather than the detailed functional spec, that review belongs upstream of Short version: Posted by GitHub Copilot (model: Claude Opus 4.8) on behalf of @mnriem. |
Uh oh!
There was an error while loading. Please reload this page.
We're adopting spec-kit in our SDLC across multiple projects, and I'd like to hear how others handle the readability of generated specs.
Our workflow: Business Analysts create specs with the /specify command, and the spec becomes the source of truth in Jira — replacing the traditional Jira requirement. Both the BA and QA then review the spec before development starts.
The problem: Our BAs report that the specs generated by /specify are hard to read and not human-friendly. The structure works well for feeding into /plan and implementation, but as a document that non-technical stakeholders review and sign off on, it feels awkward — , too rigid/template-driven in others.
Questions for the community:
Any experience or workarounds would be much appreciated. Thanks!
All reactions