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

58 lines
2.8 KiB
Markdown

# ArcheFlow Roadmap
## Completed
### v0.3.0 (2026-04-03)
- [x] Automated PDCA loop (`archeflow:run`) with `--start-from` and `--dry-run`
- [x] Event-sourced process logging with DAG parent relationships
- [x] ASCII DAG renderer and Markdown report generator
- [x] Live progress file watchable from second terminal
- [x] Domain adapter system (code, writing, research)
- [x] Cost tracking with budget enforcement and model tier recommendations
- [x] Cross-run memory system (recurring findings, lesson injection)
- [x] Convergence detection (stalling, oscillation prevention)
- [x] Colette writing platform bridge
- [x] Template gallery (init, save, clone, list)
- [x] Archetype effectiveness scoring
- [x] Git-per-phase commit strategy with rollback
- [x] Multi-project orchestration with dependency DAG and shared budget
- [x] Act phase skill and artifact routing skill
- [x] 8 library scripts (event, dag, report, progress, score, memory, git, init)
- [x] Short fiction workflow example with custom archetypes
### v0.2.0 (2026-04-03)
- [x] Plugin consolidation into single shareable directory
- [x] Workflow intelligence (conditional escalation, fast-path, confidence triggers)
- [x] Quality loop (self-review, convergence detection, dedup, completion promises)
- [x] Parallel teams, auto-resume, budget scheduling
- [x] Extensibility (archetype composition, team presets, hook points, workflow templates)
- [x] Mini-reflect fallback (Ralph Loop integration)
- [x] DX improvements and comprehensive README
### v0.1.0 (2026-04-02)
- [x] Core archetypes (7) with shadow detection
- [x] PDCA cycle engine with fast/standard/thorough workflows
- [x] Cross-cycle structured feedback with routing and resolution tracking
- [x] Attention filter enforcement in orchestration skill
- [x] Shadow detection with quantitative checklists
- [x] Orchestration metrics (timing, agent count, findings)
- [x] Autonomous mode integrated into orchestration flow
- [x] Custom archetypes and workflow design skills
- [x] 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 |