writing-specs — Erstellung von Spezifikationen writing-specs, agentic-framework, community, Erstellung von Spezifikationen, ide skills, Schutzniveaus, Änderungsverfolgung, Python, Softwareentwicklung, Erstellung von Dokumenten

v0.72.0

Über diesen Skill

Perfekt für Entwicklungssagenten, die strukturierte Spezifikations-Schreibfunktionen mit Schutzstufen und NFR-Integration benötigen. Die Erstellung von Spezifikationen ist die Erstellung von Dokumenten, die die Anforderungen und Funktionalitäten eines Systems oder einer Anwendung beschreiben

Funktionen

Schutzniveaus für die Sicherheit und Integrität der Daten
Änderungsverfolgung für die Aufzeichnung der vorgenommenen Änderungen
Erstellung detaillierter Dokumente, die die Anforderungen und Funktionalitäten des Systems beschreiben
Integration mit Entwicklungstools wie React und Python
Kompatibilität mit mehreren Ländern und Dateiformaten

# 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

Perfekt für Entwicklungssagenten, die strukturierte Spezifikations-Schreibfunktionen mit Schutzstufen und NFR-Integration benötigen. Die Erstellung von Spezifikationen ist die Erstellung von Dokumenten, die die Anforderungen und Funktionalitäten eines Systems oder einer Anwendung beschreiben

Warum diese Fähigkeit verwenden

Ermächtigt Agenten, umfassende Spezifikationsdokumente mit Deltatracking, Schutzstufen und NFR-Integration zu erstellen, indem FEATURES.md und Akzeptanzdateien für eine nahtlose Integration verwendet werden.

Am besten geeignet für

Perfekt für Entwicklungssagenten, die strukturierte Spezifikations-Schreibfunktionen mit Schutzstufen und NFR-Integration benötigen.

Handlungsfähige Anwendungsfälle for writing-specs

Automatisierung der Spezifikationserstellung für neue Funktionen mit Schutzstufe Keine
Aktualisierung von Spezifikationsdokumenten für geplante oder laufende Funktionen mit Schutzstufe Niedrig
Weiterentwicklung von ausgelieferten Funktionen mit Schutzstufe HOCH und Deltatracking

! Sicherheit & Einschränkungen

  • Benötigt die Einrichtung von FEATURES.md und der Akzeptanzdatei
  • Begrenzt auf den Spezifikations-Schreibworkflow mit vordefinierten Schutzstufen und NFR-Integration

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?

Perfekt für Entwicklungssagenten, die strukturierte Spezifikations-Schreibfunktionen mit Schutzstufen und NFR-Integration benötigen. Die Erstellung von Spezifikationen ist die Erstellung von Dokumenten, die die Anforderungen und Funktionalitäten eines Systems oder einer Anwendung beschreiben

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: Automatisierung der Spezifikationserstellung für neue Funktionen mit Schutzstufe Keine, Aktualisierung von Spezifikationsdokumenten für geplante oder laufende Funktionen mit Schutzstufe Niedrig, Weiterentwicklung von ausgelieferten Funktionen mit Schutzstufe HOCH und Deltatracking.

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?

Benötigt die Einrichtung von FEATURES.md und der Akzeptanzdatei. Begrenzt auf den Spezifikations-Schreibworkflow mit vordefinierten Schutzstufen und NFR-Integration.

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

Verwandte Fähigkeiten

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

Alle anzeigen

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

333.8k
0
Künstliche Intelligenz

widget-generator

Logo of f
f

Erzeugen Sie anpassbare Widget-Plugins für das Prompts.Chat-Feed-System

149.6k
0
Künstliche Intelligenz

flags

Logo of vercel
vercel

Das React-Framework

138.4k
0
Browser

pr-review

Logo of pytorch
pytorch

Tensor und dynamische neuronale Netze in Python mit starker GPU-Beschleunigung

98.6k
0
Entwickler