twl:workflow-plugin-create

Guide four-step AT plugin creation from interview to generate.

Updated Apr 5, 2026
One-click install
npx skills add https://github.com/shuu5/twill --skill twl-workflow-plugin-create
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: twl:workflow-plugin-create
Source: https://github.com/shuu5/twill/tree/main/plugins/twl/skills/workflow-plugin-create
Command: npx skills add https://github.com/shuu5/twill --skill twl-workflow-plugin-create

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

新規 AT プラグイン作成を効率化するための、要件ヒアリング・最新仕様の取得・設計・生成を含む4ステップのワークフローです。

Core Features & Use Cases

  • 4 ステップのワークフロー: interview → research → design → generate を順に実行して、プラグイン作成の全工程を案内します。
  • 成果物の生成: プラグインの雛形ファイル、要求 dependencies の deps.yaml、設計資料などを自動生成して開発を加速します。
  • ユースケース: 新しい AT プラグインを立ち上げる際に、要件の取りまとめと設計の橋渡しを明確化したい場面で適用します。

Quick Start

Start the plugin creation workflow by initiating a new plugin request and following the four steps from interview to generate.

Frequently Asked Questions about twl:workflow-plugin-create

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate plugin creation from requirements to file generation?

To automate plugin creation, you follow a four-step workflow: interview, research, design, and generate. This process guides you through requirements gathering and design validation to output plugin template files, a deps.yaml, and design documentation.

What is the workflow for developing a new automation plugin?

The plugin development workflow consists of four sequential stages: interview to gather requirements, research to fetch latest specifications, design to validate the architecture, and generate to produce the final plugin files and dependencies.

Can I use this workflow to extend an existing project's development automation?

Yes, you can use this workflow to extend existing project automation. It applies to scenarios where you need to create a new plugin or modify an existing project workflow with structured phases and generated artifacts like deps.yaml and readme files.

What files and artifacts are generated during the plugin creation process?

The plugin creation process generates template files for the new plugin, a deps.yaml file listing required dependencies, and design documentation. These artifacts accelerate development by providing a validated structural foundation.

Do I need to prepare any specific requirements before starting the plugin generation workflow?

You need to define your plugin requirements before starting. The workflow begins with an interview phase to capture these requirements, ensuring the subsequent research, design, and generation stages align with your project needs.