From 59809f67844b4633e47f955a55a6194d773ebd52 Mon Sep 17 00:00:00 2001 From: Manfred Touron <94029+moul@users.noreply.github.com> Date: Sun, 1 Oct 2023 10:40:16 +0200 Subject: [PATCH 1/2] feat: create rapid-prototyping.md --- .../workflows/rapid-prototyping.md | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 docs/engineering/workflows/rapid-prototyping.md diff --git a/docs/engineering/workflows/rapid-prototyping.md b/docs/engineering/workflows/rapid-prototyping.md new file mode 100644 index 0000000..b21a27a --- /dev/null +++ b/docs/engineering/workflows/rapid-prototyping.md @@ -0,0 +1,32 @@ +# Rapid Prototyping Workflow + +This workflow fosters swift iteration, continuous feedback, and the embrace of both success and learning from failure in projects. + +## Principles + +- **Fast Iterations**: Swiftly refine and adjust code. +- **Embrace Failure**: All outcomes are informative. +- **Feedback-Centric**: Regularly gather feedback for refinement. +- **Security First**: Prioritize safety in iterations. +- **Document the Journey**: Capture challenges and lessons. + +## Stages + +1. **Conceptualization**: + * Define project logic and sketch flow. + +2. **Development**: + * Build initial version, optionally with a basic design. + +3. **Testing & Feedback**: + * Deploy in test environments and gather feedback. + +4. **Iteration**: + * Analyze feedback and refine the prototype. + +5. **Documentation & Deployment**: + * Chronicle lessons and prepare for final deployment. + +## Exploration of Solutions + +When faced with uncertainty, develop multiple solutions either sequentially, for iterative refinement, or parallelly, to cultivate feedback and shared learning. From 12102526e9271e853c0bdd1bcac3143d976d5194 Mon Sep 17 00:00:00 2001 From: moul <94029+moul@users.noreply.github.com> Date: Sun, 1 Oct 2023 10:46:26 +0200 Subject: [PATCH 2/2] chore: fixup Signed-off-by: moul <94029+moul@users.noreply.github.com> --- docs/engineering/workflows/rapid-prototyping.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/engineering/workflows/rapid-prototyping.md b/docs/engineering/workflows/rapid-prototyping.md index b21a27a..6a88ee5 100644 --- a/docs/engineering/workflows/rapid-prototyping.md +++ b/docs/engineering/workflows/rapid-prototyping.md @@ -1,6 +1,7 @@ # Rapid Prototyping Workflow -This workflow fosters swift iteration, continuous feedback, and the embrace of both success and learning from failure in projects. +This workflow fosters swift iteration, continuous feedback, and the embrace of +both success and learning from failure in projects. ## Principles @@ -29,4 +30,5 @@ This workflow fosters swift iteration, continuous feedback, and the embrace of b ## Exploration of Solutions -When faced with uncertainty, develop multiple solutions either sequentially, for iterative refinement, or parallelly, to cultivate feedback and shared learning. +When faced with uncertainty, develop multiple solutions either sequentially, for +iterative refinement, or parallelly, to cultivate feedback and shared learning.