Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: create rapid-prototyping.md #31

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions docs/engineering/workflows/rapid-prototyping.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# 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.