# ArcheFlow Roadmap ## Completed ### v0.6.0 (2026-04-04) - [x] Expanded attention-filters skill (prompt templates, token budgets, cycle-back filtering, verification checklist) - [x] Explorer skip heuristic in plan-phase skill - [x] Agent persona normalization (frontmatter examples, model comments, isolation notes) - [x] Runnable quickstart example ### v0.5.0 (2026-04-04) - [x] Lib script validation at run initialization - [x] Hook points documentation with 6 lifecycle events - [x] Phase rollback support via `--to ` flag - [x] Per-workflow model assignment with fallback chain - [x] Cross-run finding regression detection - [x] Check-phase parallel reviewer spawning protocol ### v0.4.0 (2026-04-04) - [x] Confidence gate parsing with bash snippets - [x] Mini-Explorer spawning when risk coverage < 0.5 - [x] Worktree merge flow with pre-merge hooks and post-merge test validation - [x] `archeflow-rollback.sh` for post-merge test failure auto-revert - [x] Test-first validation gate in Do phase - [x] Memory injection audit trail ### 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-04 | v0.6.0 | Quality/polish: expanded attention filters, Explorer skip heuristic, agent persona normalization, quickstart example | | 2026-04-04 | v0.5.0 | Robustness: lib validation, hook points, phase rollback, per-workflow models, regression detection, parallel reviewers | | 2026-04-04 | v0.4.0 | Confidence gates, mini-Explorer, worktree merge flow, rollback script, test-first gate, memory audit | | 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 |