spec — feature-especificação resa-wp, community, feature-especificação, ide skills, plugin RESA, documentos de planejamento, specs existentes, arquivo de spec MD, criação de spec

v1.0.0

Sobre este Skill

Perfeito para Agentes de Desenvolvedor que necessitam de geração de especificação de recursos estruturada para o Plugin RESA Spec é uma habilidade que cria uma feature-especificação estruturada para o plugin RESA

Recursos

Criação de feature-especificação estruturada
Leitura de documentos de planejamento
Verificação de specs existentes
Criação de arquivo de spec no formato MD

# Core Topics

AImitSK AImitSK
[0]
[0]
Updated: 3/11/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 10/11

This page remains useful for operators, 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 Quality floor passed for review
Review Score
10/11
Quality Score
54
Canonical Locale
de
Detected Body Locale
de

Perfeito para Agentes de Desenvolvedor que necessitam de geração de especificação de recursos estruturada para o Plugin RESA Spec é uma habilidade que cria uma feature-especificação estruturada para o plugin RESA

Por que usar essa habilidade

Habilita os agentes a criar especificações de recursos abrangentes usando arquivos Markdown, seguindo uma abordagem estruturada baseada na pilha técnica e arquitetura do Plugin RESA, aproveitando a documentação dos diretórios `docs/planning/` e `docs/specs/`

Melhor para

Perfeito para Agentes de Desenvolvedor que necessitam de geração de especificação de recursos estruturada para o Plugin RESA

Casos de Uso Práticos for spec

Geração de especificações de recursos para o Plugin RESA
Criação de documentação estruturada para desenvolvedores
Validação de especificações de recursos contra documentação existente

! Segurança e Limitações

  • Requer acesso aos diretórios `docs/planning/` e `docs/specs/`
  • Limitado à geração de especificações de recursos do Plugin RESA
  • Dependente de CLAUDE.md para diretrizes de arquitetura

Why this page is reference-only

  • - Current locale does not satisfy the locale-governance contract.

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 spec?

Perfeito para Agentes de Desenvolvedor que necessitam de geração de especificação de recursos estruturada para o Plugin RESA Spec é uma habilidade que cria uma feature-especificação estruturada para o plugin RESA

How do I install spec?

Run the command: npx killer-skills add AImitSK/resa-wp/spec. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for spec?

Key use cases include: Geração de especificações de recursos para o Plugin RESA, Criação de documentação estruturada para desenvolvedores, Validação de especificações de recursos contra documentação existente.

Which IDEs are compatible with spec?

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 spec?

Requer acesso aos diretórios `docs/planning/` e `docs/specs/`. Limitado à geração de especificações de recursos do Plugin RESA. Dependente de CLAUDE.md para diretrizes de arquitetura.

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 AImitSK/resa-wp/spec. 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 spec 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

spec

Aprenda a criar uma feature-especificação estruturada para o plugin RESA com a habilidade Spec

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

/spec — Feature-Spezifikation erstellen

Erstelle eine strukturierte Feature-Spezifikation für das RESA Plugin.

Vorgehen

  1. Kontext sammeln:

    • Lies relevante Planungsdocs aus docs/planning/ (insbesondere RESA-Technischer-Stack.md, RESA-Plugin-Architektur.md)
    • Prüfe ob bereits verwandte Specs in docs/specs/ existieren
    • Prüfe CLAUDE.md für Architektur-Vorgaben
  2. Spec-Datei erstellen:

    • Pfad: docs/specs/SPEC-{feature-name-kebab-case}.md
    • Verwende das Template unten
  3. Bei Unklarheiten nachfragen:

    • Wenn das Feature unklar ist, frage beim User nach
    • Lieber einmal mehr nachfragen als falsche Annahmen treffen

Spec-Template

