Files
claude-archeflow-plugin/.claude-plugin/plugin.json

26 lines
1015 B
JSON

{
"name": "archeflow",
"description": "Multi-agent orchestration with Jungian archetypes. PDCA quality cycles, shadow detection, git worktree isolation. Zero dependencies — works with any Claude Code session.",
"version": "0.8.0",
"author": {
"name": "Chris Nennemann"
},
"homepage": "https://git.xorwell.de/c/claude-archeflow-plugin",
"repository": "https://git.xorwell.de/c/claude-archeflow-plugin",
"license": "MIT",
"keywords": [
"orchestration", "multi-agent", "archetypes", "pdca",
"code-review", "quality", "worktrees", "jungian",
"shadow-detection", "workflows"
],
"skills": [
"run", "sprint", "review", "check-phase", "act-phase",
"shadow-detection", "memory", "progress", "presence",
"colette-bridge", "git-integration", "multi-project", "cost-tracking",
"custom-archetypes", "workflow-design", "domains",
"templates", "autonomous-mode", "using-archeflow",
"af-status", "af-score", "af-dag", "af-report"
],
"hooks": "hooks/hooks.json"
}