writing-specs — écriture de spécifications writing-specs, agentic-framework, community, écriture de spécifications, ide skills, protection de niveaux, suivi des modifications, Python, développement de logiciels, création de documents

v0.72.0

À propos de ce Skill

Parfait pour les agents de développement ayant besoin de capacités d'écriture de spécifications structurées avec des niveaux de protection et une intégration de NFR. L'écriture de spécifications est la création de documents qui décrivent les exigences et les fonctionnalités d'un système ou d'une application

Fonctionnalités

Protection de niveaux pour garantir la sécurité et l'intégrité des données
Suivi des modifications pour maintenir un registre des modifications apportées
Création de documents détaillés qui décrivent les exigences et les fonctionnalités du système
Intégration avec des outils de développement tels que React et Python
Compatibilité avec plusieurs locales et formats de fichier

# Core Topics

tomgun tomgun
[1]
[0]
Updated: 4/5/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 8/11

This page remains useful for teams, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution
Review Score
8/11
Quality Score
31
Canonical Locale
en
Detected Body Locale
en

Parfait pour les agents de développement ayant besoin de capacités d'écriture de spécifications structurées avec des niveaux de protection et une intégration de NFR. L'écriture de spécifications est la création de documents qui décrivent les exigences et les fonctionnalités d'un système ou d'une application

Pourquoi utiliser cette compétence

Permet aux agents de générer des documents de spécifications complets avec un suivi des différences, des niveaux de protection et une intégration de NFR, en utilisant FEATURES.md et des fichiers d'acceptation pour une intégration transparente.

Meilleur pour

Parfait pour les agents de développement ayant besoin de capacités d'écriture de spécifications structurées avec des niveaux de protection et une intégration de NFR.

Cas d'utilisation exploitables for writing-specs

Automatisation de la création de spécifications pour les nouvelles fonctionnalités avec niveau de protection Aucun
Mise à jour des documents de spécifications pour les fonctionnalités planifiées ou en cours avec niveau de protection Faible
Évolution des fonctionnalités livrées avec niveau de protection ÉLEVÉ et suivi des différences

! Sécurité et Limitations

  • Nécessite la configuration de FEATURES.md et du fichier d'acceptation
  • Limité au flux de travail d'écriture de spécifications avec des niveaux de protection prédéfinis et une intégration de NFR

Why this page is reference-only

  • - Current locale does not satisfy the locale-governance contract.
  • - The underlying skill quality score is below the review floor.

Source Boundary

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

After The Review

Decide The Next Action Before You Keep Reading Repository Material

Killer-Skills should not stop at opening repository instructions. It should help you decide whether to install this skill, when to cross-check against trusted collections, and when to move into workflow rollout.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is writing-specs?

Parfait pour les agents de développement ayant besoin de capacités d'écriture de spécifications structurées avec des niveaux de protection et une intégration de NFR. L'écriture de spécifications est la création de documents qui décrivent les exigences et les fonctionnalités d'un système ou d'une application

How do I install writing-specs?

Run the command: npx killer-skills add tomgun/agentic-framework/writing-specs. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for writing-specs?

Key use cases include: Automatisation de la création de spécifications pour les nouvelles fonctionnalités avec niveau de protection Aucun, Mise à jour des documents de spécifications pour les fonctionnalités planifiées ou en cours avec niveau de protection Faible, Évolution des fonctionnalités livrées avec niveau de protection ÉLEVÉ et suivi des différences.

Which IDEs are compatible with writing-specs?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for writing-specs?

Nécessite la configuration de FEATURES.md et du fichier d'acceptation. Limité au flux de travail d'écriture de spécifications avec des niveaux de protection prédéfinis et une intégration de NFR.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add tomgun/agentic-framework/writing-specs. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use writing-specs immediately in the current project.

! Reference-Only Mode

This page remains useful for installation and reference, but Killer-Skills no longer treats it as a primary indexable landing page. Read the review above before relying on the upstream repository instructions.

Upstream Repository Material

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Upstream Source

writing-specs

Install writing-specs, an AI agent skill for AI agent workflows and automation. Review the use cases, limitations, and setup path before rollout.

SKILL.md
Readonly
Upstream Repository Material
The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.
Supporting Evidence

Writing Specs

Run ag spec or ag contract to manage feature specifications and YAML contracts.

Before writing specs: Run ag intel spec F-XXXX to check for overlapping features, AC patterns, and quality checks.

Key operations

  • New feature: Find next F-XXXX in FEATURES.md, create contract at spec/contracts/F-XXXX.yaml
  • Contract management: ag contract check F-XXXX | ag contract coverage | ag contract pending | ag contract list
  • Status update: bash .agentic/lib/tools/feature.sh F-XXXX status shipped
  • Evolve shipped spec: Additive-only changes, markers required, migration mandatory, human approval
  • Audit: bash .agentic/lib/tools/check-spec-health.sh F-XXXX (or --all)

Rules

  • When the user corrects your approach: ag intel remember "what they said" --context "what you were doing"
  • Shipped specs are contracts — never delete existing assertions
  • Contracts are YAML files at spec/contracts/F-XXXX.yaml with assertions, verify commands, and test links
  • Use markers: [Discovered], [Revised in M-NNN: was "X" now "Y"]
  • Always create migration for shipped spec changes: bash .agentic/lib/tools/migration.sh create "reason"
  • Check NFRs: bash .agentic/lib/tools/nfr-applicable.sh F-XXXX

Compétences associées

Looking for an alternative to writing-specs or another community skill for your workflow? Explore these related open-source skills.

Voir tout

openclaw-release-maintainer

Logo of openclaw
openclaw

Resume localise : 🦞 # OpenClaw Release Maintainer Use this skill for release and publish-time workflow. It covers ai, assistant, crustacean workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

widget-generator

Logo of f
f

Resume localise : Generate customizable widget plugins for the prompts.chat feed system # Widget Generator Skill This skill guides creation of widget plugins for prompts.chat . It covers ai, artificial-intelligence, awesome-list workflows. This AI agent skill supports Claude Code, Cursor, and

flags

Logo of vercel
vercel

Resume localise : The React Framework # Feature Flags Use this skill when adding or changing framework feature flags in Next.js internals. It covers blog, browser, compiler workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

138.4k
0
Navigateur

pr-review

Logo of pytorch
pytorch

Resume localise : Usage Modes No Argument If the user invokes /pr-review with no arguments, do not perform a review . It covers autograd, deep-learning, gpu workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

98.6k
0
Développeur