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 输出。它通过单遍标记化(tokenization)和基于规则的语法标准化,采用结构化的文本处理方法。
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.