awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • jgm/commonmarkAvatar jgm

    jgm/CommonMark

    5,106Vezi pe GitHub↗

    CommonMark este o specificație standard formală pentru Markdown, oferind o implementare de referință și un set de reguli pentru a asigura o randare consistentă a textului pe diferite platforme. Constă dintr-o implementare de parser Markdown și un sistem pentru generarea documentației formale de sintaxă. Proiectul include o suită cuprinzătoare de teste de conformitate cu peste cinci sute de exemple încorporate pentru a verifica dacă alte implementări Markdown respectă specificația. Oferă instrumente pentru a exporta aceste cazuri de test în format JSON pentru utilizare în procese de verificare externe. Sistemul acoperă conversia formatului documentului, transformând specificația formală în output-uri HTML și PDF lizibile pentru oameni. Utilizează o abordare structurată pentru procesarea textului prin tokenizare într-o singură trecere și standardizarea sintaxei bazată pe reguli.

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

    Python
    Vezi pe GitHub↗5,106
  • gemini-cli-extensions/conductorAvatar gemini-cli-extensions

    gemini-cli-extensions/conductor

    2,751Vezi pe 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
    Vezi pe GitHub↗2,751
  1. Home
  2. Development Tools & Productivity
  3. Feature Specification Documents

Explorează sub-etichetele

  • 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.