- archeflow-decision.sh records decision points during runs - archeflow-replay.sh: timeline, whatif, compare commands - What-if replay with adjustable archetype weights - /af-replay skill for interactive use - Tests in archeflow-replay.bats
26 lines
1.0 KiB
JSON
26 lines
1.0 KiB
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.9.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", "af-replay"
|
|
],
|
|
"hooks": "hooks/hooks.json"
|
|
}
|