2 रिपॉजिटरी
Formal specification files that capture goals, requirements, and implementation steps for software features as machine-readable documents.
Distinguishing note: None of the candidates cover structured feature specification documents; they focus on A/B feature toggles or status readers.
Explore 2 awesome GitHub repositories matching development tools & productivity · Feature Specification Documents. Refine with filters or upvote what's useful.
CommonMark, Markdown के लिए एक औपचारिक विनिर्देश मानक है, जो विभिन्न प्लेटफ़ॉर्म पर सुसंगत टेक्स्ट रेंडरिंग सुनिश्चित करने के लिए एक संदर्भ कार्यान्वयन और नियमों का एक सेट प्रदान करती है। इसमें एक Markdown पार्सर कार्यान्वयन और औपचारिक सिंटैक्स दस्तावेज़ीकरण उत्पन्न करने के लिए एक सिस्टम शामिल है। इस प्रोजेक्ट में यह सत्यापित करने के लिए कि अन्य Markdown कार्यान्वयन विनिर्देश का पालन करते हैं, पांच सौ से अधिक एम्बेडेड उदाहरणों के साथ एक व्यापक अनुरूपता परीक्षण सूट शामिल है। यह बाहरी सत्यापन प्रक्रियाओं में उपयोग के लिए इन परीक्षण मामलों को JSON फॉर्मेट में एक्सपोर्ट करने के लिए टूल प्रदान करती है। यह सिस्टम दस्तावेज़ फॉर्मेट रूपांतरण को कवर करता है, जो औपचारिक विनिर्देश को मानव-पठनीय HTML और PDF आउटपुट में बदलता है। यह सिंगल-पास टोकेनाइज़ेशन और नियम-आधारित सिंटैक्स मानकीकरण के माध्यम से टेक्स्ट प्रसंस्करण के लिए एक संरचित दृष्टिकोण अपनाती है।
Converts the formal syntax specification into HTML and PDF formats for human readability.
Conductor is an agentic coding tool that plans, generates, and manages software features through structured tracks and human-reviewed plans. It operates as a plan-driven code generator, reading structured plan files to determine the sequence of tasks and their dependencies before executing any code generation or modification. The system also functions as a feature specification manager, defining features in formal specification files that capture goals, requirements, and implementation steps as machine-readable documents. The tool distinguishes itself through a git-history-based undo system t
Defines a software feature by writing a structured specification that guides the implementation process.