A Unified Framework for Prompt Engineering and Project Design Using ChatGPT
SamizoGPT is an integrated framework that supports structured prompt design, project documentation, and LLM-assisted workflows in technical fields such as semiconductor design, control theory, and intelligent systems.
Language | GitHub Pages 🌐 | GitHub 💻 |
---|---|---|
🇺🇸 English | ||
🇯🇵 Japanese |
This repository provides a reusable prompt framework and project structure guide
for developers, educators, and researchers working with ChatGPT-based workflows.
It helps build and operate projects across:
SamizoGPT/
├── SamizoGPT-v1x/ ← Prompt templates and assistant config
│ ├── prompt_templates.md
│ ├── prompt_templates_en.md
│ ├── assistant_config.md
│ └── usage_guide.md
├── Project Design Hub/ ← Structure guides for project expansion
│ ├── project_overview.md
│ ├── directory_structure.md
│ ├── expansion_plan.md
│ └── project_integration_map.md
├── Edusemi-v4x/ ← Semiconductor education project
├── EduController/ ← Classical + AI control education
├── AITL-H/ ← Hybrid control architecture (FSM + PID + LLM)
├── gui-tools/ ← GUI prompt generator (planned)
├── api-scripts/ ← ChatGPT API integration tools
├── template-builder/ ← Prompt → Document formatter
├── private/ ← Technical archive (non-public)
└── docs/ ← GitHub Pages for web publishing
File | Description |
---|---|
prompt_templates.md |
Prompt templates in Japanese |
prompt_templates_en.md |
English prompt templates for explanation, design, education, control |
assistant_config.md |
Assistant tone and role definitions |
usage_guide.md |
How to write and use effective prompts |
See the relationship map between core educational projects:
File | Description |
---|---|
project_integration_map.md |
Diagram and guide on how Edusemi, EduController, and AITL-H are linked |
Name | Description |
---|---|
Edusemi-v4x |
Semiconductor education with Sky130, EDA, and ChatGPT |
EduController |
Control theory + AI control with Python/ROS |
AITL-H |
FSM + PID + LLM hybrid intelligent control |
SoC_DesignKit_by_ChatGPT |
HDL-based control template project for FSM/PID/LLM integration (linked with EduController Part05/09) |
MIT License
© 2025 Shinichi Samizo
Shinichi Samizo
📌 Areas of Expertise:
📬 Contact
File | Description |
---|---|
prompt_templates_en.md |
Prompt templates in English (education, design, control, review) |
project_integration_map.md |
Integration structure and entry path for Edusemi / EduController / AITL-H |
fsm_yaml_template.yaml |
FSM design template in YAML format (e.g., idle → move → error ) |
SoC_DesignKit_by_ChatGPT |
HDL-based control templates (FSM / PID / LLM / C-to-HDL / testbenches) |
Feel free to use GitHub Discussions
to share your feedback, suggestions, or use cases!