Roadmap
v1 — Core Spiral (current)
Theme: Everything needed to build, test, and deploy a Holochain hApp from scratch.
Domains: Architecture, Design, Scaffold, Implement, Test, Deploy
Workflows:
DesignDataModel— DHT entry/link type design with validation rulesScaffold— New project and new domain scaffolding workflowsImplementZome— Full CRUD zome implementationDesignAccessControl— Capability grants and admin patternsPackageAndDeploy— Kangaroo-Electron packaging and CI/CDReviewZome— Proactive code review checklist
Context files shipped ahead of schedule:
WindTunnel.md— Performance/load testing with wind-tunnel (originally v2)
Target: All Agent Skills-compatible tools (Claude Code, GitHub Copilot, Cursor, Augment, Codex)
v2 — Ecosystem Expansion
Theme: Connect to the broader Holochain ecosystem. Cross-hApp and cross-network patterns.
Planned additions:
Sub-skills
- hREA / ValueFlows — Scaffold and implement ValueFlows-compatible economic resource tracking;
EconomicEvent,EconomicResource,Processentry types; REA ontology patterns - holochain-open-dev — Community-standard patterns: Profiles zome, linked devices, file storage, notifications
- ADAM (coasys) — AD4M perspectives, expression languages, cross-hApp linking
- Holo Hosting — HTTP gateway setup, edge node configuration, Holo Node ISO, HolOS
- Unyt — Holochain Foundation’s P2P accounting and payment infrastructure; Alliance setup and configuration, Smart Agreements (RHAI scripting, three-layer template/agreement/RAVE architecture), transaction types (Pay, Request, Trade), inter-network and EVM bridging, agent onboarding via Joining Service REST API, Pricing Oracle integration, and deployment with
tauri-plugin-holochain
Architecture improvements
- Skill graph: parent orchestrator routing to sub-skills
- Cross-LLM portability (GLM 5, any client with skill support)
v3 — GUI and Visual Tooling
Theme: Make Holochain accessible without deep framework knowledge. From developers to builders.
Vision:
- Visual DHT data model explorer — design entry/link types through a diagram interface
- No-code workflow UI — guided scaffold and deploy without terminal commands
- Architecture diagram generation — auto-generate from zome code
- Progressive disclosure — beginner mode (guided, verbose) vs. expert mode (fast, terse)
- Monitoring integration — visual DHT health, gossip status, conductor logs
Inspiration: Holo Node ISO’s web-based Node Manager shows the direction — powerful infrastructure made accessible through UI. This skill’s v3 applies the same principle to development tooling.
PAI Integration (post-v1)
Once both the PAI version and vanilla version are field-tested:
- Audit differences — what did each version evolve to independently?
- Extract shared knowledge — create canonical knowledge files usable by both
- Layer PAI on top — PAI SKILL.md wraps shared files and adds PAI-specific features (voice, project routing, Algorithm integration)
- Publish shared core — vanilla skill becomes the community baseline; PAI version is a superset
Version History
| Version | Date | Changes |
|---|---|---|
| 0.1.0 | 2026-03-12 | Initial vanilla skill — 6 domains, 5 workflows, requirements spec |
| 0.1.1 | 2026-03-12 | Agent Skills Open Standard conformance, multi-platform README, testing plan |
| 0.1.2 | 2026-05-15 | Version bump to Holochain 0.6.1 (hdk=0.6.1, hdi=0.7.1); WindTunnel.md shipped ahead of schedule |
| 0.2.0 | 2026-05-15 | Expanded progenitor pattern: full DnaProperties setup, bootstrap mode (Option |