Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:30:41 +08:00
commit 1c9802ae09
10 changed files with 1421 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "research-plan-implement",
"description": "Advanced context engineering workflow plugin based on HumanLayer's ACE methodology for codebase research, planning, and implementation",
"version": "1.0.0",
"author": {
"name": "Kasper Junge",
"url": "https://github.com/kasperjunge"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}