Set up once, then use the same steps on every task: you decide the goal, AI writes code and runs tests.
You say what should happen and why. AI writes tests and code, runs all tests, and reports checklists. You do not run tests by hand.
Five steps on every real task:
Also: delegate consciously, describe tasks clearly, check AI output before acting, own the result.
You need: a folder or repo open in your editor, plus AI. Do not write instruction files yourself — send the prompts below and let AI create them.
The process is the same everywhere. Each tool stores rules differently — AI picks the right format for yours.
New chat, any project. AI creates short checklists for each workflow step.
Prompt — global checklists
AI adds two short rules that apply to all your projects.
Prompt — global rules
Empty folder or existing code — same step. First agree on facts. AI must not guess, add features, or fill gaps on its own.
Choose your path
Pick a card above to see the prompt.
Prompt — interview
Prompt — technical
Second message — your text, not a prompt: goal, stack, constraints.
Only after clarifying is finished. Instructions reflect agreed facts only — no extras.
When clarifying is done, both paths use the same next step.
Prompt — write project instructions
In the project folder. AI summarizes what it knows. No feature code.
Prompt — verify
Example — write your own text, do not copy verbatim
For bugs: only the steps needed to reproduce.
Same two paths as setup. AI must not guess the task or improvise.
Choose your path
Pick a card above to see the prompt.
New feature — interview
New feature — technical
Second message — your text: path in the product, what should happen.
Bugfix — technical
Second message — your text: path, steps to reproduce, expected vs actual.
After you said OK
| Step | Who | Result |
|---|---|---|
| Learn the project | AI | Summary of project rules and commands |
| Agree the plan | You → OK | Plan, scenarios, safety risks |
| Tests, then code | AI | Tests pass, code matches plan |
| Check before commit | AI | Checklist pass or fail |
| Your review | You | You reviewed; shipping is your step, not AI's |
| Practice | When |
|---|---|
| Delegation | Before the task — is it safe to hand off? |
| Clear description | First two steps — path in the product, plan, scenarios |
| Critical look | OK on plan, review changes, read pre-commit report |
| Responsibility | Shipping to production — you own the outcome |
| Safety check | What to verify |
|---|---|
| Security | Secrets, access, data — required when touching data |
| Scalability | Will it break when load or data grows? |
| Stability | Errors handled, way to roll back |
| Simplicity | Simplest option that still passes the three above |