markdown
1# SPEC: {Feature-Titel} 2 3**Status:** Entwurf 4**Erstellt:** {Datum} 5**Betrifft:** {Kurzbeschreibung welche Bereiche betroffen sind} 6 7## Zusammenfassung 8 9{2-3 Sätze was dieses Feature macht und warum es gebraucht wird} 10 11## Betroffene Dateien 12 13### Neue Dateien 14- `includes/...` — {Beschreibung} 15- `src/...` — {Beschreibung} 16 17### Geänderte Dateien 18- `includes/...` — {Was ändert sich} 19- `src/...` — {Was ändert sich} 20 21## API-Änderungen 22 23### Neue Endpoints 24| Methode | Route | Beschreibung | Auth | 25|---|---|---|---| 26| GET | `/resa/v1/...` | ... | Admin | 27 28### Geänderte Endpoints 29{Falls zutreffend} 30 31## Datenbank-Änderungen 32 33### Neue Tabellen 34{Falls zutreffend — Schema mit Spalten, Typen, Indizes} 35 36### Geänderte Tabellen 37{Falls zutreffend} 38 39### Neue Optionen 40{wp_options Einträge falls zutreffend} 41 42## Modul-Klassifizierung 43 44| Eigenschaft | Wert | 45|---|---| 46| **Typ** | [Kern-Feature / Lead Tool Modul / Integration Add-on] | 47| **Modul-Flag** | [free / pro / paid / nicht zutreffend] | 48| **Modul-Slug** | [z.B. rent-calculator / nicht zutreffend] | 49 50## Free vs. Premium 51 52| Feature-Aspekt | Free | Pro | Add-on | 53|---|---|---|---| 54| ... | ... | ... | ... | 55 56## UI/UX 57 58### Admin-Seite 59{Beschreibung der Admin-UI — Seitenstruktur, Komponenten, Interaktionen} 60 61### Frontend-Widget 62{Falls zutreffend — Beschreibung der Widget-Änderungen} 63 64### Mockup/Wireframe 65{ASCII-Wireframe oder Beschreibung des Layouts} 66 67## Implementierungsdetails 68 69### Modul-Struktur (falls Lead Tool Modul) 70 71Verzeichnis: `modules/{slug}/` 72- `module.php` — Bootstrap, registriert sich bei ModuleRegistry 73- `{Name}Module.php` — ModuleInterface Implementierung 74- `{Name}Service.php` — Berechnungslogik (CalculatorInterface) 75- `src/steps/` — React Step-Komponenten 76- `src/result/` — Ergebnis-Komponente 77- `src/validation/schema.ts` — Zod-Schema 78- `tests/` — Modul-spezifische Tests 79 80### PHP-Klassen 81{Klassenstruktur, Methoden-Signaturen, Verantwortlichkeiten} 82 83### React-Komponenten 84{Komponentenbaum, Props, State-Management} 85Icons: Nur semantische Namen aus Icon Registry verwenden (`<ResaIcon name="..." />`) 86 87### Validierung 88{Zod-Schemas, PHP-Validation-Regeln} 89 90## Akzeptanzkriterien 91 92- [ ] {Kriterium 1} 93- [ ] {Kriterium 2} 94- [ ] ... 95 96## Security-Überlegungen 97 98{Sanitization, Escaping, Nonces, Capabilities die beachtet werden müssen} 99 100## Testplan 101 102### Unit Tests 103- {Test 1} 104- {Test 2} 105 106### Integration Tests 107- {Test 1} 108 109## Offene Fragen 110 111- {Frage 1} 112- {Frage 2} 113 114## Abhängigkeiten 115 116- {Andere Features/Specs die vorher implementiert sein müssen}

Hinweise

  • Sprache: Deutsch (Dokumentation und Code-Kommentare)
  • Berücksichtige IMMER Free vs. Premium Limits
  • Berücksichtige IMMER CSS-Isolation (resa- Prefix) für Frontend-Widget
  • Berücksichtige IMMER i18n (alle User-facing Strings mit gettext)
  • Berücksichtige IMMER Security (Sanitization, Escaping, Nonces, Capabilities)
  • Vermeide Over-Engineering — nur das Nötigste spezifizieren

Habilidades Relacionadas

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

Ver tudo

openclaw-release-maintainer

Logo of openclaw
openclaw

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

widget-generator

Logo of f
f

Gerar plugins de widgets personalizáveis para o sistema de feed do prompts.chat

flags

Logo of vercel
vercel

O Framework React

138.4k
0
Navegador

pr-review

Logo of pytorch
pytorch

Tensors and Dynamic neural networks in Python with strong GPU acceleration

98.6k
0
Desenvolvedor