Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:07:56 +08:00
commit 6a90de5fc0
4 changed files with 94 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "ultrathink",
"description": "Use /ultrathink <TASK_DESCRIPTION> to launch a Coordinator Agent that directs four specialist sub-agents—Architect, Research, Coder, and Tester—to analyze, design, implement, and validate your coding task. The process breaks the task into clear steps, gathers insights, and synthesizes a cohesive solution with actionable outputs. Relevant files can be referenced ad-hoc using @ filename syntax.",
"version": "1.0.0",
"author": {
"name": "Jeronim Morina"
},
"commands": [
"./commands"
]
}