ワンクリックで
figma-event-modeling-plugin
figma-event-modeling-plugin には kenfdev から収集した 4 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。
このリポジトリの skills
TDD test preparation workflow. Use when user says "prepare-task", "/prepare-task", or wants to prepare the next available task. Claims a pending code task, writes tests, and gets user approval before implementation.
Non-interactive workflow for implementing and reviewing claimed tasks. Use when user says "run-task", "/run-task", or wants to run the next implementation/review cycle. Designed to be executed in a shell loop until complete. Handles non-code tasks automatically. Requires tests to be prepared first via /prepare-task for code tasks.
Convert feature slice documents into Claude Code tasks. Reads slice markdown files (containing Type, Description, User Story, Acceptance Criteria, Dependencies, Technical Notes) and creates appropriately-sized tasks using TaskCreate. Use when user says "slice-to-task", "/slice-to-task", wants to convert a slice to tasks, or wants to implement a feature slice. Checks slice dependencies and warns if prerequisites are incomplete.
Interview the user to flesh out feature ideas from the backlog into concrete SPEC.md files