Share basic knowledge, usage, and practical tips about Generative AI.
[SDD Plugin] Applied Engineering — Analyzed Through 4 AI Engineering Paradigms
2026-04-08
Analyzing the AI engineering techniques applied to the SDD (Spec-Driven Development) Plugin for Claude Code through 4 paradigms: Prompt, Context, Agentic, and Harness. See how each paradigm is implemented in the plugin with actual code examples.
[SDD Plugin] Development Journey — From Prototype to Completion
2026-04-07
The 4 phases of building the SDD (Spec-Driven Development) Plugin for Claude Code — foundation, multilingual support, Issue template improvements, and the resume command. Sharing the development process and lessons learned.
[SDD Plugin] Full Structure and Usage of SDD Plugin
2026-04-06
SDD (Spec-Driven Development) Plugin is a Claude Code plugin that helps you collaborate systematically with AI through a GitHub Issue-based 4-stage process (Analyze → Design → Implement → Test). This post covers its commands, GitHub integration, and usage.
[SDD Plugin] The Pitfalls of AI Coding and a Path Forward
2026-04-05
The problems encountered when using AI coding tools like Claude Code in practice (coding without analysis, implementation without design, lost conversations), and the background behind creating the SDD (Spec-Driven Development) Plugin to solve them.
[Generative AI] 4 Paradigms of AI Engineering — Prompt, Context, Agentic, Harness
2026-03-31
A breakdown of 4 paradigms that make up AI engineering (Prompt, Context, Agentic, Harness Engineering), their definitions, techniques, practical examples, and how they relate to each other.
[Claude Code] Receiving Task Completion Notifications with terminal-notifier
2026-03-20
Learn how to receive macOS desktop notifications when tasks are completed by combining Claude Code's Hooks feature with terminal-notifier. Covers Stop Hook and Notification Hook setup.