Files
claude-archeflow-plugin/docs/roadmap.md
Christian Nennemann 9e22ff5822 docs: rewrite README, add CHANGELOG, update skill index and roadmap
- README: complete rewrite with all 24 skills, 8 scripts, architecture overview
- CHANGELOG: v0.1.0 → v0.2.0 → v0.3.0 with full feature history
- using-archeflow: updated skill reference to all 24 skills in 6 categories
- plugin.json: version bump to 0.3.0
- roadmap: updated with v0.3.0 features
2026-04-03 12:05:53 +02:00

2.8 KiB

ArcheFlow Roadmap

Completed

v0.3.0 (2026-04-03)

  • Automated PDCA loop (archeflow:run) with --start-from and --dry-run
  • Event-sourced process logging with DAG parent relationships
  • ASCII DAG renderer and Markdown report generator
  • Live progress file watchable from second terminal
  • Domain adapter system (code, writing, research)
  • Cost tracking with budget enforcement and model tier recommendations
  • Cross-run memory system (recurring findings, lesson injection)
  • Convergence detection (stalling, oscillation prevention)
  • Colette writing platform bridge
  • Template gallery (init, save, clone, list)
  • Archetype effectiveness scoring
  • Git-per-phase commit strategy with rollback
  • Multi-project orchestration with dependency DAG and shared budget
  • Act phase skill and artifact routing skill
  • 8 library scripts (event, dag, report, progress, score, memory, git, init)
  • Short fiction workflow example with custom archetypes

v0.2.0 (2026-04-03)

  • Plugin consolidation into single shareable directory
  • Workflow intelligence (conditional escalation, fast-path, confidence triggers)
  • Quality loop (self-review, convergence detection, dedup, completion promises)
  • Parallel teams, auto-resume, budget scheduling
  • Extensibility (archetype composition, team presets, hook points, workflow templates)
  • Mini-reflect fallback (Ralph Loop integration)
  • DX improvements and comprehensive README

v0.1.0 (2026-04-02)

  • Core archetypes (7) with shadow detection
  • PDCA cycle engine with fast/standard/thorough workflows
  • Cross-cycle structured feedback with routing and resolution tracking
  • Attention filter enforcement in orchestration skill
  • Shadow detection with quantitative checklists
  • Orchestration metrics (timing, agent count, findings)
  • Autonomous mode integrated into orchestration flow
  • Custom archetypes and workflow design skills
  • SessionStart hook for auto-activation

Future

Feature Value Effort Notes
A2A Protocol Fewer cycles via in-phase negotiation High Needs strict turn limits
GitHub Action Automated PR review via CI Low CI minutes cost
Web Dashboard Real-time orchestration visualization Medium SSE/WebSocket frontend

Version History

Date Version Changes
2026-04-03 v0.3.0 Process infrastructure: run automation, event sourcing, domain adapters, memory, multi-project, 8 lib scripts
2026-04-03 v0.2.0 Plugin consolidation, workflow intelligence, quality loop, parallel teams, extensibility
2026-04-02 v0.1.0 Initial release: 7 archetypes, 9 core skills, PDCA workflows, shadow detection, autonomous mode