- 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
33 lines
1.4 KiB
Markdown
33 lines
1.4 KiB
Markdown
# ArcheFlow Roadmap
|
|
|
|
## Completed
|
|
|
|
- [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] Plugin consolidation (single `archeflow/` 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 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 |
|