spec — AIエージェント Spec resa-wp, community, AIエージェント Spec, ide skills, 構造化された特性仕様, RESA プラグイン開発, Templatize テンプレート, CLAUDE.md 統合

v1.0.0

このスキルについて

RESA Plugin の構造化された機能仕様を生成する必要がある Developer Agents に最適 Spec は、RESA プラグインの特性を定義するための構造化された仕様を作成する機能です

機能

構造化された特性仕様を作成
RESA プラグインの特性を定義
Templatize テンプレートを使用
CLAUDE.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

RESA Plugin の構造化された機能仕様を生成する必要がある Developer Agents に最適 Spec は、RESA プラグインの特性を定義するための構造化された仕様を作成する機能です

このスキルを使用する理由

エージェントが RESA Plugin の技術スタックとアーキテクチャに基づいた構造化されたアプローチに従って、Markdown ファイルを使用して包括的な機能仕様を生成できるようにする、`docs/planning/` と `docs/specs/` ディレクトリからのドキュメントを活用

おすすめ

RESA Plugin の構造化された機能仕様を生成する必要がある Developer Agents に最適

実現可能なユースケース for spec

RESA Plugin の機能仕様を生成する
開発者向けの構造化ドキュメントを作成する
機能仕様を既存のドキュメントに対して検証する

! セキュリティと制限

  • `docs/planning/` と `docs/specs/` ディレクトリへのアクセスが必要
  • RESA Plugin の機能仕様生成のみに限定
  • CLAUDE.md のアーキテクチャガイドラインに依存

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?

RESA Plugin の構造化された機能仕様を生成する必要がある Developer Agents に最適 Spec は、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: RESA Plugin の機能仕様を生成する, 開発者向けの構造化ドキュメントを作成する, 機能仕様を既存のドキュメントに対して検証する.

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?

`docs/planning/` と `docs/specs/` ディレクトリへのアクセスが必要. RESA Plugin の機能仕様生成のみに限定. CLAUDE.md のアーキテクチャガイドラインに依存.

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

AIエージェント Spec を使用して RESA プラグインの特性を定義し、開発プロセスを最適化する方法を学ぶ

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

関連スキル

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

すべて表示

openclaw-release-maintainer

Logo of openclaw
openclaw

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

333.8k
0
AI

widget-generator

Logo of f
f

カスタマイズ可能なウィジェットプラグインをprompts.chatのフィードシステム用に生成する

149.6k
0
AI

flags

Logo of vercel
vercel

React フレームワーク

138.4k
0
ブラウザ

pr-review

Logo of pytorch
pytorch

Pythonにおけるテンソルと動的ニューラルネットワーク(強力なGPUアクセラレーション)

98.6k
0
開発者