Files
claude-archeflow-plugin/docs/roadmap.md
Christian Nennemann 8dec44d199 chore: consolidate plugin for sharing
- Add .gitignore (ignore .archeflow/ runtime state)
- Move custom archetype examples from .archeflow/ to examples/
- Remove onboarding skill (covered by using-archeflow + README)
- Remove internal planning doc
- Clean roadmap (remove tool.archeflow references)
- Simplify session-start hook config
- Polish README for external users
2026-04-03 07:29:53 +02:00

1.4 KiB

ArcheFlow Roadmap

Completed

  • 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
  • Plugin consolidation (single archeflow/ 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 for non-ArcheFlow changes

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 Changes
2026-04-03 v0.2 — Plugin consolidation, shareable structure, examples
2026-04-03 v0.1 — Full feature set: 7 archetypes, 10 skills, PDCA workflows, shadow detection, autonomous mode, extensibility