Add quint-code and FPF to spec-driven development list#3
Conversation
Co-authored-by: zhimin-z <8592144+zhimin-z@users.noreply.github.com>
|
@copilot but we have standards section sa well. I mean if anything related to spec-driven development, we should enroll it in, even if to create a new module accordingly. re-check to confirm whether or not to include it based on its relatedness to SDD |
Co-authored-by: zhimin-z <8592144+zhimin-z@users.noreply.github.com>
You're right! After re-examining FPF, I found it has strong relevance to spec-driven development as a specification framework. It provides:
Added FPF to the Standards section in commit 9d02eee. |
|
@copilot so mdflow is not fit anywhere or related to SDD? |
After re-examining mdflow more carefully, I see a potential weak connection to SDD: Possible interpretation: mdflow uses markdown files as executable specifications for AI agent workflows - essentially "specification-as-code" for AI interactions. The YAML frontmatter acts as declarative configuration specs. However: Its primary purpose is AI agent orchestration/execution, not the SDD methodology of writing specifications before implementation. It's a tool for running AI prompts, not for driving development from specifications. Recommendation: mdflow doesn't fit well in the current list structure. If you want to include it, we could create a new "AI Agent Tools" or "Workflow Automation" section, but it wouldn't align with the core SDD focus of the other tools which emphasize spec-first development methodology. |
There was a problem hiding this comment.
Pull request overview
This PR adds two new entries to the awesome-spec-driven-development list after evaluating three repositories. The additions include a specification framework in the Standards section and a structured reasoning tool in the Tools section, both aligned with spec-driven development principles.
- Added FPF (First Principles Framework) to the Standards section as a rigorous specification framework
- Added quint-code to the Tools section as a structured reasoning framework for hypothesis-driven specification development
- Excluded mdflow as it was determined to be a Markdown-to-CLI executor rather than a spec-driven development tool
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Evaluated three repositories for inclusion in the awesome-spec-driven-development list.
Decision
Added to Tools: quint-code
Added to Standards: FPF (First Principles Framework)
Not Added:
Changes
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.