spec — especificación de características resa-wp, community, especificación de características, ide skills, plugin RESA, Markdown, planificación de características, arquitectura de plugin, agente de inteligencia artificial

v1.0.0

Acerca de este Skill

Perfecto para Agentes de Desarrollador que necesitan generación de especificaciones de características estructuradas para el Plugin RESA Una especificación de características es un documento que describe los requisitos y la funcionalidad de una característica

Características

Lectura de documentos de planificación
Creación de archivos de especificación en Markdown
Uso de plantillas de especificación
Integración con el plugin RESA
Compatibilidad con la arquitectura del plugin

# 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

Perfecto para Agentes de Desarrollador que necesitan generación de especificaciones de características estructuradas para el Plugin RESA Una especificación de características es un documento que describe los requisitos y la funcionalidad de una característica

¿Por qué usar esta habilidad?

Habilita a los agentes a crear especificaciones de características comprehensivas utilizando archivos Markdown, siguiendo un enfoque estructurado basado en la pila técnica y la arquitectura del Plugin RESA, aprovechando la documentación de los directorios `docs/planning/` y `docs/specs/`

Mejor para

Perfecto para Agentes de Desarrollador que necesitan generación de especificaciones de características estructuradas para el Plugin RESA

Casos de uso accionables for spec

Generar especificaciones de características para el Plugin RESA
Crear documentación estructurada para desarrolladores
Validar especificaciones de características contra la documentación existente

! Seguridad y limitaciones

  • Requiere acceso a los directorios `docs/planning/` y `docs/specs/`
  • Limitado a la generación de especificaciones de características del Plugin RESA
  • Dependiente de CLAUDE.md para las directrices de arquitectura

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?

Perfecto para Agentes de Desarrollador que necesitan generación de especificaciones de características estructuradas para el Plugin RESA Una especificación de características es un documento que describe los requisitos y la funcionalidad de una característica

How do I install spec?

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

What are the use cases for spec?

Key use cases include: Generar especificaciones de características para el Plugin RESA, Crear documentación estructurada para desarrolladores, Validar especificaciones de características contra la documentación 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?

Requiere acceso a los directorios `docs/planning/` y `docs/specs/`. Limitado a la generación de especificaciones de características del Plugin RESA. Dependiente de CLAUDE.md para las directrices de arquitectura.

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

Install spec, 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

/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 todo

openclaw-release-maintainer

Logo of openclaw
openclaw

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

333.8k
0
Inteligencia Artificial

widget-generator

Logo of f
f

Generar complementos de widgets personalizables para el sistema de feeds de prompts.chat

149.6k
0
Inteligencia Artificial

flags

Logo of vercel
vercel

El Marco de React

138.4k
0
Navegador

pr-review

Logo of pytorch
pytorch

Tensores y redes neuronales dinámicas en Python con fuerte aceleración de GPU

98.6k
0
Desarrollador