Workflows
OpenTransmute is built around four linked workflows. They can be run independently or chained together.
| Workflow | Input | Output | Guide |
|---|---|---|---|
| Decompose | Git URL or local folder | Spec files + inventory | Decompose |
| Compose | Inventory items (from any project) | Architectural design doc | Compose |
| Transmute | A whole decomposed project | Architectural design doc | Transmute |
| Implement | A compose / transmute output file | Working code | Implement |
A typical session looks like:
Decompose a repo → browse inventory → Compose a new design → Implement it
Or, for a direct re-implementation:
Decompose a repo → Transmute into a new stack → Implement it