|
|
|
|
|
by dworks
94 days ago
|
|
>I do think there are opportunities in this space, but what I'd like to see is: >* write text specifications >* model transforms text into a formal specification >* then the formal spec is translated into code which can be verified against the spec This skill does just that:
https://github.com/doubleuuser/rlm-workflow Each stage produces its own output artifact (analysis, implementation plan, implementation summary, etc) and takes the previous phases' outputs as input. The artifact is locked after the stage is done, so there is no drift. |
|