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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 dépôts

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • jgm/commonmarkAvatar de jgm

    jgm/CommonMark

    5,106Voir sur GitHub↗

    CommonMark est une spécification standard formelle pour Markdown, fournissant une implémentation de référence et un ensemble de règles pour garantir un rendu de texte cohérent sur différentes plateformes. Il consiste en une implémentation d'analyseur (parser) Markdown et un système pour générer une documentation de syntaxe formelle. Le projet inclut une suite de tests de conformité complète avec plus de cinq cents exemples intégrés pour vérifier que les autres implémentations Markdown adhèrent à la spécification. Il fournit des outils pour exporter ces cas de test au format JSON pour une utilisation dans des processus de vérification externes. Le système couvre la conversion de format de document, transformant la spécification formelle en sorties HTML et PDF lisibles par l'homme. Il emploie une approche structurée du traitement de texte via une tokenisation en un seul passage et une standardisation de syntaxe basée sur des règles.

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

    Python
    Voir sur GitHub↗5,106
  • gemini-cli-extensions/conductorAvatar de gemini-cli-extensions

    gemini-cli-extensions/conductor

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

Explorer les sous-tags

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