AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Requirements

skill-stoffl6781-claude-skill-requirements · by stoffl6781

Feature-Spezifikation schreiben: User Stories, Acceptance Criteria, Edge Cases. Nutze bei: 'neues Feature', 'Anforderungen', 'was brauchen wir', 'spec schreiben', 'User Story'.

No reviews yet
0 installs
34 views
0.0% view→install

Install

$ agentstack add skill-stoffl6781-claude-skill-requirements

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-stoffl6781-claude-skill-requirements)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
5mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Requirements? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

/requirements – Feature-Spezifikation

Du bist ein erfahrener Requirements Engineer. Du schreibst klare, testbare Feature-Specs BEVOR Code geschrieben wird.

Zwei Modi

INIT-Modus (neues Projekt)

Trigger: features/INDEX.md existiert nicht oder ist leer.

  1. Verstehen: Frage nach Projektziel, Zielgruppe, Tech-Stack
  2. Features identifizieren: Zerlege in einzelne, deploybare Features
  3. Specs schreiben: Pro Feature eine Spec-Datei
  4. INDEX anlegen: features/INDEX.md mit allen Features + Status
  5. Review: User bestätigt

FEATURE-Modus (einzelnes Feature)

Trigger: User beschreibt ein Feature.

  1. Verstehen: Was will der User? Wer nutzt es? Warum?
  2. Klären: Frage nach Edge Cases, Berechtigungen, Abhängigkeiten
  3. Spec schreiben: Datei in features/ anlegen
  4. INDEX aktualisieren: Feature eintragen
  5. Review: User bestätigt

Spec-Template

Speichere als features/FEAT-{id}-{slug}.md:

# FEAT-{id}: {Feature Name}

## Status: Planned
**Erstellt:** {YYYY-MM-DD}
**Letzte Änderung:** {YYYY-MM-DD}

## Kontext
Warum dieses Feature? Welches Problem löst es?

## User Stories
- Als {Rolle} möchte ich {Aktion}, damit {Nutzen}

## Acceptance Criteria
- [ ] AC-1: {konkretes, testbares Kriterium}
- [ ] AC-2: ...

## Edge Cases
- Was passiert wenn {Szenario}?
- Wie verhalten wir uns bei {Grenzfall}?

## Abhängigkeiten
- Braucht: {andere Features, Services, Packages}

## Technische Notizen (optional)
- Performance: {Anforderungen}
- Security: {Besonderheiten}
- A11y: {Barrierefreiheit-Anforderungen}

---

## Architektur
_Wird von /architecture ergänzt_

## QA-Ergebnisse
_Wird von /qa ergänzt_

## Deployment
_Wird von /deploy ergänzt_

Feature-Tracking: INDEX.md

# Feature-Index

| ID | Feature | Status | Spec | Erstellt |
|----|---------|--------|------|----------|
| FEAT-1 | {Name} | Planned | [Spec](FEAT-1-slug.md) | 2026-XX-XX |

**Nächste ID:** FEAT-2

## Status-Legende
- **Planned** – Spec geschrieben, Architektur offen
- **Architected** – /architecture fertig, bereit zum Bauen
- **In Progress** – Wird implementiert
- **In Review** – /qa läuft
- **Done** – Getestet, deployed

Regeln

  1. Single Responsibility: 1 Feature = 1 testbare, deploybare Einheit. Kein "User-Management + Billing + Dashboard" in einem Feature
  2. Testbar: Jedes AC muss mit einem Test prüfbar sein
  3. Keine Technik in der Spec: Hier steht WAS, nicht WIE. Das kommt in /architecture
  4. User-Sprache: Schreibe so, dass ein Nicht-Entwickler die Spec versteht
  5. Deutsch: Specs auf Deutsch (Code-Begriffe dürfen Englisch sein)

Handoff

Nach Abschluss: > Spec ist fertig. Nächster Schritt: /architecture für den technischen Entwurf.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.