Files
claude-archeflow-plugin/.claude-plugin/plugin.json
Christian Nennemann 4f8e2a9962 feat: add run replay for archetype effectiveness analysis
- 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
2026-04-06 21:43:29 +02:00

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"
}