Initial commit
This commit is contained in:
18
.claude-plugin/plugin.json
Normal file
18
.claude-plugin/plugin.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "cc-workflow-plugin",
|
||||
"description": "TDD開発ワークフローを自動化するプラグイン。要件整理→ドキュメント作成→テスト作成→タスク作成→実装を、各ステップでユーザー承認を得ながら自動的に実行します。",
|
||||
"version": "0.0.0-2025.11.28",
|
||||
"author": {
|
||||
"name": "allex-znews",
|
||||
"email": "zhongweili@tubi.tv"
|
||||
},
|
||||
"agents": [
|
||||
"./agents"
|
||||
],
|
||||
"commands": [
|
||||
"./commands"
|
||||
],
|
||||
"hooks": [
|
||||
"./hooks"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user