2 Repos
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 ist eine formale Standardspezifikation für Markdown, die eine Referenzimplementierung und eine Reihe von Regeln bereitstellt, um ein konsistentes Text-Rendering über verschiedene Plattformen hinweg sicherzustellen. Sie besteht aus einer Markdown-Parser-Implementierung und einem System zur Generierung formaler Syntaxdokumentation. Das Projekt enthält eine umfassende Konformitäts-Testsuite mit über fünfhundert eingebetteten Beispielen, um zu verifizieren, dass andere Markdown-Implementierungen die Spezifikation einhalten. Es bietet Tools, um diese Testfälle im JSON-Format für die Verwendung in externen Verifizierungsprozessen zu exportieren. Das System deckt die Dokumentformat-Konvertierung ab und transformiert die formale Spezifikation in menschenlesbare HTML- und PDF-Ausgaben. Es verwendet einen strukturierten Ansatz zur Textverarbeitung durch Single-Pass-Tokenisierung und regelbasierte Syntaxstandardisierung.
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.