awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

Awesome GitHub RepositoriesFeature Specification Documents

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.

Awesome Feature Specification Documents GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • jgm/commonmarkjgm 的头像

    jgm/CommonMark

    5,106在 GitHub 上查看↗

    CommonMark 是 Markdown 的正式标准规范,提供参考实现和一组规则,以确保跨不同平台的文本渲染一致性。它由一个 Markdown 解析器实现和一套用于生成正式语法文档的系统组成。 该项目包含一个带有超过五百个嵌入示例的全面一致性测试套件,以验证其他 Markdown 实现是否遵循该规范。它提供将这些测试用例导出为 JSON 格式的工具,以便在外部验证过程中使用。 该系统涵盖文档格式转换,将正式规范转换为人类可读的 HTML 和 PDF 输出。它通过单遍标记化(tokenization)和基于规则的语法标准化,采用结构化的文本处理方法。

    Converts the formal syntax specification into HTML and PDF formats for human readability.

    Python
    在 GitHub 上查看↗5,106
  • gemini-cli-extensions/conductorgemini-cli-extensions 的头像

    gemini-cli-extensions/conductor

    2,751在 GitHub 上查看↗

    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.

    context-driven-developmentgeminigemini-cli
    在 GitHub 上查看↗2,751
  1. Home
  2. Development Tools & Productivity
  3. Feature Specification Documents

探索子标签

  • Specification Document RenderersTools that convert formal technical specifications into human-readable formats like HTML and PDF. **Distinct from Feature Specification Documents:** Distinct from Feature Specification Documents: focuses on the transformation of the formal spec into readable output rather than the storage of requirements.