Tag: 워크플로우
All the articles with the tag "워크플로우".
-
A Reusable Kit for Solo Development — CLAUDE.md Constitution File + 2-Agent Workflow
Solo development has no reviewer, PM, or QA. This setup encodes those roles into (1) a CLAUDE.md constitution file and (2) two sub-agents — code-writer and code-reviewer — so the machine enforces discipline. Pulled from a recent project's refined setup, keeping only the parts portable to other projects — a CLAUDE.md skeleton, a 6-step 2-agent workflow with 3 operating modes (review-only / finalize / review-and-finalize), agent prompt templates, and a project-agnostic checklist of working principles. Permission scope is deliberately split (writer has no git, reviewer has no Write) so every commit always passes through a review gate. You can drop this into a new project in 5 minutes.
-
How to Use Perfectionism as a Tool — Discovering the Vertical Slice Development Approach
I tried to fix my perfectionism, but the attempt to fix it was itself perfectionism. So I changed direction. A record of redesigning my development process using 'vertical slices' — cutting vertically instead of stacking horizontally.
-
Image Classification Training Pipeline — An 11-Step Checklist
I abstracted the training flow I learned yesterday through the NDT hands-on exercise into a step-by-step checklist applicable to any image classification problem. Along with small questions like why normalization is needed.
-
Managing AI Sessions in Vibe Coding — How to Split Common vs. Specialized Instructions
A problem I ran into managing multiple Claude Code sessions like company departments: instruction management. I worked out how much should live in the common CLAUDE.md, and where the line is for splitting off specialized CLAUDE.md files in each working folder.